Searched refs:TABLE_SIZE (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h261 #define TABLE_SIZE(TABLE) (sizeof (TABLE) / sizeof (TABLE[0])) macro
2235 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std));
3966 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std));
4289 BFD_ASSERT (r_type < TABLE_SIZE (howto_table_ext));
/freebsd-11-stable/contrib/byacc/
H A Dsymtab.c5 /* TABLE_SIZE is the number of entries in the symbol table. */
6 /* TABLE_SIZE must be a power of two. */
8 #define TABLE_SIZE 1024 macro
24 k = (31 * k + c) & (TABLE_SIZE - 1);
91 symbol_table = TMALLOC(bucket *, TABLE_SIZE);
94 for (i = 0; i < TABLE_SIZE; i++)
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_exp.c140 #define TABLE_SIZE 32 macro
280 BIGNUM *val[TABLE_SIZE];
416 BIGNUM *val[TABLE_SIZE];
1366 BIGNUM *val[TABLE_SIZE];
H A Dbn_exp2.c116 #define TABLE_SIZE 32 macro
128 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE];
/freebsd-11-stable/usr.bin/colldef/
H A Dparse.y55 #undef TABLE_SIZE
56 #define TABLE_SIZE 100

Completed in 224 milliseconds