Symbol: TABLE_SIZE
usr/src/cmd/bnu/uudecode.c
218
for (i = 0; i <= TABLE_SIZE; i++)
usr/src/cmd/bnu/uuencode.c
137
for (i = 0; i < TABLE_SIZE; i++)
usr/src/cmd/bnu/uuencode.c
61
static unsigned char encode_table[TABLE_SIZE];
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
162
index_to_hash = (parenthdl % TABLE_SIZE);
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
2063
cont_tbl->hash_obj[(sec_hash->picl_hdl % TABLE_SIZE)].next =
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
2092
container_table[(cont_hash->picl_hdl % TABLE_SIZE)] =
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
220
index_to_hash = (nodehdl % TABLE_SIZE);
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
2347
for (count = 0; count < TABLE_SIZE; count++) {
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
2421
for (cnt = 0; cnt < TABLE_SIZE; cnt++) {
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
245
index_to_hash = ((cont_tbl->picl_hdl) % TABLE_SIZE);
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
253
for (cnt = 0; cnt < TABLE_SIZE; cnt++) {
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
269
index_to_hash = ((hash_obj->picl_hdl) % TABLE_SIZE);
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
292
cont_tbl->hash_obj = malloc(sizeof (hash_obj_t[TABLE_SIZE]));
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
49
static container_tbl_t *container_table[TABLE_SIZE];
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
541
TABLE_SIZE)].next = free_obj->next;
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
598
cont_tbl->hash_obj[(next_obj->picl_hdl % TABLE_SIZE)].next =
usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/fru_access.c
1485
hash_table[(free_obj->obj_hdl % TABLE_SIZE)] =
usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/fru_access.c
1530
hash_table[(seg_hash->obj_hdl % TABLE_SIZE)] = seg_hash->next;
usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/fru_access.c
206
index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE);
usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/fru_access.c
2584
hash_table[(pkt_hash->obj_hdl % TABLE_SIZE)] = pkt_hash->next;
usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/fru_access.c
2779
hash_table[(sec_hash_obj->obj_hdl % TABLE_SIZE)] =
usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/fru_access.c
2801
hash_table[(hash_obj->obj_hdl % TABLE_SIZE)] = hash_obj->next;
usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/fru_access.c
32
static hash_obj_t *hash_table[TABLE_SIZE];
usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/fru_access.c
47
for (count = 0; count < TABLE_SIZE; count++) {
usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/fru_access.c
64
index_to_hash = (handle % TABLE_SIZE);
usr/src/cmd/tar/tar.c
419
static file_list_t *exclude_tbl[TABLE_SIZE],
usr/src/cmd/tar/tar.c
420
*include_tbl[TABLE_SIZE];
usr/src/cmd/tar/tar.c
5616
return (h % TABLE_SIZE);
usr/src/lib/libfru/libfruraw/raw_access.c
1187
hash_table[(sec_hash_obj->obj_hdl % TABLE_SIZE)] =
usr/src/lib/libfru/libfruraw/raw_access.c
1208
hash_table[(hash_obj->obj_hdl % TABLE_SIZE)] =
usr/src/lib/libfru/libfruraw/raw_access.c
272
hash_table[(free_obj->obj_hdl % TABLE_SIZE)] =
usr/src/lib/libfru/libfruraw/raw_access.c
318
hash_table[(seg_hash->obj_hdl % TABLE_SIZE)] = seg_hash->next;
usr/src/lib/libfru/libfruraw/raw_access.c
35
static hash_obj_t *hash_table[TABLE_SIZE];
usr/src/lib/libfru/libfruraw/raw_access.c
43
for (count = 0; count < TABLE_SIZE; count++) {
usr/src/lib/libfru/libfruraw/raw_access.c
56
index_to_hash = (handle % TABLE_SIZE);
usr/src/lib/libfru/libfruraw/raw_access.c
79
index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE);
usr/src/uts/common/ipp/ipgpc/filters.c
80
static ht_node_t proto_table[TABLE_SIZE]; /* protocol table */
usr/src/uts/common/ipp/ipgpc/filters.c
81
static ht_node_t uid_table[TABLE_SIZE]; /* IPGPC_UID table */
usr/src/uts/common/ipp/ipgpc/filters.c
82
static ht_node_t projid_table[TABLE_SIZE]; /* IPGPC_PROJID table */
usr/src/uts/common/ipp/ipgpc/filters.c
83
static ht_node_t if_table[TABLE_SIZE]; /* Interface ID table */
usr/src/uts/common/ipp/ipgpc/filters.c
84
static ht_node_t dir_table[TABLE_SIZE]; /* packet direction table */
usr/src/uts/common/ipp/ipgpc/table.c
44
return (a % TABLE_SIZE);