Searched refs:TABLE_SIZE (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/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-10.2-release/lib/libc/locale/
H A Dcollate.h44 #define TABLE_SIZE 100 macro
H A Dcollate.c170 chains = TABLE_SIZE;
/freebsd-10.2-release/crypto/openssl/crypto/bn/
H A Dbn_exp2.c116 #define TABLE_SIZE 32 macro
128 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE];
H A Dbn_exp.c129 #define TABLE_SIZE 32 macro
265 BIGNUM *val[TABLE_SIZE];
394 BIGNUM *val[TABLE_SIZE];
1055 BIGNUM *val[TABLE_SIZE];
/freebsd-10.2-release/usr.bin/grep/regex/
H A Dxmalloc.c50 #define TABLE_SIZE (1 << TABLE_BITS)
61 tbl->table = calloc(TABLE_SIZE, sizeof(*tbl->table));
209 for (i = 0; i < TABLE_SIZE; i++)
49 #define TABLE_SIZE macro
/freebsd-10.2-release/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));

Completed in 131 milliseconds