Home
last modified time | relevance | path

Searched refs:TABLE (Results 1 – 25 of 209) sorted by relevance

123456789

/netbsd-src/usr.sbin/tadpolectl/
H A Dtadpolectl.c84 #define TABLE(n) { __STRING(n), 0, n } macro
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),
99 TABLE(hw_power_battery_int_chargerate),
[all …]
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A D3level.h49 struct TABLE struct
71 CONCAT(TABLE,_init) (struct TABLE *t) in CONCAT() argument
87 CONCAT(TABLE,_get) (struct TABLE *t, uint32_t wc) in CONCAT() argument
113 CONCAT(TABLE,_add) (struct TABLE *t, uint32_t wc, ELEMENT value) in CONCAT() argument
120 if (value == CONCAT(TABLE,_get) (t, wc)) in CONCAT()
180 CONCAT(TABLE,_iterate) (struct TABLE *t, in CONCAT() argument
215 CONCAT(TABLE,_finalize) (struct TABLE *t) in CONCAT() argument
323 #undef TABLE
/netbsd-src/external/bsd/wpa/dist/hostapd/
H A Dhostapd.eap_user_sqlite1 CREATE TABLE users(
10 CREATE TABLE wildcards(
21 CREATE TABLE authlog(
29 CREATE TABLE pending_tc(
34 CREATE TABLE current_sessions(
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha512-x86_64.pl150 $TABLE="K512";
162 $TABLE="K256";
345 lea $TABLE(%rip),$Tbl
420 .type $TABLE,\@object
421 $TABLE:
466 .type $TABLE,\@object
467 $TABLE:
831 #movdqa $TABLE+`$SZ*2*$rounds`+32(%rip),$t4
832 #movdqa $TABLE+`$SZ*2*$rounds`+64(%rip),$t5
836 movdqa $TABLE+`$SZ*2*$rounds`(%rip),$t3
[all …]
H A Dsha512-ia64.pl87 $TABLE="K512";
101 $TABLE="K256";
174 add Ktbl=($TABLE#-.Lpic_point),Ktbl }
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha512-x86_64.pl152 $TABLE="K512";
164 $TABLE="K256";
347 lea $TABLE(%rip),$Tbl
422 .type $TABLE,\@object
423 $TABLE:
468 .type $TABLE,\@object
469 $TABLE:
833 #movdqa $TABLE+`$SZ*2*$rounds`+32(%rip),$t4
834 #movdqa $TABLE+`$SZ*2*$rounds`+64(%rip),$t5
838 movdqa $TABLE+`$SZ*2*$rounds`(%rip),$t3
[all …]
H A Dsha512-ia64.pl88 $TABLE="K512";
102 $TABLE="K256";
175 add Ktbl=($TABLE#-.Lpic_point),Ktbl }
/netbsd-src/sys/arch/riscv/riscv/
H A Ddb_disasm.c791 #define TABLE(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) },
804 [OPCODE_STORE] = { .fmt = FMT_S, TABLE(riscv_disasm_store) },
805 [OPCODE_STOREFP] = { .fmt = FMT_S, TABLE(riscv_disasm_storefp) },
806 [OPCODE_BRANCH] = { .fmt = FMT_B, TABLE(riscv_disasm_branch) },
807 [OPCODE_SYSTEM] = { .fmt = FMT_R, TABLE(riscv_disasm_syste
793 #define TABLE( global() macro
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrTable.td15 multiclass TABLE<WebAssemblyRegClass rt> {
46 defm "" : TABLE<FUNCREF>, Requires<[HasReferenceTypes]>;
47 defm "" : TABLE<EXTERNREF>, Requires<[HasReferenceTypes]>;
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_ani.c210 typedef int TABLE[]; in ar5416AniControl() typedef
245 static const TABLE m1ThreshLow = { 127, 50 }; in ar5416AniControl()
246 static const TABLE m2ThreshLow = { 127, 40 }; in ar5416AniControl()
247 static const TABLE m1Thresh = { 127, 0x4d }; in ar5416AniControl()
248 static const TABLE m2Thresh = { 127, 0x40 }; in ar5416AniControl()
249 static const TABLE m2CountThr = { 31, 16 }; in ar5416AniControl()
250 static const TABLE m2CountThrLow = { 63, 48 }; in ar5416AniControl()
290 static const TABLE weakSigThrCck = { 8, 6 }; in ar5416AniControl()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlocal_shlib.com.in14 $ DEFINE/TABLE='OPENSSL_NAMES' OSSL_FLAG YES
27 $ IF OLDV .NES. "" THEN DEFINE/TABLE='OPENSSL_NAMES' 'E' 'OLDV'
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68kelf.h135 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE,PREFIX,NUM,TABLE) \ argument
136 fprintf ((FILE), "%s&%d\n", SWBEG_ASM_OP, XVECLEN (PATTERN (TABLE), 1))
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlocal_shlib.com.in15 $ DEFINE/TABLE='OPENSSL_NAMES' OSSL_FLAG YES
28 $ IF OLDV .NES. "" THEN DEFINE/TABLE='OPENSSL_NAMES' 'E' 'OLDV'
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68kelf.h135 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE,PREFIX,NUM,TABLE) \ argument
136 fprintf ((FILE), "%s&%d\n", SWBEG_ASM_OP, XVECLEN (PATTERN (TABLE), 1))
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/mysql/testing/
H A Ddlz.schema
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/testing/
H A Ddlz.schema
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl84 $TABLE="K256";
170 .type $TABLE,\@object
171 $TABLE:
400 lea $TABLE+`$SZ*2*$rounds+32`(%rip),%r13 # borrow $a0
429 vmovdqa $TABLE+`$SZ*2*$rounds`(%rip),$t3
435 lea $TABLE(%rip),$Tbl
716 lea $TABLE+`$SZ*2*$rounds+32`(%rip),%r13 # borrow $a0
745 vmovdqa $TABLE+`$SZ*2*$rounds`(%rip),$t3
751 lea $TABLE(%rip),$Tbl
1032 lea $TABLE+`$SZ*2*$rounds+32`(%rip),%r12 # borrow $a4
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl86 $TABLE="K256";
172 .type $TABLE,\@object
173 $TABLE:
402 lea $TABLE+`$SZ*2*$rounds+32`(%rip),%r13 # borrow $a0
431 vmovdqa $TABLE+`$SZ*2*$rounds`(%rip),$t3
437 lea $TABLE(%rip),$Tbl
718 lea $TABLE+`$SZ*2*$rounds+32`(%rip),%r13 # borrow $a0
747 vmovdqa $TABLE+`$SZ*2*$rounds`(%rip),$t3
753 lea $TABLE(%rip),$Tbl
1034 lea $TABLE+`$SZ*2*$rounds+32`(%rip),%r12 # borrow $a4
[all …]
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/testing/
H A Ddlz.schema
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure.host104 # THIS TABLE IS SORTED. KEEP IT THAT WAY.
144 # THIS TABLE IS SORTED. KEEP IT THAT WAY.
157 # THIS TABLE IS SORTED. KEEP IT THAT WAY.
174 # THIS TABLE IS SORTED. KEEP IT THAT WAY.
210 # THIS TABLE IS SORTED. KEEP IT THAT WAY.
319 # THIS TABLE IS SORTED. KEEP IT THAT WAY.
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_ani.c259 typedef int TABLE[]; in ar5212AniControl() typedef
294 static const TABLE m1ThreshLow = { 127, 50 }; in ar5212AniControl()
295 static const TABLE m2ThreshLow = { 127, 40 }; in ar5212AniControl()
296 static const TABLE m1Thresh = { 127, 0x4d }; in ar5212AniControl()
297 static const TABLE m2Thresh = { 127, 0x40 }; in ar5212AniControl()
298 static const TABLE m2CountThr = { 31, 16 }; in ar5212AniControl()
299 static const TABLE m2CountThrLow = { 63, 48 }; in ar5212AniControl()
328 static const TABLE weakSigThrCck = { 8, 6 }; in ar5212AniControl()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Ddif12 0 string TABLE
13 # skip text starting with TABLE by looking for numeric version on 2nd line
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure.host100 # THIS TABLE IS SORTED. KEEP IT THAT WAY.
140 # THIS TABLE IS SORTED. KEEP IT THAT WAY.
153 # THIS TABLE IS SORTED. KEEP IT THAT WAY.
170 # THIS TABLE IS SORTED. KEEP IT THAT WAY.
206 # THIS TABLE IS SORTED. KEEP IT THAT WAY.
325 # THIS TABLE IS SORTED. KEEP IT THAT WAY.
/netbsd-src/lib/libutil/
H A Dparsedate.y55 } TABLE; typedef
490 static const TABLE MonthDayTable[] = {
527 static const TABLE UnitsTable[] = {
542 static const TABLE OtherTable[] = {
580 static const TABLE TimezoneTable[] = {
665 static const TABLE MilitaryTable[] = {
694 static const TABLE TimeNames[] = {
967 register const TABLE *tp;
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dpopcount.asm127 movb TABLE(%ebx), %bl
130 movb TABLE(%edx), %dl

123456789