Home
last modified time | relevance | path

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

/trueos/contrib/byacc/
HDsymtab.c8 #define TABLE_SIZE 1024 macro
24 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()
/trueos/crypto/openssl/crypto/bn/
HDbn_exp2.c116 #define TABLE_SIZE 32 macro
128 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; in BN_mod_exp2_mont()
HDbn_exp.c128 #define TABLE_SIZE 32 macro
264 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()
/trueos/usr.bin/grep/regex/
HDxmalloc.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()
/trueos/lib/libc/locale/
HDcollate.h44 #define TABLE_SIZE 100 macro
HDcollate.c170 chains = TABLE_SIZE; in __collate_load_tables_l()
/trueos/contrib/binutils/bfd/
HDaoutx.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()
HDChangeLog-91931495 (TABLE_SIZE): New macro.