/external/ltp/testcases/kernel/syscalls/abort/ |
abort01.c | 41 #define NUM 3 70 for (i = 0; i < NUM; i++) {
|
/system/bt/osi/test/ |
test_stubs.h | 49 #define OVERLOAD_SELECT(NAME, NUM) OVERLOAD_CAT(NAME##_, NUM)
|
/external/libpcap/ |
grammar.y | 307 %token NUM INBOUND OUTBOUND 334 %type <i> NUM action reason type subtype type_subtype dir 369 | HID '/' NUM { $$.b = gen_mcode(cstate, $1, NULL, $3, 386 | HID6 '/' NUM { 529 | LESS NUM { $$ = gen_less(cstate, $2); } 530 | GREATER NUM { $$ = gen_greater(cstate, $2); } 531 | CBYTE NUM byteop NUM { $$ = gen_byteop(cstate, $3, $2, $4); } 550 | PF_RNR NUM { $$ = gen_pf_rnr(cstate, $2); } 551 | PF_SRNR NUM { $$ = gen_pf_srnr(cstate, $2); [all...] |
scanner.c | [all...] |
grammar.h | 82 NUM = 292, 204 #define NUM 292
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/TargetTool/ |
TargetTool.py | 96 def RWFile(self, CommentCharacter, KeySplitCharacter, Num):
115 if Num == 0:
156 elif self.Opt.NUM >= 2:
158 elif self.Opt.NUM <= 1:
160 elif Key == TAB_TAT_DEFINES_MAX_CONCURRENT_THREAD_NUMBER and self.Opt.NUM != None:
161 Line = "%-30s = %s\n" % (Key, str(self.Opt.NUM))
218 parser.add_option("-m", "--multithreadnum", action="callback", type="int", dest="NUM", callback=RangeCheckCallback,
234 if opt.NUM != None and opt.NUM < 1:
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkDefs.hpp | 53 #define VK_BIT(NUM) (1u<<(deUint32)(NUM))
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/ |
cpuhotplug_hotplug.sh | 113 NUM=`ls /sys/devices/system/cpu/ \ 115 return $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:__anon13264 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,
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
InstVisitor.h | 27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; 125 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 157 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 159 if (NUM == Instruction::Call) \
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
InstVisitor.h | 27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; 125 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 157 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 159 if (NUM == Instruction::Call) \
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/ |
InstVisitor.h | 27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; 125 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 157 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 159 if (NUM == Instruction::Call) \
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
InstVisitor.h | 27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; 125 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 157 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 159 if (NUM == Instruction::Call) \
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
InstVisitor.h | 27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; 125 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 157 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 159 if (NUM == Instruction::Call) \
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
InstVisitor.h | 27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; 125 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 157 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 159 if (NUM == Instruction::Call) \
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/ |
InstVisitor.h | 27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; 125 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 157 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 159 if (NUM == Instruction::Call) \
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
InstVisitor.h | 27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; 125 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 157 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 159 if (NUM == Instruction::Call) \
|
/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 | 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:
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
InstVisitor.h | 24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; 119 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 153 #define HANDLE_INST(NUM, OPCODE, CLASS) \
|
/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...] |