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

  /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/icu4c/samples/coll/
coll.cpp 61 enum {FLAG, NUM, STRING} type;
76 {"-level", OptSpec::NUM, &opt_level},
105 case OptSpec::NUM:
  /external/icu4c/samples/strsrch/
strsrch.cpp 70 enum {FLAG, NUM, STRING} type;
85 {"-level", OptSpec::NUM, &opt_level},
116 case OptSpec::NUM:
  /external/icu4c/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:
  /ndk/sources/host-tools/nawk-20071023/
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)
  /external/icu4c/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/libpcap/
tokdefs.h 65 NUM = 291,
169 #define NUM 291
grammar.c 100 NUM = 291,
204 #define NUM 291
778 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
786 "MOPDL", "TK_BROADCAST", "TK_MULTICAST", "NUM", "INBOUND", "OUTBOUND",
806 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
807 token YYLEX-NUM. */
874 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
906 /* YYDEFGOTO[NTERM-NUM]. */
916 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describin
    [all...]
  /external/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/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 237 #define NUM 8
    [all...]
  /external/icu4c/test/intltest/
numrgts.cpp 769 Number num = df.parse(str, new ParsePosition(0));
770 if (num.doubleValue() != -9.223372036854776E16)
1324 Formattable num; local
1381 double num = 1234.5; local
1409 Formattable num; local
1488 Formattable num; local
1938 Formattable num; local
2160 Formattable num; local
2485 Formattable num; local
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
edid.h 30 #define NUM BITS_PER_BYTE*EDID1_LEN

Completed in 224 milliseconds