Searched refs:ct_data (Results 1 – 13 of 13) sorted by relevance
| /trueos/lib/libz/ |
| HD | 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 …]
|
| HD | trees.h | 3 local const ct_data static_ltree[L_CODES+2] = { 64 local const ct_data static_dtree[D_CODES] = {
|
| HD | deflate.h | 74 } FAR ct_data; typedef 84 ct_data *dyn_tree; /* the dynamic tree */
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| HD | 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 …]
|
| HD | deflate.h | 71 } FAR ct_data; typedef 81 ct_data *dyn_tree; /* the dynamic tree */
|
| /trueos/sys/rpc/ |
| HD | 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() 181 mem_free(ct, sizeof (struct ct_data)); in clnt_bck_create() 199 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_call() 479 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_geterr() 512 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_close() 538 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_destroy() 543 mem_free(ct, sizeof(struct ct_data)); in clnt_bck_destroy() 558 struct ct_data *ct = (struct ct_data *)arg; in clnt_bck_svccall()
|
| HD | clnt_vc.c | 108 static void clnt_vc_upcallsdone(struct ct_data *); 132 struct ct_data *ct = NULL; /* client handle */ in clnt_vc_create() 145 ct = (struct ct_data *)mem_alloc(sizeof (*ct)); in clnt_vc_create() 275 mem_free(ct, sizeof (struct ct_data)); in clnt_vc_create() 291 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_call() 570 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_geterr() 596 struct ct_data *ct = (struct ct_data *)cl->cl_private; in clnt_vc_control() 730 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_close() 781 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_destroy() 815 mem_free(ct, sizeof(struct ct_data)); in clnt_vc_destroy() [all …]
|
| HD | krpc.h | 81 struct ct_data { struct
|
| HD | svc_vc.c | 793 struct ct_data *ct; in svc_vc_backchannel_recv() 798 ct = (struct ct_data *)xprt->xp_p2; in svc_vc_backchannel_recv() 886 struct ct_data *ct; in svc_vc_backchannel_reply() 921 ct = (struct ct_data *)xprt->xp_p2; in svc_vc_backchannel_reply()
|
| /trueos/lib/libc/rpc/ |
| HD | clnt_vc.c | 105 struct ct_data { struct 168 struct ct_data *ct = NULL; /* client handle */ 182 ct = (struct ct_data *)mem_alloc(sizeof (*ct)); 183 if ((cl == (CLIENT *)NULL) || (ct == (struct ct_data *)NULL)) { 307 mem_free(ct, sizeof (struct ct_data)); 324 struct ct_data *ct = (struct ct_data *) cl->cl_private; 469 struct ct_data *ct; 474 ct = (struct ct_data *) cl->cl_private; 484 struct ct_data *ct; 492 ct = (struct ct_data *)cl->cl_private; [all …]
|
| /trueos/sys/net/ |
| HD | 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 …]
|
| /trueos/sys/sys/ |
| HD | efi.h | 53 uint64_t ct_data; member
|
| /trueos/sys/ia64/ia64/ |
| HD | efi.c | 148 return ((void *)IA64_PHYS_TO_RR7(ct->ct_data)); in efi_get_table()
|