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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dmodes_lcl.h96 #ifdef TABLE_BITS
97 # undef TABLE_BITS macro
100 * Even though permitted values for TABLE_BITS are 8, 4 and 1, it should
103 #define TABLE_BITS 4 macro
117 #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) || defined(OPENSSL_CPUID_OBJ))
801 #if TABLE_BITS==8
803 #elif TABLE_BITS==4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dmodes_lcl.h96 #ifdef TABLE_BITS
97 # undef TABLE_BITS macro
100 * Even though permitted values for TABLE_BITS are 8, 4 and 1, it should
103 #define TABLE_BITS 4 macro
117 #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) || defined(OPENSSL_CPUID_OBJ))
801 #if TABLE_BITS==8
803 #elif TABLE_BITS==4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dxmalloc.c50 #define TABLE_BITS 8
51 #define TABLE_MASK ((1 << TABLE_BITS) - 1)
52 #define TABLE_SIZE (1 << TABLE_BITS)
84 for (i = 0; i < (int)sizeof(ptr)*8 / TABLE_BITS; i++)
49 #define TABLE_BITS macro

Completed in 117 milliseconds