/xen/tools/tests/x86_emulator/ |
A D | predicates.c | 12 #define N mem_none macro 57 { { 0x04 }, { 2, 2 }, F, N }, /* add */ 58 { { 0x05 }, { 5, 5 }, F, N }, /* add */ 65 { { 0x0c }, { 2, 2 }, F, N }, /* or */ 66 { { 0x0d }, { 5, 5 }, F, N }, /* or */ 72 { { 0x14 }, { 2, 2 }, F, N }, /* adc */ 73 { { 0x15 }, { 5, 5 }, F, N }, /* adc */ 80 { { 0x1c }, { 2, 2 }, F, N }, /* adc */ 81 { { 0x1d }, { 5, 5 }, F, N }, /* adc */ 88 { { 0x24 }, { 2, 2 }, F, N }, /* and */ [all …]
|
A D | blowfish.c | 43 #define N 16 macro 341 for (i = 0; i < N; ++i) { in Blowfish_Encrypt() 354 Xr = Xr ^ ctx->P[N]; in Blowfish_Encrypt() 355 Xl = Xl ^ ctx->P[N + 1]; in Blowfish_Encrypt() 371 for (i = N + 1; i > 1; --i) { in Blowfish_Decrypt() 403 for (i = 0; i < N + 2; ++i) { in Blowfish_Init() 417 for (i = 0; i < N + 2; i += 2) { in Blowfish_Init()
|
/xen/tools/xenmon/ |
A D | xenbaked.h | 33 #define QOS_ADD(N,A) ((N+A)<(NSAMPLES-1) ? (N+A) : A) argument 34 #define QOS_INCR(N) ((N<(NSAMPLES-2)) ? (N+1) : 0) argument 35 #define QOS_DECR(N) ((N==0) ? (NSAMPLES-1) : (N-1)) argument
|
/xen/tools/flask/policy/policy/support/ |
A D | mls_macros.spt | 3 # gen_cats(N) 5 # declares categores c0 to c(N-1) 16 # gen_sens(N) 18 # declares sensitivites s0 to s(N-1) with dominance 19 # in increasing numeric order with s0 lowest, s(N-1) highest 38 # gen_levels(N,M) 40 # levels from s0 to (N-1) with categories c0 to (M-1)
|
/xen/xen/tools/kconfig/tests/choice/ |
A D | oldask0_expected_stdout | 6 optional boolean choice [N/y/?] (NEW) 8 choice 0 (TRI_CHOICE0) [N/m/?] (NEW) 9 choice 1 (TRI_CHOICE1) [N/m/?] (NEW) 10 optional tristate choice [N/m/y/?] (NEW)
|
A D | oldask1_expected_stdout | 1 Enable loadable module support (MODULES) [N/y/?] 15 optional tristate choice [N/y/?]
|
/xen/xen/tools/kconfig/tests/auto_submenu/ |
A D | expected_stdout | 3 A1_0 (A0_0) [N/y/?] (NEW) 9 B (B) [N/y/?] (NEW) 10 C (C) [N/y/?] (NEW)
|
/xen/docs/misc/arm/ |
A D | silicon-errata.txt | 44 | ARM | Cortex-A15 | #766422 | N/A | 48 | ARM | Cortex-A57 | #852523 | N/A | 51 | ARM | Cortex-A57 | #1319537 | N/A | 52 | ARM | Cortex-A72 | #1319367 | N/A | 53 | ARM | Cortex-A76 | #1165522 | N/A | 54 | ARM | Neoverse-N1 | #1165522 | N/A 55 | ARM | MMU-500 | #842869 | N/A |
|
/xen/docs/misc/ |
A D | kconfig.rst | 119 N N : 100-N N/2 : N/2 : 100-N 120 [1] N:M N+M : 100-(N+M) N : M : 100-(N+M) 121 [2] N:M:L N : 100-N M : L : 100-(M+L) 124 where N, M and L are integers (in base 10) in the range [0,100], and so 127 [1] N+M is in the range [0,100]
|
A D | netif-staging-grants.pandoc | 56 Where there are N grant entries in a grant table, for example: 68 @N: 76 in the grant table - 0 .. N) in their command ring. 98 |/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/| .. N 136 7) Fill resultant grefs in the slots setting `NETTXF_more_data` for the N-1. 293 |/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/| .. N 344 in the N-1 slot. 365 20) While N-1 requests has `NETRXF_more_data`, then fetch each of responses 469 maps it can keep. It then grants N entries per queue on both TX and RX ring 490 The minimum size that can fit in a single packet with size N is calculated as:
|
A D | 9pfs.pandoc | 80 only one version. N.B.: this is the version of the Xen trasport 273 | ref[0] | ref[1] | | ref[N] | 276 **N.B** For one page, N is maximum 991 (4096-132)/4, but given that N 277 needs to be a power of two, actually max N is 512. As 512 == (1 << 9),
|
/xen/stubdom/vtpmmgr/ |
A D | tpmrsa.c | 54 mpi_read_binary(&ctx->N, key, keylen); in tpmrsa_set_pubkey() 56 ctx->len = ( mpi_msb(&ctx->N) + 7) >> 3; in tpmrsa_set_pubkey() 71 if( mpi_cmp_mpi( &T, &ctx->N ) >= 0 ) in tpmrsa_public() 78 MPI_CHK( mpi_exp_mod( &T, &T, &ctx->E, &ctx->N, &ctx->RN ) ); in tpmrsa_public()
|
A D | tpmrsa.h | 37 mpi N; /*!< public modulus */ member 67 mpi_free( &ctx->RN ); mpi_free( &ctx->E ); mpi_free( &ctx->N ); in tpmrsa_free()
|
/xen/xen/arch/x86/ |
A D | nmi.c | 132 #define P4_ESCR_EVENT_SELECT(N) ((N)<<25) argument 136 #define P4_CCCR_THRESHOLD(N) ((N)<<20) argument 140 #define P4_CCCR_ESCR_SELECT(N) ((N)<<13) argument
|
A D | Kconfig | 146 If unsure, say N. 165 If unsure, say N. 209 If unsure, say N. 239 If unsure, say N. 249 If unsure, say N.
|
/xen/ |
A D | CREDITS | 4 scripts. The fields are: name (N), email (E), web-address 12 N: Jeremy Fitzhardinge
|
/xen/tools/libxl/ |
A D | libxlu_cfg_y.c | 353 # define YYSTACK_BYTES(N) \ argument 354 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ 612 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument 614 if (N) \ 618 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 619 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 998 # define YYCASE_(N, S) \ in yysyntax_error() argument 999 case N: \ in yysyntax_error() 1195 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N)) in yyparse() argument
|
/xen/xen/ |
A D | Kconfig.debug | 12 You probably want to say 'N' here. 53 If unsure, say N here. 98 If unsure, say N here. 115 If unsure, say N here.
|
A D | Kconfig | 54 If unsure, say N.
|
/xen/xen/tools/kconfig/tests/new_choice_with_dep/ |
A D | expected_stdout | 1 A (A) [N/y/?] (NEW) y
|
/xen/docs/features/ |
A D | template.pandoc | 2 % Revision $N 74 YYYY-MM-DD N Xen X.Y ...
|
/xen/docs/man/ |
A D | xen-pv-channel.7.pod | 124 pointing to /dev/hvcN. N is the same number as the number in "/devices/console-[0-9]". 182 N: Name 186 N: org.xenproject.guest.clipboard.0.1
|
A D | xentop.1.pod | 72 =item B<N>
|
/xen/xen/tools/ |
A D | xen.flf | 971 209 LATIN CAPITAL LETTER N WITH TILDE 1195 241 LATIN SMALL LETTER N WITH TILDE 1769 0x0143 LATIN CAPITAL LETTER N WITH ACUTE 1776 0x0144 LATIN SMALL LETTER N WITH ACUTE 1783 0x0145 LATIN CAPITAL LETTER N WITH CEDILLA 1790 0x0146 LATIN SMALL LETTER N WITH CEDILLA 1797 0x0147 LATIN CAPITAL LETTER N WITH CARON 1804 0x0148 LATIN SMALL LETTER N WITH CARON 1811 0x0149 LATIN SMALL LETTER N PRECEDED BY APOSTROPHE
|
/xen/xen/common/ |
A D | Kconfig | 161 If unsure, say N. 185 If unsure, say N. 272 If unsure, say N. 291 If unsure, say N. 365 be set to 'N' under normal conditions.
|