| /src/external/gpl3/gcc/dist/libbacktrace/ |
| filetype.awk | 2 /^\177ELF\001/ { if (NR == 1) { print "elf32"; exit } } 3 /^\177ELF\002/ { if (NR == 1) { print "elf64"; exit } } 4 /^\114\001/ { if (NR == 1) { print "pecoff"; exit } } 5 /^\144\206/ { if (NR == 1) { print "pecoff"; exit } } 6 /^\001\337/ { if (NR == 1) { print "xcoff32"; exit } } 7 /^\001\367/ { if (NR == 1) { print "xcoff64"; exit } } 8 /^\376\355\372\316/ { if (NR == 1) { print "macho"; exit } } 9 /^\316\372\355\376/ { if (NR == 1) { print "macho"; exit } } 10 /^\376\355\372\317/ { if (NR == 1) { print "macho"; exit } } 11 /^\317\372\355\376/ { if (NR == 1) { print "macho"; exit } [all...] |
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| filetype.awk | 2 /^\177ELF\001/ { if (NR == 1) { print "elf32"; exit } } 3 /^\177ELF\002/ { if (NR == 1) { print "elf64"; exit } } 4 /^\114\001/ { if (NR == 1) { print "pecoff"; exit } } 5 /^\144\206/ { if (NR == 1) { print "pecoff"; exit } } 6 /^\001\337/ { if (NR == 1) { print "xcoff32"; exit } } 7 /^\001\367/ { if (NR == 1) { print "xcoff64"; exit } } 8 /^\376\355\372\316/ { if (NR == 1) { print "macho"; exit } } 9 /^\316\372\355\376/ { if (NR == 1) { print "macho"; exit } } 10 /^\376\355\372\317/ { if (NR == 1) { print "macho"; exit } } 11 /^\317\372\355\376/ { if (NR == 1) { print "macho"; exit } [all...] |
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| filetype.awk | 2 /^\177ELF\001/ { if (NR == 1) { print "elf32"; exit } } 3 /^\177ELF\002/ { if (NR == 1) { print "elf64"; exit } } 4 /^\114\001/ { if (NR == 1) { print "pecoff"; exit } } 5 /^\144\206/ { if (NR == 1) { print "pecoff"; exit } } 6 /^\001\337/ { if (NR == 1) { print "xcoff32"; exit } } 7 /^\001\367/ { if (NR == 1) { print "xcoff64"; exit } } 8 /^\376\355\372\316/ { if (NR == 1) { print "macho"; exit } } 9 /^\316\372\355\376/ { if (NR == 1) { print "macho"; exit } } 10 /^\376\355\372\317/ { if (NR == 1) { print "macho"; exit } } 11 /^\317\372\355\376/ { if (NR == 1) { print "macho"; exit } [all...] |
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| filetype.awk | 2 /^\177ELF\001/ { if (NR == 1) { print "elf32"; exit } } 3 /^\177ELF\002/ { if (NR == 1) { print "elf64"; exit } } 4 /^\114\001/ { if (NR == 1) { print "pecoff"; exit } } 5 /^\144\206/ { if (NR == 1) { print "pecoff"; exit } } 6 /^\001\337/ { if (NR == 1) { print "xcoff32"; exit } } 7 /^\001\367/ { if (NR == 1) { print "xcoff64"; exit } } 8 /^\376\355\372\316/ { if (NR == 1) { print "macho"; exit } } 9 /^\316\372\355\376/ { if (NR == 1) { print "macho"; exit } } 10 /^\376\355\372\317/ { if (NR == 1) { print "macho"; exit } } 11 /^\317\372\355\376/ { if (NR == 1) { print "macho"; exit } [all...] |
| /src/external/bsd/nvi/docs/USD.doc/vi.ref/ |
| merge.awk | 11 if (NR != 1)
|
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/genopts/ |
| gen-evolution.awk | 34 cpucfg_word[NR] = $1 35 cpucfg_bit_in_word[NR] = $2 36 name[NR] = $3 37 gsub("-", "_", name[NR]) 38 name_capitalized[NR] = toupper(name[NR]) 40 isa_version_major[NR] = isa_ver[1] 41 isa_version_minor[NR] = isa_ver[2] 45 comment[NR] = $0 78 for (i = 1; i <= NR; i++ [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| my-syscalls.S | 34 #define SYSCALL(NAME, NR) \ 37 mov $NR, %rax ;\ 45 #define SYSCALL(NAME, NR) \ 48 mov $NR, %eax ;\ 58 #define SYSCALL(NAME, NR) \ 61 mov x8, NR ;\
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| my-syscalls.S | 34 #define SYSCALL(NAME, NR) \ 37 mov $NR, %rax ;\ 45 #define SYSCALL(NAME, NR) \ 48 mov $NR, %eax ;\ 58 #define SYSCALL(NAME, NR) \ 61 mov x8, NR ;\
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| IntervalMap.cpp | 39 // NR is the subtree containing our left sibling. 40 NodeRef NR = path[l].subtree(path[l].offset - 1); 44 NR = NR.subtree(NR.size() - 1); 45 return NR; 63 // NR is the subtree containing our left sibling. 65 NodeRef NR = subtree(l); 69 path[l] = Entry(NR, NR.size() - 1) [all...] |
| /src/external/gpl2/libmalloc/dist/ |
| mtrace.awk | 14 print "+", $(n+1), "Alloc", NR, "duplicate:", allocated[$(n+1)], wherewas[$(n+1)], where; 26 print "-", $(n+1), "Free", NR, "was never alloc'd", where; 32 print "-", $(n+1), "Realloc", NR, "was never alloc'd", where; 35 print "+", $(n+1), "Realloc", NR, "duplicate:", allocated[$(n+1)], where;
|
| /src/sys/kern/ |
| gendevcalls.awk | 66 "at line " NR \ 72 print "unexpected start of declaration at line " NR \ 81 call_name, NR, call_name_prefix) \ 91 NR == 1 { 175 print "unexpected end of declaration at line " NR \ 201 print "unexpected end of file at line " NR \
|
| /src/sys/arch/x68k/stand/libdos/ |
| makestrerror.awk | 50 printf FILENAME ":" NR ": format error"
|
| makedoscalls.awk | 65 print FILENAME ":" NR ": unknown opt", $i 71 print FILENAME ":" NR ": malformed input line:" $0 88 print FILENAME ":" NR ": can't find function name" 180 print FILENAME ":" NR ": unknown arg type:", a
|
| /src/external/gpl3/binutils/dist/gprof/ |
| gen-c-prog.awk | 0 NR == 1 {
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| gen-c-prog.awk | 0 NR == 1 {
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/ |
| linux-unwind.h | 36 #define _sigreturn_asm(REG, NR) asm( \ 41 "moveli " #REG ", " #NR "\n" \ 45 #define sigreturn_asm(REG, NR) _sigreturn_asm(REG, NR)
|
| /src/external/mpl/mozilla-certdata/share/ |
| certdata.awk | 34 printf "%s: line %s: error: %s\n", ARGV[0], NR, s >"/dev/stderr" 57 printf "line %d: skip from: %s\n", NR, $0 151 printf "line %d: distrust for %s: %s\n", NR, desc, label 162 trust_lineno[desc":"lolab] = NR 167 NR, desc 172 NR, desc 182 NR, desc 266 printf "line %d: skipping: %s\n", NR, $0 360 NR, label 368 NR, labe [all...] |
| /src/sys/arch/hppa/dev/ |
| devlist2h.awk | 58 NR == 1 { 80 NR > 1 { 115 printf("WHA at line %d\n", NR);
|
| /src/sys/dev/onewire/ |
| devlist2h.awk | 25 NR == 1 {
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| ConstraintSystem.cpp | 39 SmallVector<int64_t, 8> NR; 40 NR.push_back(Constraints[R1][0]); 42 NR.push_back(Constraints[R1][i]); 44 NewSystem.push_back(std::move(NR)); 66 SmallVector<int64_t, 8> NR; 80 NR.push_back(N); 82 NewGCD = APIntOps::GreatestCommonDivisor({32, (uint32_t)NR.back()}, 86 NewSystem.push_back(std::move(NR));
|
| /src/external/bsd/libfido2/dist/udev/ |
| genrules.awk | 8 NR == 1 {
|
| /src/sys/compat/common/ |
| gen_errno_tables.awk | 53 NR != (FNR + nr_offset) { 58 nr_offset = (NR - FNR)
|
| /src/distrib/common/ |
| list2sh.awk | 47 printf("echo 'Unknown keyword \"%s\" at line %d of input.'\n", $1, NR);
|
| /src/sys/dev/acpi/ |
| devlist2h.awk | 35 NR == 1 {
|
| /src/sys/dev/hil/ |
| devlist2h.awk | 31 NR == 1 {
|