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

/openbsd-current/usr.bin/yacc/
H A Dsymtab.c38 /* TABLE_SIZE is the number of entries in the symbol table. */
39 /* TABLE_SIZE must be a power of two. */
41 #define TABLE_SIZE 1024 macro
61 k = (31 * k + c) & (TABLE_SIZE - 1);
120 symbol_table = calloc(TABLE_SIZE, sizeof(bucket *));
/openbsd-current/lib/libcrypto/bn/
H A Dbn_exp.c121 #define TABLE_SIZE 32 macro
187 BIGNUM *val[TABLE_SIZE];
659 BIGNUM *val[TABLE_SIZE];
974 BIGNUM *val[TABLE_SIZE];
1190 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE];
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dm68hc11-opc.c26 #define TABLE_SIZE(X) (sizeof(X) / sizeof(X[0])) macro
1058 const int m68hc11_num_opcodes = TABLE_SIZE (m68hc11_opcodes);
1082 const int m68hc12_num_alias = TABLE_SIZE (m68hc12_alias);
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm68hc11-opc.c26 #define TABLE_SIZE(X) (sizeof(X) / sizeof(X[0])) macro
1058 const int m68hc11_num_opcodes = TABLE_SIZE (m68hc11_opcodes);
1082 const int m68hc12_num_alias = TABLE_SIZE (m68hc12_alias);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Daoutx.h276 #define TABLE_SIZE(TABLE) (sizeof (TABLE) / sizeof (TABLE[0])) macro
2376 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std));
4947 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std));
5271 BFD_ASSERT (r_type < TABLE_SIZE (howto_table_ext));
H A Dpdp11.c406 #define TABLE_SIZE(TABLE) (sizeof(TABLE)/sizeof(TABLE[0])) macro
4585 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_pdp11));
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Daoutx.h263 #define TABLE_SIZE(TABLE) (sizeof (TABLE) / sizeof (TABLE[0])) macro
2214 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std));
3944 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std));
4267 BFD_ASSERT (r_type < TABLE_SIZE (howto_table_ext));
H A Dpdp11.c256 #define TABLE_SIZE(TABLE) (sizeof(TABLE)/sizeof(TABLE[0])) macro
3276 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_pdp11));

Completed in 300 milliseconds