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

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Duuencode.c51 * (Size of TABLE_SIZE octal is large enough to convert a basic 6-bit
54 #define TABLE_SIZE 0x40 macro
61 static unsigned char encode_table[TABLE_SIZE];
137 for (i = 0; i < TABLE_SIZE; i++)
H A Duudecode.c56 #define TABLE_SIZE 0x40 macro
220 for (i = 0; i <= TABLE_SIZE; i++)
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data_impl.h48 #define TABLE_SIZE 64 /* hash table size */ macro
H A Dfru_data.c49 static container_tbl_t *container_table[TABLE_SIZE];
162 index_to_hash = (parenthdl % TABLE_SIZE);
220 index_to_hash = (nodehdl % TABLE_SIZE);
245 index_to_hash = ((cont_tbl->picl_hdl) % TABLE_SIZE);
253 for (cnt = 0; cnt < TABLE_SIZE; cnt++) {
269 index_to_hash = ((hash_obj->picl_hdl) % TABLE_SIZE);
292 cont_tbl->hash_obj = malloc(sizeof (hash_obj_t[TABLE_SIZE]));
541 TABLE_SIZE)].next = free_obj->next;
598 cont_tbl->hash_obj[(next_obj->picl_hdl % TABLE_SIZE)].next =
2063 cont_tbl->hash_obj[(sec_hash->picl_hdl % TABLE_SIZE)]
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.h43 #define TABLE_SIZE 11 macro
H A Dtable.c46 return (a % TABLE_SIZE);
H A Dfilters.c80 static ht_node_t proto_table[TABLE_SIZE]; /* protocol table */
81 static ht_node_t uid_table[TABLE_SIZE]; /* IPGPC_UID table */
82 static ht_node_t projid_table[TABLE_SIZE]; /* IPGPC_PROJID table */
83 static ht_node_t if_table[TABLE_SIZE]; /* Interface ID table */
84 static ht_node_t dir_table[TABLE_SIZE]; /* packet direction table */
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_exp2.c116 #define TABLE_SIZE 32 macro
127 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE];
H A Dbn_exp.c117 #define TABLE_SIZE 32 macro
245 BIGNUM *val[TABLE_SIZE];
379 BIGNUM *val[TABLE_SIZE];
882 BIGNUM *val[TABLE_SIZE];
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access_impl.h59 #define TABLE_SIZE 64 /* hash table size */ macro
H A Dfru_access.c35 static hash_obj_t *hash_table[TABLE_SIZE];
50 for (count = 0; count < TABLE_SIZE; count++) {
67 index_to_hash = (handle % TABLE_SIZE);
209 index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE);
1415 hash_table[(free_obj->obj_hdl % TABLE_SIZE)] =
1458 hash_table[(seg_hash->obj_hdl % TABLE_SIZE)] = seg_hash->next;
2491 hash_table[(pkt_hash->obj_hdl % TABLE_SIZE)] = pkt_hash->next;
2686 hash_table[(sec_hash_obj->obj_hdl % TABLE_SIZE)]
2709 hash_table[(sec_hash_obj->obj_hdl % TABLE_SIZE)] =
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access_impl.h60 #define TABLE_SIZE 64 /* hash table size */ macro
H A Dfru_access.c34 static hash_obj_t *hash_table[TABLE_SIZE];
49 for (count = 0; count < TABLE_SIZE; count++) {
66 index_to_hash = (handle % TABLE_SIZE);
208 index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE);
1487 hash_table[(free_obj->obj_hdl % TABLE_SIZE)] =
1532 hash_table[(seg_hash->obj_hdl % TABLE_SIZE)] = seg_hash->next;
2586 hash_table[(pkt_hash->obj_hdl % TABLE_SIZE)] = pkt_hash->next;
2781 hash_table[(sec_hash_obj->obj_hdl % TABLE_SIZE)] =
2803 hash_table[(hash_obj->obj_hdl % TABLE_SIZE)] = hash_obj->next;
/opensolaris-onvv-gate/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)] =
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dfru_access_impl.h118 #define TABLE_SIZE 64 /* hash table size */ macro
H A Dlibfruaccess.c184 static hash_obj_t *hash_table[TABLE_SIZE];
190 for (count = 0; count < TABLE_SIZE; count++) {
208 index_to_hash = (handle % TABLE_SIZE);
347 index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE);
771 hash_table[(free_obj->obj_hdl % TABLE_SIZE)] =
815 hash_table[(seg_hash->obj_hdl % TABLE_SIZE)] = seg_hash->next;
861 hash_table[(sec_hash_obj->obj_hdl % TABLE_SIZE)]
884 hash_table[(sec_hash_obj->obj_hdl % TABLE_SIZE)] =
2799 hash_table[(pkt_hash->obj_hdl % TABLE_SIZE)] = pkt_hash->next;
2995 hash_table[(sec_hash_obj->obj_hdl % TABLE_SIZE)]
[all...]
/opensolaris-onvv-gate/usr/src/cmd/tar/
H A Dtar.c417 #define TABLE_SIZE 512 macro
422 static file_list_t *exclude_tbl[TABLE_SIZE],
423 *include_tbl[TABLE_SIZE];
5531 return (h % TABLE_SIZE);

Completed in 222 milliseconds