Home
last modified time | relevance | path

Searched refs:TABLE_SIZE (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/usr.bin/yacc/
Dsymtab.c49 #define TABLE_SIZE 1024 macro
68 k = (31*k + c) & (TABLE_SIZE - 1); in hash()
129 symbol_table = malloc(TABLE_SIZE*sizeof(bucket *)); in create_symbol_table()
131 for (i = 0; i < TABLE_SIZE; i++) in create_symbol_table()
/freebsd-9-stable/crypto/openssl/crypto/bn/
Dbn_exp2.c116 #define TABLE_SIZE 32 macro
128 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; in BN_mod_exp2_mont()
Dbn_exp.c117 #define TABLE_SIZE 32 macro
253 BIGNUM *val[TABLE_SIZE]; in BN_mod_exp_recp()
382 BIGNUM *val[TABLE_SIZE]; in BN_mod_exp_mont()
942 BIGNUM *val[TABLE_SIZE]; in BN_mod_exp_simple()
/freebsd-9-stable/usr.bin/grep/regex/
Dxmalloc.c49 #define TABLE_SIZE (1 << TABLE_BITS) macro
60 tbl->table = calloc(TABLE_SIZE, sizeof(*tbl->table)); in hash_table_new()
207 for (i = 0; i < TABLE_SIZE; i++) in xmalloc_dump_leaks()
/freebsd-9-stable/lib/libc/locale/
Dcollate.h44 #define TABLE_SIZE 100 macro
Dcollate.c170 chains = TABLE_SIZE; in __collate_load_tables_l()
/freebsd-9-stable/contrib/binutils/bfd/
Daoutx.h261 #define TABLE_SIZE(TABLE) (sizeof (TABLE) / sizeof (TABLE[0])) macro
2229 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std)); in NAME()
3957 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std)); in aout_link_input_section_std()
4280 BFD_ASSERT (r_type < TABLE_SIZE (howto_table_ext)); in aout_link_input_section_ext()
DChangeLog-91931495 (TABLE_SIZE): New macro.