HomeSort by relevance Sort by last modified time
    Searched defs:NUM (Results 1 - 17 of 17) sorted by null

  /external/ltp/testcases/kernel/syscalls/abort/
abort01.c 41 #define NUM 3
70 for (i = 0; i < NUM; i++) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
struct.s 5 NUM .int ; NUM = 0
  /external/icu/icu4c/source/samples/coll/
coll.cpp 67 enum {FLAG, NUM, STRING} type;
82 {"-level", OptSpec::NUM, &opt_level},
111 case OptSpec::NUM:
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 75 enum {FLAG, NUM, STRING} type;
90 {"-level", OptSpec::NUM, &opt_level},
121 case OptSpec::NUM:
  /prebuilts/go/darwin-x86/test/
rename.go 56 if n != NUM*(NUM-1)/2 {
57 fmt.Println("BUG: wrong n", n, NUM*(NUM-1)/2)
102 NUM = 39
  /prebuilts/go/linux-x86/test/
rename.go 56 if n != NUM*(NUM-1)/2 {
57 fmt.Println("BUG: wrong n", n, NUM*(NUM-1)/2)
102 NUM = 39
  /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
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 159 NUM,
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 130 enum {FLAG, NUM, STRING} type;
137 {"-langid", OptSpec::NUM, &opt_langid},
142 {"-loop", OptSpec::NUM, &opt_loopCount},
143 {"-time", OptSpec::NUM, &opt_time},
144 {"-passes", OptSpec::NUM, &opt_passesCount},
257 case OptSpec::NUM:
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 146 enum {FLAG, NUM, STRING} type;
153 {"-langid", OptSpec::NUM, &opt_langid},
171 {"-level", OptSpec::NUM, &opt_level},
174 {"-loop", OptSpec::NUM, &opt_loopCount},
175 {"-iloop", OptSpec::NUM, &opt_iLoopCount},
246 case OptSpec::NUM:
    [all...]
  /external/libpcap/
tokdefs.h 82 NUM = 292,
204 #define NUM 292
grammar.c 397 NUM = 292,
519 #define NUM 292
902 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
977 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
985 "MOPRC", "MOPDL", "TK_BROADCAST", "TK_MULTICAST", "NUM", "INBOUND",
1009 /* YYTOKNUM[NUM] -- (External) token number corresponding to the
1010 (internal) symbol number NUM (which must be that of a token). */
1040 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describin
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SlotIndexes.h 86 enum Slot { LOAD, USE, DEF, STORE, NUM };
116 InstrDist = 4*NUM
553 getMBBRange(unsigned Num) const {
554 return MBBRanges[Num];
564 SlotIndex getMBBStartIdx(unsigned Num) const {
565 return getMBBRange(Num).first;
574 SlotIndex getMBBEndIdx(unsigned Num) const {
575 return getMBBRange(Num).second;
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 784 Number num = df.parse(str, new ParsePosition(0));
785 if (num.doubleValue() != -9.223372036854776E16)
1340 Formattable num; local
1403 double num = 1234.5; local
1431 Formattable num; local
1510 Formattable num; local
1960 Formattable num; local
2182 Formattable num; local
2509 Formattable num; local
3029 char *num = new char[NUMSIZE]; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 1077 milliseconds