Searched refs:TABLE_BITS (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/crypto/openssl/crypto/modes/
H A Dmodes_lcl.h86 #ifdef TABLE_BITS
87 # undef TABLE_BITS macro
90 * Even though permitted values for TABLE_BITS are 8, 4 and 1, it should
93 #define TABLE_BITS 4 macro
107 #if TABLE_BITS==8
H A Dgcm128.c86 * Even though permitted values for TABLE_BITS are 8, 4 and 1, it should
88 * TABLE_BITS>1 are lookup-table-driven implementations referred to as
119 #if TABLE_BITS==8
265 #elif TABLE_BITS==4
621 #else /* TABLE_BITS */
690 #if TABLE_BITS==4 && defined(GHASH_ASM)
764 #if TABLE_BITS==8
766 #elif TABLE_BITS==4
/freebsd-10.2-release/usr.bin/grep/regex/
H A Dxmalloc.c48 #define TABLE_BITS 8
49 #define TABLE_MASK ((1 << TABLE_BITS) - 1)
50 #define TABLE_SIZE (1 << TABLE_BITS)
82 for (i = 0; i < (int)sizeof(ptr)*8 / TABLE_BITS; i++)
47 #define TABLE_BITS macro

Completed in 106 milliseconds