/external/libpcap/ |
D | scanner.l | 310 {N} { yylval.i = stoi((char *)yytext); return NUM; } 331 icmptype { yylval.i = 0; return NUM; } 332 icmpcode { yylval.i = 1; return NUM; } 333 icmp-echoreply { yylval.i = 0; return NUM; } 334 icmp-unreach { yylval.i = 3; return NUM; } 335 icmp-sourcequench { yylval.i = 4; return NUM; } 336 icmp-redirect { yylval.i = 5; return NUM; } 337 icmp-echo { yylval.i = 8; return NUM; } 338 icmp-routeradvert { yylval.i = 9; return NUM; } 339 icmp-routersolicit { yylval.i = 10; return NUM; } [all …]
|
D | grammar.y | 174 %token NUM INBOUND OUTBOUND 199 %type <i> NUM action reason 234 | HID '/' NUM { $$.b = gen_mcode($1, NULL, $3, 243 | HID6 '/' NUM { 379 | LESS NUM { $$ = gen_less($2); } 380 | GREATER NUM { $$ = gen_greater($2); } 381 | CBYTE NUM byteop NUM { $$ = gen_byteop($3, $2, $4); } 395 | PF_RNR NUM { $$ = gen_pf_rnr($2); } 396 | PF_SRNR NUM { $$ = gen_pf_srnr($2); } 401 reason: NUM { $$ = $1; } [all …]
|
D | scanner.c | 3271 { yylval.i = stoi((char *)pcap_text); return NUM; } 3312 { yylval.i = 0; return NUM; } 3317 { yylval.i = 1; return NUM; } 3322 { yylval.i = 0; return NUM; } 3327 { yylval.i = 3; return NUM; } 3332 { yylval.i = 4; return NUM; } 3337 { yylval.i = 5; return NUM; } 3342 { yylval.i = 8; return NUM; } 3347 { yylval.i = 9; return NUM; } 3352 { yylval.i = 10; return NUM; } [all …]
|
D | tokdefs.h | 65 NUM = 291, enumerator 169 #define NUM 291 macro
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t022scopes.g | 32 | NUM 54 : ID '=' NUM ';' 80 : ID '=' NUM ';' 105 : NUM { $e[0]::a = parseInt($NUM.text, 10); } 119 : NUM { var len = $f.length-2; $f[len>=0 ? len : 0]::a = parseInt($NUM.text, 10); } 128 NUM : ('0'..'9')+
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t022scopes.g | 32 | NUM 54 : ID '=' NUM ';' 79 : ID '=' NUM ';' 99 : NUM { $e[0]::a = int($NUM.text); } 113 : NUM { $f[-2]::a = int($NUM.text); } 123 NUM : ('0'..'9')+
|
/external/clang/test/Misc/ |
D | caret-diags-macros.c | 189 #define APPEND2(NUM, SUFF) -1 != NUM ## SUFF argument 190 #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF) argument
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
D | exp.c | 8 #define NUM (8*8*8) macro 17 int j,i,size=SIZE,num=NUM,mod=MOD;
|
/external/openssl/crypto/bn/ |
D | exp.c | 8 #define NUM (8*8*8) macro 17 int j,i,size=SIZE,num=NUM,mod=MOD;
|
/external/bison/tests/ |
D | conflicts.at | 551 [[%token NUM OP 553 exp: exp OP exp | NUM; 570 2 | NUM 577 NUM (258) 2 593 2 | . NUM 595 NUM shift, and go to state 1 602 2 exp: NUM . 627 2 | . NUM 629 NUM shift, and go to state 1 658 [[%token NUM OP [all …]
|
D | calc.at | 175 | NUM, or the ASCII character read if not a number. Skips all | 197 return NUM; 287 %token <ival> NUM "number" 309 NUM { $$ = $1; } 381 # _AT_CHECK_CALC(BISON-OPTIONS, INPUT, [NUM-STDERR-LINES]) 387 # NUM-STDERR-LINES is the number of expected lines on stderr. 401 # [NUM-STDERR-LINES], 409 # NUM-STDERR-LINES is the number of expected lines on stderr. 419 # If BISON-OPTIONS contains `%debug' but not `%glr', then NUM-STDERR-LINES
|
D | named-refs.at | 46 %token <ival> NUM "number" 67 NUM { $$ = $NUM; } 129 return NUM; 211 %token <ival> NUM "number" 232 NUM { $$ = $NUM; }
|
/external/icu4c/samples/coll/ |
D | coll.cpp | 61 enum {FLAG, NUM, STRING} type; enumerator 76 {"-level", OptSpec::NUM, &opt_level}, 105 case OptSpec::NUM: in processOptions()
|
/external/llvm/include/llvm/ |
D | InstVisitor.h | 27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument 122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument 154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument 156 if (NUM == Instruction::Call) \
|
/external/bison/lib/ |
D | bitset.h | 273 #define bitset_list(BSET, LIST, NUM, NEXT) \ argument 274 BITSET_LIST_ (BSET, LIST, NUM, NEXT) 279 #define bitset_list_reverse(BSET, LIST, NUM, NEXT) \ argument 280 BITSET_LIST_REVERSE_ (BSET, LIST, NUM, NEXT)
|
D | bbitset.h | 272 #define BITSET_LIST_(BSET, LIST, NUM, NEXT) \ argument 273 (BSET)->b.vtable->list (BSET, LIST, NUM, NEXT) 278 #define BITSET_LIST_REVERSE_(BSET, LIST, NUM, NEXT) \ argument 279 (BSET)->b.vtable->list_reverse (BSET, LIST, NUM, NEXT)
|
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
D | ubrkperfold.cpp | 125 enum {FLAG, NUM, STRING} type; enumerator 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: in ProcessOptions()
|
/external/icu4c/test/perf/ubrkperf/ |
D | ubrkperfold.cpp | 125 enum {FLAG, NUM, STRING} type; enumerator 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: in ProcessOptions()
|
/external/icu4c/samples/strsrch/ |
D | strsrch.cpp | 70 enum {FLAG, NUM, STRING} type; enumerator 85 {"-level", OptSpec::NUM, &opt_level}, 116 case OptSpec::NUM: in processOptions()
|
/external/bison/data/ |
D | c++.m4 | 114 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE]) 116 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH 128 # b4_rhs_location(RULE-LENGTH, NUM) 130 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
|
D | java.m4 | 190 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE]) 192 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH 207 # b4_rhs_location(RULE-LENGTH, NUM) 209 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 170 NUM, enumerator
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | udiv.ll | 26 %NUM.0.ph = phi i32 [ %call, %cond.true ], [ 170000, %entry ] ; <i32> [#uses=2] 27 %tobool18 = icmp eq i32 %NUM.0.ph, 0 ; <i1> [#uses=1] 46 %dec19.in = phi i32 [ %NUM.0.ph, %bb.nph30 ], [ %dec19, %while.cond ] ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
D | licm-nested.ll | 24 %exitcond78 = icmp eq i32 %indvar.next77, %NUM.0.ph80 ; <i1> [#uses=1] 28 %NUM.0.ph80 = phi i32 [ %call, %while.cond.preheader ], [ 17000, %entry ] ; <i32> [#uses=1]
|
/external/linux-tools-perf/Documentation/ |
D | perf-probe.txt | 131 "FUNC[@SRC][:RLN[+NUM|-RLN2]]|SRC[:ALN[+NUM|-ALN2]]" 137 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
|