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

1 2

  /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/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/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:__anon4940
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/chromium_org/third_party/icu/source/samples/coll/
coll.cpp 61 enum {FLAG, NUM, STRING} type;
76 {"-level", OptSpec::NUM, &opt_level},
105 case OptSpec::NUM:
  /external/chromium_org/third_party/icu/source/samples/strsrch/
strsrch.cpp 70 enum {FLAG, NUM, STRING} type;
85 {"-level", OptSpec::NUM, &opt_level},
116 case OptSpec::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:
  /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:
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
row_any.cc 220 #define YANY(NAMEANY, ARGBTOY_SIMD, SBPP, BPP, NUM) \
222 ARGBTOY_SIMD(src_argb, dst_y, width - NUM); \
223 ARGBTOY_SIMD(src_argb + (width - NUM) * SBPP, \
224 dst_y + (width - NUM) * BPP, NUM); \
  /external/chromium_org/third_party/libyuv/source/
row_any.cc 216 #define YANY(NAMEANY, ARGBTOY_SIMD, SBPP, BPP, NUM) \
218 ARGBTOY_SIMD(src_argb, dst_y, width - NUM); \
219 ARGBTOY_SIMD(src_argb + (width - NUM) * SBPP, \
220 dst_y + (width - NUM) * BPP, NUM); \
  /external/bison/data/
glr.c 132 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE])
134 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
152 # b4_rhs_location(RULE-LENGTH, NUM)
154 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
364 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
384 /* YYDPREC[RULE-NUM] -- Dynamic precedence of rule #RULE-NUM (0 if none). */
390 /* YYMERGER[RULE-NUM] -- Index of merging function for rule #RULE-NUM. *
    [all...]
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 216 #define HANDLE(NUM, WHICH) \
217 case NUM: \
259 # define HANDLE32(NUM, WHICH) HANDLE(NUM, r##WHICH)
261 # define HANDLE32(NUM, WHICH) HANDLE(NUM, e##WHICH)
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp 142 enum {FLAG, NUM, STRING} type;
149 {"-langid", OptSpec::NUM, &opt_langid},
167 {"-level", OptSpec::NUM, &opt_level},
170 {"-loop", OptSpec::NUM, &opt_loopCount},
171 {"-iloop", OptSpec::NUM, &opt_iLoopCount},
242 case OptSpec::NUM:
    [all...]

Completed in 2482 milliseconds

1 2