/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...] |
tng_trace.c | 50 #define PRINT_ARRAY_NEW( FEILD, NUM) \ 51 for(i=0;i< NUM;i++) { \ 57 #define PRINT_ARRAY_INT( FEILD, NUM) \ 61 for(tmp=0;tmp< NUM;tmp++) { \ 70 #define PRINT_ARRAY_BYTE( FEILD, NUM) \ 74 for(tmp=0;tmp< NUM;tmp++) { \ 84 #define PRINT_ARRAY( FEILD, NUM) \ 85 for(i=0;i< NUM;i++) \ 90 #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:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/ |
gcov-io.h | 140 count-summary: int32:num int32:runs int64:sum 431 #define GCOV_TAG_BLOCKS_LENGTH(NUM) (NUM) 434 #define GCOV_TAG_ARCS_LENGTH(NUM) (1 + (NUM) * 2) 438 #define GCOV_TAG_COUNTER_LENGTH(NUM) ((NUM) * 2) 543 gcov_unsigned_t num; /* number of counters. */ member in struct:gcov_ctr_summary 707 gcov_unsigned_t num; /* number of counters. */ member in struct:gcov_ctr_info [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
lex.c | 193 yylval.cp = setsymtab(buf, tostring(buf), atof(buf), CON|NUM, symtab); 315 yylval.cp = setsymtab(buf, "", 0.0, STR|NUM, symtab); 479 yylval.cp = setsymtab("NF", "", 0.0, NUM, symtab); 490 yylval.cp = setsymtab(w, "", 0.0, STR|NUM|DONTFREE, symtab);
|
lib.c | 153 fldtab[0]->tval |= NUM; 249 q->tval |= NUM; 345 p->tval |= 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...] |
yacc.c | 145 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE]) 147 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH 165 # b4_rhs_location(RULE-LENGTH, NUM) 167 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols 652 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. 661 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to 662 token YYLEX-NUM. */ 681 /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. 689 /* YYDEFGOTO[NTERM-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...] |
/external/icu/icu4c/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...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
parse-events.c | 554 CHECK_TYPE_VAL(NUM); 555 attr->config = term->val.num; 558 CHECK_TYPE_VAL(NUM); 559 attr->config1 = term->val.num; 562 CHECK_TYPE_VAL(NUM); 563 attr->config2 = term->val.num; 566 CHECK_TYPE_VAL(NUM); 567 attr->sample_period = term->val.num; 572 * attr->branch_sample_type = term->val.num; 1256 char *str, u64 num) [all...] |
/external/llvm/lib/Target/NVPTX/InstPrinter/ |
NVPTXInstPrinter.cpp | 207 case NVPTX::PTXCmpMode::NUM: 208 O << ".num";
|
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
genflat.pl | 118 "num-spaces=i" => \$tab_size, 207 --num-spaces NUM Replace tabs with NUM spaces in source view
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
defaults.h | 181 #define ASM_OUTPUT_DEBUG_LABEL(FILE, PREFIX, NUM) \ 182 (*targetm.asm_out.internal_label) (FILE, PREFIX, NUM) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
numrgts.cpp | 774 Number num = df.parse(str, new ParsePosition(0)); 775 if (num.doubleValue() != -9.223372036854776E16) 1330 Formattable num; local 1387 double num = 1234.5; local 1415 Formattable num; local 1494 Formattable num; local 1944 Formattable num; local 2166 Formattable num; local 2491 Formattable num; local 3003 char *num = new char[NUMSIZE]; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
numrgts.cpp | 774 Number num = df.parse(str, new ParsePosition(0)); 775 if (num.doubleValue() != -9.223372036854776E16) 1330 Formattable num; local 1387 double num = 1234.5; local 1415 Formattable num; local 1494 Formattable num; local 1944 Formattable num; local 2166 Formattable num; local 2491 Formattable num; local 3003 char *num = new char[NUMSIZE]; local [all...] |
/external/llvm/lib/CodeGen/ |
TargetLoweringBase.cpp | [all...] |
/frameworks/native/include/input/ |
InputEventLabels.h | 120 DEFINE_KEYCODE(NUM),
|
/external/libpcap/ |
grammar.c | 381 NUM = 292, 502 #define NUM 292 1023 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. 1031 "MOPRC", "MOPDL", "TK_BROADCAST", "TK_MULTICAST", "NUM", "INBOUND", [all...] |
/external/qemu/android/ |
hw-events.h | 293 KEY_CODE(NUM ,241) \
|