/src/common/dist/zlib/contrib/infback9/ |
inflate9.h | 15 TABLE, /* i: waiting for dynamic block table lengths */ 27 TYPE -> STORED or TABLE or LEN or DONE 29 TABLE -> LENLENS -> CODELENS -> LEN 38 /* dynamic table building */ 45 unsigned short work[288]; /* work area for code table building */
|
/src/usr.sbin/tadpolectl/ |
tadpolectl.c | 84 #define TABLE(n) { __STRING(n), 0, n } 90 } table[NUM_MIBS] = { variable in typeref:struct:__anon6fe6b3a80108[] 91 TABLE(hw_microcontroller_version), 92 TABLE(hw_version), 93 TABLE(hw_poweroncycles), 94 TABLE(hw_poweronseconds), 95 TABLE(hw_power_mains), 96 TABLE(hw_power_battery_int), 97 TABLE(hw_power_battery_ext), 98 TABLE(hw_power_battery_chargedisabled) [all...] |
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_ani.c | 259 typedef int TABLE[]; 294 static const TABLE m1ThreshLow = { 127, 50 }; 295 static const TABLE m2ThreshLow = { 127, 40 }; 296 static const TABLE m1Thresh = { 127, 0x4d }; 297 static const TABLE m2Thresh = { 127, 0x40 }; 298 static const TABLE m2CountThr = { 31, 16 }; 299 static const TABLE m2CountThrLow = { 63, 48 }; 328 static const TABLE weakSigThrCck = { 8, 6 };
|
/src/sys/external/isc/atheros_hal/dist/ar5416/ |
ar5416_ani.c | 210 typedef int TABLE[]; 245 static const TABLE m1ThreshLow = { 127, 50 }; 246 static const TABLE m2ThreshLow = { 127, 40 }; 247 static const TABLE m1Thresh = { 127, 0x4d }; 248 static const TABLE m2Thresh = { 127, 0x40 }; 249 static const TABLE m2CountThr = { 31, 16 }; 250 static const TABLE m2CountThrLow = { 63, 48 }; 290 static const TABLE weakSigThrCck = { 8, 6 };
|
/src/common/dist/zlib/ |
inflate.h | 37 TABLE, /* i: waiting for dynamic block table lengths */ 68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK 70 TABLE -> LENLENS -> CODELENS -> LEN_ 107 /* for table and code decoding */ 110 code const FAR *lencode; /* starting table for length/literal codes */ 111 code const FAR *distcode; /* starting table for distance codes */ 114 /* dynamic table building */ 121 unsigned short work[288]; /* work area for code table building */
|
/src/sys/arch/riscv/riscv/ |
db_disasm.c | 96 * table-driven. But I'm going to hack it up to use a 1-level switch. 791 #define TABLE(table) \ 792 .u.entries.v = table, .u.entries.n = __arraycount(table) 799 [OPCODE_MISCMEM] = { .fmt = FMT_I, TABLE(riscv_disasm_miscmem) }, 800 [OPCODE_LOAD] = { .fmt = FMT_I, TABLE(riscv_disasm_load) }, 801 [OPCODE_LOADFP] = { .fmt = FMT_I, TABLE(riscv_disasm_loadfp) }, 802 [OPCODE_OPIMM] = { .fmt = FMT_I, TABLE(riscv_disasm_opimm) }, 803 [OPCODE_OPIMM32] = { .fmt = FMT_I, TABLE(riscv_disasm_opimm32) } 1158 const struct riscv_disasm_insn *table, *info; local in function:db_disasm_32 [all...] |
/src/sys/arch/sparc64/sparc64/ |
locore.s | 288 * romtba is the prom trap table base address 646 #define TABLE(name) user_ ## name 648 #define TABLE(name) user_/**/name 771 TABLE(uspill): 776 TABLE(kspill): 781 TABLE(uspillk): 790 TABLE(ufill): 795 TABLE(kfill): 800 TABLE(ufillk): 809 TABLE(syscall) [all...] |
/src/sys/net/ |
zlib.c | 410 uInt hash_size; /* number of elements in hash table */ 450 /* Insert new strings in the hash table only if the match length is not 503 * a highly compressible string table.) Smaller buffer sizes give 793 * Initialize the hash table (avoiding 64K overflow for 16 bit systems). 926 /* Insert all strings in the hash table (except for the last two bytes). 1614 /* Slide the hash table (could be avoided with 32 bit values 1616 to keep the hash table consistent if we switch back to level > 0 1806 /* Insert new strings in the hash table only if the match length 1812 s->match_length--; /* string at strstart already in hash table */ 1911 /* Do not insert strings in hash table beyond this. * 3900 uInt table; \/* table lengths (14 bits) *\/ member in struct:inflate_blocks_state::__anon0201f1530a0a::__anon0201f1530b08 5718 local ptr_table table[MAX_PTR]; variable in typeref:typename:local ptr_table[] [all...] |