Home
last modified time | relevance | path

Searched defs:TABLE (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl1346 sub TABLE { subroutine
/freebsd/contrib/bionic-x86_64-string/
H A Dsse2-strcpy-slm.S67 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument
H A Dsse4-memcmp-slm.S74 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFoldTables.cpp92 #define CHECK_SORTED_UNIQUE(TABLE) \ in lookupFoldTableImpl() argument
H A DX86FloatingPoint.cpp603 #define ASSERT_SORTED(TABLE) argument
605 #define ASSERT_SORTED(TABLE) \ argument
/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y46 } TABLE; typedef
/freebsd/sys/contrib/zlib/
H A Dinflate.h37 TABLE, /* i: waiting for dynamic block table lengths */ enumerator
/freebsd/usr.bin/find/
H A Dgetdate.y70 } TABLE; typedef
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c175 typedef int TABLE[]; in ar5416AniControl() typedef
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c222 typedef int TABLE[]; in ar5212AniControl() typedef
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c70 typedef int TABLE[]; typedef
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp749 #define PRINT_TABLE(TABLE) printTable(TABLE, #TABLE, OS); in run() argument