Searched refs:TABLE_SIZE (Results 1 – 8 of 8) sorted by relevance
8 #define TABLE_SIZE 1024 macro24 k = (31 * k + c) & (TABLE_SIZE - 1); in hash()91 symbol_table = TMALLOC(bucket *, TABLE_SIZE); in create_symbol_table()94 for (i = 0; i < TABLE_SIZE; i++) in create_symbol_table()
116 #define TABLE_SIZE 32 macro128 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; in BN_mod_exp2_mont()
128 #define TABLE_SIZE 32 macro264 BIGNUM *val[TABLE_SIZE]; in BN_mod_exp_recp()393 BIGNUM *val[TABLE_SIZE]; in BN_mod_exp_mont()1016 BIGNUM *val[TABLE_SIZE]; in BN_mod_exp_simple()
49 #define TABLE_SIZE (1 << TABLE_BITS) macro60 tbl->table = calloc(TABLE_SIZE, sizeof(*tbl->table)); in hash_table_new()207 for (i = 0; i < TABLE_SIZE; i++) in xmalloc_dump_leaks()
44 #define TABLE_SIZE 100 macro
170 chains = TABLE_SIZE; in __collate_load_tables_l()
261 #define TABLE_SIZE(TABLE) (sizeof (TABLE) / sizeof (TABLE[0])) macro2229 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()
1495 (TABLE_SIZE): New macro.