| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| D | trees.c | 90 local ct_data static_ltree[L_CODES+2]; 97 local ct_data static_dtree[D_CODES]; 122 const ct_data *static_tree; /* static tree or NULL */ 136 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS}; 144 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k)); 146 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 148 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code)); 149 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code)); 153 local void compress_block OF((deflate_state *s, ct_data *ltree, 154 ct_data *dtree)); [all …]
|
| D | deflate.h | 71 } FAR ct_data; typedef 81 ct_data *dyn_tree; /* the dynamic tree */
|
| /freebsd-10-stable/contrib/zlib/ |
| D | trees.c | 86 local ct_data static_ltree[L_CODES+2]; 93 local ct_data static_dtree[D_CODES]; 118 const ct_data *static_tree; /* static tree or NULL */ 132 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS}; 140 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k)); 142 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 144 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code)); 145 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code)); 149 local void compress_block OF((deflate_state *s, const ct_data *ltree, 150 const ct_data *dtree)); [all …]
|
| D | trees.h | 3 local const ct_data static_ltree[L_CODES+2] = { 64 local const ct_data static_dtree[D_CODES] = {
|
| D | deflate.h | 77 } FAR ct_data; typedef 87 ct_data *dyn_tree; /* the dynamic tree */
|
| /freebsd-10-stable/sys/rpc/ |
| D | clnt_bck.c | 123 struct ct_data *ct = NULL; /* client handle */ in clnt_bck_create() 133 ct = (struct ct_data *)mem_alloc(sizeof (*ct)); in clnt_bck_create() 179 mem_free(ct, sizeof (struct ct_data)); in clnt_bck_create() 194 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_call() 474 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_geterr() 507 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_close() 533 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_destroy() 538 mem_free(ct, sizeof(struct ct_data)); in clnt_bck_destroy() 553 struct ct_data *ct = (struct ct_data *)arg; in clnt_bck_svccall()
|
| D | clnt_vc.c | 109 static void clnt_vc_upcallsdone(struct ct_data *); 135 struct ct_data *ct = NULL; /* client handle */ in clnt_vc_create() 148 ct = (struct ct_data *)mem_alloc(sizeof (*ct)); in clnt_vc_create() 277 mem_free(ct, sizeof (struct ct_data)); in clnt_vc_create() 292 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_call() 586 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_geterr() 612 struct ct_data *ct = (struct ct_data *)cl->cl_private; in clnt_vc_control() 746 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_close() 797 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_destroy() 827 mem_free(ct, sizeof(struct ct_data)); in clnt_vc_destroy() [all …]
|
| D | krpc.h | 81 struct ct_data { struct
|
| D | svc_vc.c | 797 struct ct_data *ct; in svc_vc_backchannel_recv() 802 ct = (struct ct_data *)xprt->xp_p2; in svc_vc_backchannel_recv() 890 struct ct_data *ct; in svc_vc_backchannel_reply() 925 ct = (struct ct_data *)xprt->xp_p2; in svc_vc_backchannel_reply()
|
| /freebsd-10-stable/lib/libc/rpc/ |
| D | clnt_vc.c | 105 struct ct_data { struct 170 struct ct_data *ct = NULL; /* client handle */ in clnt_vc_create() 184 ct = (struct ct_data *)mem_alloc(sizeof (*ct)); in clnt_vc_create() 185 if ((cl == (CLIENT *)NULL) || (ct == (struct ct_data *)NULL)) { in clnt_vc_create() 309 mem_free(ct, sizeof (struct ct_data)); in clnt_vc_create() 320 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_call() 463 struct ct_data *ct; in clnt_vc_geterr() 468 ct = (struct ct_data *) cl->cl_private; in clnt_vc_geterr() 475 struct ct_data *ct; in clnt_vc_freeres() 483 ct = (struct ct_data *)cl->cl_private; in clnt_vc_freeres() [all …]
|
| /freebsd-10-stable/sys/net/ |
| D | zlib.c | 329 } FAR ct_data; typedef 339 ct_data *dyn_tree; /* the dynamic tree */ 1928 local ct_data static_ltree[L_CODES+2]; 1935 local ct_data static_dtree[D_CODES]; 1956 ct_data *static_tree; /* static tree or NULL */ 1970 {(ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS}; 1978 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k)); 1980 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 1982 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code)); 1983 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code)); [all …]
|
| /freebsd-10-stable/sys/sys/ |
| D | efi.h | 53 uint64_t ct_data; member
|
| /freebsd-10-stable/sys/ia64/ia64/ |
| D | efi.c | 148 return ((void *)IA64_PHYS_TO_RR7(ct->ct_data)); in efi_get_table()
|