HomeSort by relevance Sort by last modified time
    Searched refs:NUM (Results 26 - 50 of 67) sorted by null

12 3

  /external/deqp/external/vulkancts/framework/vulkan/
vkDefs.hpp 53 #define VK_BIT(NUM) (1u<<(deUint32)(NUM))
  /external/libpcap/
tokdefs.h 82 NUM = 292,
204 #define NUM 292
  /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)
run.c 73 static Cell truecell ={ OBOOL, BTRUE, 0, 0, 1.0, NUM };
75 static Cell falsecell ={ OBOOL, BFALSE, 0, 0, 0.0, NUM };
77 static Cell breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM };
79 static Cell contcell ={ OJUMP, JCONT, 0, 0, 0.0, NUM };
81 static Cell nextcell ={ OJUMP, JNEXT, 0, 0, 0.0, NUM };
83 static Cell nextfilecell ={ OJUMP, JNEXTFILE, 0, 0, 0.0, NUM };
85 static Cell exitcell ={ OJUMP, JEXIT, 0, 0, 0.0, NUM };
87 static Cell retcell ={ OJUMP, JRET, 0, 0, 0.0, NUM };
89 static Cell tempcell ={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE };
223 static Cell newcopycell = { OCELL, CCOPY, 0, "", 0.0, NUM|STR|DONTFREE }
1214 char *t, temp, num[50], *fs = 0; local
1811 int mflag, tempstat, num; local
    [all...]
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/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:__anon5702
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 159 NUM,
  /external/bison/etc/
bench.pl.in 174 %token <ival> NUM "number"
196 NUM { \$\$ = \$1; }
280 return 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:
  /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/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/libgdx/gdx/src/com/badlogic/gdx/
Input.java 137 public static final int NUM = 78;
408 case NUM:
409 return "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/opencv3/modules/calib3d/misc/java/test/
Calib3dTest.java 275 final int NUM = 20;
278 originalPoints.alloc(NUM);
280 transformedPoints.alloc(NUM);
282 for (int i = 0; i < NUM; i++) {
  /toolchain/binutils/binutils-2.25/bfd/
configure.com 382 $ NUM = 0
385 $ F = F$ELEMENT(NUM,",",FILES)
402 $ NUM = NUM + 1
  /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/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/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp 203 case NVPTX::PTXCmpMode::NUM:
204 O << ".num";
  /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...]

Completed in 379 milliseconds

12 3