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

/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h56 #define TABLE_SIZE 64 /* hash table size */ macro
H A Draw_access.c35 static hash_obj_t *hash_table[TABLE_SIZE];
43 for (count = 0; count < TABLE_SIZE; count++) {
56 index_to_hash = (handle % TABLE_SIZE);
79 index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE);
272 hash_table[(free_obj->obj_hdl % TABLE_SIZE)] =
318 hash_table[(seg_hash->obj_hdl % TABLE_SIZE)] = seg_hash->next;
1187 hash_table[(sec_hash_obj->obj_hdl % TABLE_SIZE)] =
1208 hash_table[(hash_obj->obj_hdl % TABLE_SIZE)] =
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcipher.c32 #define TABLE_SIZE 14 macro

Completed in 28 milliseconds