HomeSort by relevance Sort by last modified time
    Searched refs:NUM (Results 1 - 25 of 53) sorted by null

1 2 3

  /ndk/tests/build/short-commands/
build.sh 18 NUM=0
32 local NUM=0
33 while [ $NUM -lt $COUNT ]; do
34 SRCFILE=$SRCDIR/foo$NUM.c
36 int foo$NUM (int x)
41 NUM=$(( $NUM + 1 ))
51 NUM=0
52 while [ $NUM -lt $COUNT ]; do
54 extern int foo$NUM (int)
    [all...]
  /external/chromium_org/third_party/fontconfig/include/fc-lang/
fclang.h 32 #define NUM(s,n) (NUM0 + n * sizeof (FcChar16) - SET(s))
47 { "aa", { FC_REF_CONSTANT, 1, OFF(0,0), NUM(0,0) } }, /* 0 */
48 { "ab", { FC_REF_CONSTANT, 1, OFF(1,1), NUM(1,1) } }, /* 1 */
49 { "af", { FC_REF_CONSTANT, 2, OFF(2,2), NUM(2,2) } }, /* 2 */
50 { "ak", { FC_REF_CONSTANT, 5, OFF(3,4), NUM(3,4) } }, /* 3 */
51 { "am", { FC_REF_CONSTANT, 2, OFF(4,9), NUM(4,9) } }, /* 4 */
52 { "an", { FC_REF_CONSTANT, 1, OFF(5,11), NUM(5,11) } }, /* 5 */
53 { "ar", { FC_REF_CONSTANT, 1, OFF(6,12), NUM(6,12) } }, /* 6 */
54 { "as", { FC_REF_CONSTANT, 1, OFF(7,13), NUM(7,13) } }, /* 7 */
55 { "ast", { FC_REF_CONSTANT, 2, OFF(8,14), NUM(8,14) } }, /* 8 *
    [all...]
  /external/libpcap/
scanner.l 342 {N} { yylval.i = stoi((char *)yytext); return NUM; }
362 icmptype { yylval.i = 0; return NUM; }
363 icmpcode { yylval.i = 1; return NUM; }
364 icmp-echoreply { yylval.i = 0; return NUM; }
365 icmp-unreach { yylval.i = 3; return NUM; }
366 icmp-sourcequench { yylval.i = 4; return NUM; }
367 icmp-redirect { yylval.i = 5; return NUM; }
368 icmp-echo { yylval.i = 8; return NUM; }
369 icmp-routeradvert { yylval.i = 9; return NUM; }
370 icmp-routersolicit { yylval.i = 10; return NUM; }
    [all...]
grammar.y 278 %token NUM INBOUND OUTBOUND
305 %type <i> NUM action reason type subtype type_subtype dir
340 | HID '/' NUM { $$.b = gen_mcode($1, NULL, $3,
357 | HID6 '/' NUM {
500 | LESS NUM { $$ = gen_less($2); }
501 | GREATER NUM { $$ = gen_greater($2); }
502 | CBYTE NUM byteop NUM { $$ = gen_byteop($3, $2, $4); }
518 | PF_RNR NUM { $$ = gen_pf_rnr($2); }
519 | PF_SRNR NUM { $$ = gen_pf_srnr($2);
    [all...]
scanner.c     [all...]
tokdefs.h 74 NUM = 292,
195 #define NUM 292
  /development/tools/findunused/
removeunusedresources 26 read LINE NUM
74 read LINE NUM
  /external/clang/test/Misc/
caret-diags-macros.c 189 #define APPEND2(NUM, SUFF) -1 != NUM ## SUFF
190 #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF)
203 // CHECK-NEXT: #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF)
206 // CHECK-NEXT: #define APPEND2(NUM, SUFF) -1 != NUM ## SUFF
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
scopes.rb 79 | NUM
101 : ID '=' NUM ';'
125 : ID '=' NUM ';'
146 : NUM { $e[0]::a = Integer($NUM.text); }
160 : NUM { $f[-2]::a = Integer($NUM.text); }
170 NUM : ('0'..'9')+
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
exp.c 8 #define NUM (8*8*8)
17 int j,i,size=SIZE,num=NUM,mod=MOD; local
46 for (i=0; i<num; i++)
55 d,num,d/num,(int)((d/num)*mod),md/10.0);
56 num/=8;
58 if (num <= 0) num=1
    [all...]
  /external/openssl/crypto/bn/
exp.c 8 #define NUM (8*8*8)
17 int j,i,size=SIZE,num=NUM,mod=MOD; local
46 for (i=0; i<num; i++)
55 d,num,d/num,(int)((d/num)*mod),md/10.0);
56 num/=8;
58 if (num <= 0) num=1
    [all...]
  /external/zopfli/src/zopfli/
blocksplitter.c 59 #define NUM 9 /* Good value: 9. */
61 size_t p[NUM];
62 double vp[NUM];
69 if (end - start <= NUM) break;
71 for (i = 0; i < NUM; i++) {
72 p[i] = start + (i + 1) * ((end - start) / (NUM + 1));
77 for (i = 1; i < NUM; i++) {
86 end = besti == NUM - 1 ? end : p[besti + 1];
92 #undef NUM
  /ndk/sources/host-tools/nawk-20071023/
tran.c 72 literal0 = setsymtab("0", "0", 0.0, NUM|STR|CON|DONTFREE, symtab);
74 nullloc = setsymtab("$zero&null", "", 0.0, NUM|STR|CON|DONTFREE, symtab);
85 nfloc = setsymtab("NF", "", 0.0, NUM, symtab);
87 nrloc = setsymtab("NR", "", 0.0, NUM, symtab);
89 fnrloc = setsymtab("FNR", "", 0.0, NUM, symtab);
92 rstartloc = setsymtab("RSTART", "", 0.0, NUM, symtab);
94 rlengthloc = setsymtab("RLENGTH", "", 0.0, NUM, symtab);
106 ARGC = &setsymtab("ARGC", "", (Awkfloat) ac, NUM, symtab)->fval;
113 setsymtab(temp, *av, atof(*av), STR|NUM, ARGVtab);
135 setsymtab(*envp, p, atof(p), STR|NUM, ENVtab)
    [all...]
awk.h 84 int tval; /* type info: STR|NUM|ARR|FCN|FLD|CON|DONTFREE */
104 #define NUM 01 /* number value is valid */
193 #define isnum(n) ((n)->tval & NUM)
run.c 73 static Cell truecell ={ OBOOL, BTRUE, 0, 0, 1.0, NUM };
75 static Cell falsecell ={ OBOOL, BFALSE, 0, 0, 0.0, NUM };
77 static Cell breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM };
79 static Cell contcell ={ OJUMP, JCONT, 0, 0, 0.0, NUM };
81 static Cell nextcell ={ OJUMP, JNEXT, 0, 0, 0.0, NUM };
83 static Cell nextfilecell ={ OJUMP, JNEXTFILE, 0, 0, 0.0, NUM };
85 static Cell exitcell ={ OJUMP, JEXIT, 0, 0, 0.0, NUM };
87 static Cell retcell ={ OJUMP, JRET, 0, 0, 0.0, NUM };
89 static Cell tempcell ={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE };
223 static Cell newcopycell = { OCELL, CCOPY, 0, "", 0.0, NUM|STR|DONTFREE }
1214 char *t, temp, num[50], *fs = 0; local
1811 int mflag, tempstat, num; local
    [all...]
  /external/bison/lib/
bbitset.h 269 /* Find list of up to NUM bits set in BSET starting from and including
272 #define BITSET_LIST_(BSET, LIST, NUM, NEXT) \
273 (BSET)->b.vtable->list (BSET, LIST, NUM, NEXT)
275 /* Find reverse list of up to NUM bits set in BSET starting from and
278 #define BITSET_LIST_REVERSE_(BSET, LIST, NUM, NEXT) \
279 (BSET)->b.vtable->list_reverse (BSET, LIST, NUM, NEXT)
bitset.h 95 bitset_bindex num; member in struct:__anon4935
270 /* Find list of up to NUM bits set in BSET starting from and including
273 #define bitset_list(BSET, LIST, NUM, NEXT) \
274 BITSET_LIST_ (BSET, LIST, NUM, NEXT)
276 /* Find reverse list of up to NUM bits set in BSET starting from and
279 #define bitset_list_reverse(BSET, LIST, NUM, NEXT) \
280 BITSET_LIST_REVERSE_ (BSET, LIST, NUM, NEXT)
316 for (ITER.next = (MIN), ITER.num = BITSET_LIST_SIZE; \
317 (ITER.num == BITSET_LIST_SIZE) \
318 && (ITER.num = bitset_list (BSET, ITER.list,
    [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS;
122 #define HANDLE_INST(NUM, OPCODE, CLASS) \
154 #define HANDLE_INST(NUM, OPCODE, CLASS) \
156 if (NUM == Instruction::Call) \
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 174 NUM,
  /external/bison/etc/
bench.pl.in 174 %token <ival> NUM "number"
196 NUM { \$\$ = \$1; }
280 return NUM;
  /external/icu/icu4c/source/samples/coll/
coll.cpp 61 enum {FLAG, NUM, STRING} type;
76 {"-level", OptSpec::NUM, &opt_level},
105 case OptSpec::NUM:
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 70 enum {FLAG, NUM, STRING} type;
85 {"-level", OptSpec::NUM, &opt_level},
116 case OptSpec::NUM:
  /hardware/intel/img/psb_video/src/
tng_enc_trace.c 46 #define PRINT_ARRAY_NEW( FEILD, NUM) \
47 for(i=0;i< NUM;i++) { \
53 #define PRINT_ARRAY_INT( FEILD, NUM) \
57 for(tmp=0;tmp< NUM;tmp++) { \
66 #define PRINT_ARRAY_BYTE( FEILD, NUM) \
70 for(tmp=0;tmp< NUM;tmp++) { \
80 #define PRINT_ARRAY( FEILD, NUM) \
81 for(i=0;i< NUM;i++) \
86 #define PRINT_ARRAY( FEILD, NUM) PRINT_ARRAY_NEW(FEILD, NUM)
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
ubrkperfold.cpp 125 enum {FLAG, NUM, STRING} type;
132 {"-langid", OptSpec::NUM, &opt_langid},
137 {"-loop", OptSpec::NUM, &opt_loopCount},
138 {"-time", OptSpec::NUM, &opt_time},
139 {"-passes", OptSpec::NUM, &opt_passesCount},
252 case OptSpec::NUM:
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 125 enum {FLAG, NUM, STRING} type;
132 {"-langid", OptSpec::NUM, &opt_langid},
137 {"-loop", OptSpec::NUM, &opt_loopCount},
138 {"-time", OptSpec::NUM, &opt_time},
139 {"-passes", OptSpec::NUM, &opt_passesCount},
252 case OptSpec::NUM:

Completed in 561 milliseconds

1 2 3