Home
last modified time | relevance | path

Searched refs:N (Results 1 – 10 of 10) sorted by relevance

/tools/tests/x86_emulator/
A Dpredicates.c12 #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 Dblowfish.c43 #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()
/tools/xenmon/
A Dxenbaked.h33 #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
/tools/flask/policy/policy/support/
A Dmls_macros.spt3 # 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)
/tools/libs/util/
A Dlibxlu_cfg_y.c353 # 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
/tools/xentrace/
A Dxenalyze.c1992 L=0; R=N-1; in percentile()
2058 R=N-1; in weighted_percentile()
2145 R=N-1; in self_weighted_percentile()
2549 int N=0; in interval_cr3_schedule_ordered_output() local
2552 N++; in interval_cr3_schedule_ordered_output()
2554 if(!N) in interval_cr3_schedule_ordered_output()
2869 int N=0; in dump_eip() local
2874 N++; in dump_eip()
2877 if(!N) in dump_eip()
4019 int i, N=0; in cr3_dump_list() local
[all …]
/tools/libs/light/
A Didl.txt108 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
/tools/ocaml/xenstored/
A Dutils.ml98 * is generated locally in xenstored and always of the form "/local/domain/$N/" *)
A Ddomains.ml55 (* N.B. the Queue module is not thread-safe but oxenstored is single-threaded. *)
/tools/xenstored/
A Dtalloc_guide.txt284 talloc_realloc(context, NULL, type, N) ==> talloc_array(context, type, N);

Completed in 63 milliseconds