/external/one-true-awk/ |
tran.c | 72 literal0 = setsymtab("0", "0", 0.0, NUM|STR|CON|DONTFREE, symtab); 74 nullloc = setsymtab("$zero&null", "", 0.0, NUM|STR|CON|DONTFREE, symtab); 85 nfloc = setsymtab("NF", "", 0.0, NUM, symtab); 87 nrloc = setsymtab("NR", "", 0.0, NUM, symtab); 89 fnrloc = setsymtab("FNR", "", 0.0, NUM, symtab); 92 rstartloc = setsymtab("RSTART", "", 0.0, NUM, symtab); 94 rlengthloc = setsymtab("RLENGTH", "", 0.0, NUM, symtab); 106 ARGC = &setsymtab("ARGC", "", (Awkfloat) ac, NUM, symtab)->fval; 113 setsymtab(temp, *av, atof(*av), STR|NUM, ARGVtab); 135 setsymtab(*envp, p, atof(p), STR|NUM, ENVtab) [all...] |
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 | 74 static Cell truecell ={ OBOOL, BTRUE, 0, 0, 1.0, NUM }; 76 static Cell falsecell ={ OBOOL, BFALSE, 0, 0, 0.0, NUM }; 78 static Cell breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM }; 80 static Cell contcell ={ OJUMP, JCONT, 0, 0, 0.0, NUM }; 82 static Cell nextcell ={ OJUMP, JNEXT, 0, 0, 0.0, NUM }; 84 static Cell nextfilecell ={ OJUMP, JNEXTFILE, 0, 0, 0.0, NUM }; 86 static Cell exitcell ={ OJUMP, JEXIT, 0, 0, 0.0, NUM }; 88 static Cell retcell ={ OJUMP, JRET, 0, 0, 0.0, NUM }; 90 static Cell tempcell ={ OCELL, CTEMP, 0, "", 0.0, NUM|STR|DONTFREE }; 224 static Cell newcopycell = { OCELL, CCOPY, 0, "", 0.0, NUM|STR|DONTFREE } 1215 char *t, temp, num[50], *fs = 0; local 1839 int mflag, tempstat, num; local [all...] |
/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/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-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/darwin-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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) \
|
/prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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) \
|