Home
last modified time | relevance | path

Searched refs:TABLE (Results 1 – 25 of 57) 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.pl159 $TABLE="K512";
171 $TABLE="K256";
354 lea $TABLE(%rip),$Tbl
430 .type $TABLE,\@object
431 $TABLE:
478 .type $TABLE,\@object
479 $TABLE:
844 #movdqa $TABLE+`$SZ*2*$rounds`+32(%rip),$t4
845 #movdqa $TABLE+`$SZ*2*$rounds`+64(%rip),$t5
849 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/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.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/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/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.pl93 $TABLE="K256";
180 .type $TABLE,\@object
181 $TABLE:
411 lea $TABLE+`$SZ*2*$rounds+32`(%rip),%r13 # borrow $a0
440 vmovdqa $TABLE+`$SZ*2*$rounds`(%rip),$t3
446 lea $TABLE(%rip),$Tbl
727 lea $TABLE+`$SZ*2*$rounds+32`(%rip),%r13 # borrow $a0
756 vmovdqa $TABLE+`$SZ*2*$rounds`(%rip),$t3
762 lea $TABLE(%rip),$Tbl
1043 lea $TABLE+`$SZ*2*$rounds+32`(%rip),%r12 # borrow $a4
[all …]
/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
H A Dsql235 >>>>>0xC70 search/0x9000 CREATE\040TABLE\040s3api_per_key_metadata\n \b, Archive Metadata
236 >>>>>0x2A0 search/0x10 CREATE\040TABLE\040version_table\040(\040version\040INTEGER\040NOT\040NULL\0…
237 >>>>>0xEA0 search/0x10 CREATE\040TABLE\040version_table\040(\040version\040INTEGER\040NOT\040NULL\0…
238 >>>>>0xA0 search/0x100 CREATE\040TABLE\040IPMMessage\040( \b, Adobe IPM DB
239 >>>>>0xC00 search/0x100 CREATE\040TABLE\040IPMMessage\040( \b, Adobe IPM DB
/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()
/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