/freebsd/sys/tools/ |
H A D | acpi_quirks2h.awk | 70 TABLE = $2; 83 TABLE, OEM_ID, OEM_TABLE_ID) > OUTPUT; 91 TABLE = $2; 97 TABLE, CREATOR) > OUTPUT; 104 TABLE = $2; 112 TABLE, OPERAND, VALUE) > OUTPUT; 119 TABLE = $2; 127 TABLE, OPERAND, VALUE) > OUTPUT;
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.eap_user_sqlite | 1 CREATE TABLE users( 10 CREATE TABLE wildcards( 21 CREATE TABLE authlog( 29 CREATE TABLE pending_tc( 34 CREATE TABLE current_sessions(
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512-x86_64.pl | 152 $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 D | sha512-ia64.pl | 88 $TABLE="K512"; 102 $TABLE="K256"; 175 add Ktbl=($TABLE#-.Lpic_point),Ktbl }
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrTable.td | 23 multiclass TABLE<WebAssemblyRegClass rc, string suffix> { 65 defm "" : TABLE<FUNCREF, "funcref">, Requires<[HasReferenceTypes]>; 66 defm "" : TABLE<EXTERNREF, "externref">, Requires<[HasReferenceTypes]>; 67 defm "" : TABLE<EXNREF, "exnref">,
|
/freebsd/usr.sbin/fifolog/lib/ |
H A D | getdate.y | 46 } TABLE; typedef 331 static TABLE const MonthDayTable[] = { 360 static TABLE const UnitsTable[] = { 375 static TABLE const OtherTable[] = { 401 static TABLE const TimezoneTable[] = { 485 static TABLE const MilitaryTable[] = { 662 const TABLE *tp; in LookupWord()
|
/freebsd/crypto/openssl/util/ |
H A D | local_shlib.com.in | 15 $ DEFINE/TABLE='OPENSSL_NAMES' OSSL_FLAG YES 28 $ IF OLDV .NES. "" THEN DEFINE/TABLE='OPENSSL_NAMES' 'E' 'OLDV'
|
H A D | unlocal_shlib.com.in | 27 $ DEASSIGN 'OPENSSL_NAMES' /TABLE=LNM$PROCESS_DIRECTORY
|
/freebsd/usr.bin/find/ |
H A D | getdate.y | 70 } TABLE; typedef 337 static TABLE const MonthDayTable[] = { 366 static TABLE const UnitsTable[] = { 381 static TABLE const OtherTable[] = { 407 static TABLE const TimezoneTable[] = { 491 static TABLE const MilitaryTable[] = { 659 const TABLE *tp; in LookupWord()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_ani.c | 175 typedef int TABLE[]; in ar5416AniControl() typedef 253 static const TABLE m1ThreshLow = { 127, 50 }; in ar5416AniControl() 254 static const TABLE m2ThreshLow = { 127, 40 }; in ar5416AniControl() 255 static const TABLE m1Thresh = { 127, 0x4d }; in ar5416AniControl() 256 static const TABLE m2Thresh = { 127, 0x40 }; in ar5416AniControl() 257 static const TABLE m2CountThr = { 31, 16 }; in ar5416AniControl() 258 static const TABLE m2CountThrLow = { 63, 48 }; in ar5416AniControl() 299 static const TABLE weakSigThrCck = { 8, 6 }; in ar5416AniControl()
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesni-sha256-x86_64.pl | 86 $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 …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | dif | 12 0 string TABLE 13 # skip text starting with TABLE by looking for numeric version on 2nd line
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_ani.c | 222 typedef int TABLE[]; in ar5212AniControl() typedef 264 static const TABLE m1ThreshLow = { 127, 50 }; in ar5212AniControl() 265 static const TABLE m2ThreshLow = { 127, 40 }; in ar5212AniControl() 266 static const TABLE m1Thresh = { 127, 0x4d }; in ar5212AniControl() 267 static const TABLE m2Thresh = { 127, 0x40 }; in ar5212AniControl() 268 static const TABLE m2CountThr = { 31, 16 }; in ar5212AniControl() 269 static const TABLE m2CountThrLow = { 63, 48 }; in ar5212AniControl() 298 static const TABLE weakSigThrCck = { 8, 6 }; in ar5212AniControl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFoldTables.cpp | 92 #define CHECK_SORTED_UNIQUE(TABLE) \ in lookupFoldTableImpl() argument 93 assert(llvm::is_sorted(TABLE) && #TABLE " is not sorted"); \ in lookupFoldTableImpl() 96 #TABLE " is not unique"); in lookupFoldTableImpl()
|
H A D | X86FloatingPoint.cpp | 603 #define ASSERT_SORTED(TABLE) argument 605 #define ASSERT_SORTED(TABLE) \ argument 607 static std::atomic<bool> TABLE##Checked(false); \ 608 if (!TABLE##Checked.load(std::memory_order_relaxed)) { \ 609 assert(is_sorted(TABLE) && \ 611 TABLE##Checked.store(true, std::memory_order_relaxed); \
|
/freebsd/crypto/openssl/engines/ |
H A D | e_afalg.ec | 2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
|
H A D | e_capi.ec | 2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
|
H A D | e_dasync.ec | 2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
|
H A D | e_loader_attic.ec | 2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
|
H A D | e_ossltest.ec | 2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
|
/freebsd/sys/contrib/zlib/ |
H A D | inflate.h | 37 TABLE, /* i: waiting for dynamic block table lengths */ enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Wasm.cpp | 50 ECase(TABLE); in sectionTypeToString()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 27 ENUM_ENTRY(SECTION), ENUM_ENTRY(TAG), ENUM_ENTRY(TABLE), 35 ENUM_ENTRY(FUNCTION), ENUM_ENTRY(TABLE), ENUM_ENTRY(MEMORY),
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86FoldTablesEmitter.cpp | 749 #define PRINT_TABLE(TABLE) printTable(TABLE, #TABLE, OS); in run() argument
|
/freebsd/crypto/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv4.pl | 67 open TABLE,"<ecp_nistz256_table.c" or 68 open TABLE,"<${dir}../ecp_nistz256_table.c" or 73 foreach(<TABLE>) { 76 close TABLE;
|