Home
last modified time | relevance | path

Searched +defs:tree +defs:h (Results 1 – 7 of 7) sorted by relevance

/titanic_53/usr/src/contrib/zlib/
H A Dtrees.c161 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
165 # define send_code(s, c, tree) \ argument
430 #define pqremove(s, tree, top) \ argument
441 #define smaller(tree, n, m, depth) \ argument
451 local void pqdownheap(s, tree, k) in pqdownheap() argument
490 ct_data *tree = desc->dyn_tree; local
496 int h; /* heap index */ local
572 local void gen_codes (tree, max_code, bl_count) in gen_codes() argument
619 ct_data *tree = desc->dyn_tree; local
703 local void scan_tree (s, tree, max_code) in scan_tree() argument
[all …]
/titanic_53/usr/src/boot/lib/libz/
H A Dtrees.c163 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
167 # define send_code(s, c, tree) \ argument
432 #define pqremove(s, tree, top) \ argument
443 #define smaller(tree, n, m, depth) \ argument
453 local void pqdownheap(s, tree, k) in pqdownheap() argument
492 ct_data *tree = desc->dyn_tree; local
498 int h; /* heap index */ local
575 local void gen_codes (tree, max_code, bl_count) in gen_codes() argument
621 ct_data *tree = desc->dyn_tree; local
705 local void scan_tree (s, tree, max_code) in scan_tree() argument
[all …]
/titanic_53/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c259 int i, h = 0; in hash() local
814 avl_tree_t *tree; in nfsauth_cache_get() local
1455 avl_tree_t *tree = exi->exi_cache[i]; in nfsauth_cache_free() local
1499 avl_tree_t *tree; in exi_cache_trim() local
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c554 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
1590 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
1594 # define send_code(s, c, tree) \ argument
1792 #define pqremove(s, tree, top) \ argument
1803 #define smaller(tree, n, m, depth) \ argument
1813 local void pqdownheap(s, tree, k) in pqdownheap() argument
1852 ct_data *tree = desc->dyn_tree; local
1858 int h; /* heap index */ local
1935 local void gen_codes (tree, max_code, bl_count) in gen_codes() argument
1981 ct_data *tree = desc->dyn_tree; local
[all …]
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c800 #define UPDATE_HASH(s, h, c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
2378 #define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
2382 #define send_code(s, c, tree) \ argument
2596 #define pqremove(s, tree, top) \ argument
2608 #define smaller(tree, n, m, depth) \ argument
2619 pqdownheap(s, tree, k) in pqdownheap() argument
2660 ct_data *tree = desc->dyn_tree; local
2666 int h; /* heap index */ local
2754 gen_codes(tree, max_code, bl_count) in gen_codes() argument
2807 ct_data *tree = desc->dyn_tree; local
[all …]
/titanic_53/usr/src/uts/common/inet/ip/
H A Dspd.c815 ipsec_policy_head_t *h = &ipss->ipsec_system_policy; in ipsec_system_policy() local
825 ipsec_policy_head_t *h = &ipss->ipsec_inactive_policy; in ipsec_inactive_policy() local
924 ipsec_insert_always(avl_tree_t *tree, void *new_node) in ipsec_insert_always()
/titanic_53/usr/src/cmd/ztest/
H A Dztest.c2654 nvlist_t *tree, **child, *config, *split, **schild; in ztest_split_pool() local
5882 hrtime_t h = m / 60; in print_time() local