/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/tests/x86_emulator/ |
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-4.10.0-shim-comet/docs/misc/ |
A D | kconfig.txt | 101 N N : 100-N N/2 : N/2 : 100-N 102 [1] N:M N+M : 100-(N+M) N : M : 100-(N+M) 103 [2] N:M:L N : 100-N M : L : 100-(M+L) 105 where N, M and L are integers (in base 10) in the range [0,100], and so 107 [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.markdown | 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-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/ |
A D | Kconfig | 89 If unsure, say N. 107 If unsure, say N. 126 If unsure, say N. 135 If unsure, say N. 146 If unsure, say N. 157 If unsure, say N.
|
A D | nmi.c | 128 #define P4_ESCR_EVENT_SELECT(N) ((N)<<25) argument 132 #define P4_CCCR_THRESHOLD(N) ((N)<<20) argument 136 #define P4_CCCR_ESCR_SELECT(N) ((N)<<13) argument
|
/xen-4.10.0-shim-comet/ |
A D | CREDITS | 4 scripts. The fields are: name (N), email (E), web-address 12 N: Jeremy Fitzhardinge
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxlu_cfg_y.c | 354 # define YYSTACK_BYTES(N) \ argument 355 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ 609 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument 611 if (N) \ 615 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 616 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 992 # define YYCASE_(N, S) \ in yysyntax_error() argument 993 case N: \ in yysyntax_error() 1188 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N), yylsp -= (N)) in yyparse() argument
|
A D | idl.txt | 108 Instances of this class represent the standard uint<N>_t types. 110 The <N> for a given instance must be passed to the constructor and is
|
/xen-4.10.0-shim-comet/xen/ |
A D | Kconfig.debug | 12 You probably want to say 'N' here. 38 If unsure, say N here. 121 If unsure, say N here. 138 If unsure, say N here.
|
A D | Kconfig | 39 If unsure, say N.
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | template.pandoc | 2 % Revision $N 74 YYYY-MM-DD N Xen X.Y ...
|
/xen-4.10.0-shim-comet/docs/misc/arm/ |
A D | silicon-errata.txt | 44 | ARM | Cortex-A15 | #766422 | N/A | 48 | ARM | Cortex-A57 | #852523 | N/A |
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.tab.c_shipped | 334 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number 385 N elements. */ 386 # define YYSTACK_BYTES(N) \ 387 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 867 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. 873 # define YYLLOC_DEFAULT(Current, Rhs, N) \ 879 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 880 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 1280 # define YYCASE_(N, S) \ 1281 case N: \ [all …]
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | Kconfig | 101 If unsure, say N. 161 If unsure, say N. 284 be set to 'N' under normal conditions.
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-pv-channel.pod.7 | 181 N: Name 185 N: org.xenproject.guest.clipboard.0.1
|
A D | xentop.pod.1 | 72 =item B<N>
|
/xen-4.10.0-shim-comet/m4/ |
A D | ax_compare_version.m4 | 37 # eqN - equal up to N sub-version levels 38 # neN - not equal up to N sub-version levels
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenalyze.c | 1986 L=0; R=N-1; in percentile() 2052 R=N-1; in weighted_percentile() 2139 R=N-1; in self_weighted_percentile() 2542 int N=0; in interval_cr3_schedule_ordered_output() local 2545 N++; in interval_cr3_schedule_ordered_output() 2547 if(!N) in interval_cr3_schedule_ordered_output() 2862 int N=0; in dump_eip() local 2867 N++; in dump_eip() 2870 if(!N) in dump_eip() 4012 int i, N=0; in cr3_dump_list() local [all …]
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 00cvs | 8 - if AC_TRY_COMMAND([${CC-cc} ${CFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conftest.o -o c… 9 + if AC_TRY_COMMAND([${CC-cc} ${CFLAGS} ${LDFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conf… 216 - if { ac_try='${CC-cc} ${CFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conftest.o -o conftes… 217 + if { ac_try='${CC-cc} ${CFLAGS} ${LDFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conftest.o… 1051 -LDFLAGS = -nostdlib -Wl,-N,-Ttext,7C00 1052 +stage1_exec_LDFLAGS = -nostdlib -Wl,-N,-Ttext,7C00 1063 -LDFLAGS = -nostdlib -Wl,-N,-Ttext,7C00 1072 +stage1_exec_LDFLAGS = -nostdlib -Wl,-N,-Ttext,7C00
|