Home
last modified time | relevance | path

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

123

/freebsd/sys/tools/
H A Dacpi_quirks2h.awk70 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 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(
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512-x86_64.pl152 $TABLE="K512";
164 $TABLE="K256";
347 lea $TABLE(%rip),$Tbl
423 .type $TABLE,\@object
424 $TABLE:
471 .type $TABLE,\@object
472 $TABLE:
837 #movdqa $TABLE+`$SZ*2*$rounds`+32(%rip),$t4
838 #movdqa $TABLE+`$SZ*2*$rounds`+64(%rip),$t5
842 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 }
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrTable.td23 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 Dgetdate.y46 } 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/contrib/lyaml/
H A DREADME.md25 local t = lyaml.load (YAML-STRING, [OPTS-TABLE])
26 local yamlstr = lyaml.dump (LUA-TABLE, [OPTS-TABLE])
35 argument OPTS-TABLE.
61 scalar values in the `implicit_scalar` field of the OPTS-TABLE argument;
66 scalar values in the `explicit_scalar` field of the OPTS-TABLE argument;
92 function in the `implicit_scalar` field of the OPTS-TABLE argument to
/freebsd/usr.bin/find/
H A Dgetdate.y70 } 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/contrib/file/magic/Magdir/
H A Ddif12 0 string TABLE
13 # skip text starting with TABLE by looking for numeric version on 2nd line
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c175 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 Daesni-sha256-x86_64.pl86 $TABLE="K256";
173 .type $TABLE,\@object
174 $TABLE:
404 lea $TABLE+`$SZ*2*$rounds+32`(%rip),%r13 # borrow $a0
433 vmovdqa $TABLE+`$SZ*2*$rounds`(%rip),$t3
439 lea $TABLE(%rip),$Tbl
720 lea $TABLE+`$SZ*2*$rounds+32`(%rip),%r13 # borrow $a0
749 vmovdqa $TABLE+`$SZ*2*$rounds`(%rip),$t3
755 lea $TABLE(%rip),$Tbl
1036 lea $TABLE+`$SZ*2*$rounds+32`(%rip),%r12 # borrow $a4
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c222 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/crypto/krb5/src/kadmin/cli/
H A Dgetdate.y124 } TABLE; typedef
369 static TABLE const MonthDayTable[] = {
398 static TABLE const UnitsTable[] = {
413 static TABLE const OtherTable[] = {
440 static TABLE const TimezoneTable[] = {
685 const TABLE *tp; in LookupWord()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFoldTables.cpp92 #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 DX86FloatingPoint.cpp603 #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 De_afalg.ec2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
H A De_capi.ec2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
H A De_dasync.ec2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
H A De_loader_attic.ec2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
H A De_ossltest.ec2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
/freebsd/sys/contrib/zlib/
H A Dinflate.h37 TABLE, /* i: waiting for dynamic block table lengths */ enumerator
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DWasm.cpp50 ECase(TABLE); in sectionTypeToString()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp27 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 DX86FoldTablesEmitter.cpp749 #define PRINT_TABLE(TABLE) printTable(TABLE, #TABLE, OS); in run() argument
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl67 open TABLE,"<ecp_nistz256_table.c" or
68 open TABLE,"<${dir}../ecp_nistz256_table.c" or
73 foreach(<TABLE>) {
76 close TABLE;

123