Home
last modified time | relevance | path

Searched refs:base_length (Results 1 – 9 of 9) sorted by relevance

/titanic_53/usr/src/boot/lib/libz/
H A Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
H A Dtrees.c107 local int base_length[LENGTH_CODES]; variable
260 base_length[code] = length; in tr_static_init()
364 fprintf(header, "%1u%s", base_length[i], in gen_trees_header()
1083 lc -= base_length[code];
/titanic_53/usr/src/contrib/zlib/
H A Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
H A Dtrees.c107 local int base_length[LENGTH_CODES]; variable
258 base_length[code] = length; in tr_static_init()
362 fprintf(header, "%1u%s", base_length[i], in gen_trees_header()
1067 lc -= base_length[code];
/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.h122 unsigned short base_length; member
H A Dsmp-imps.c479 local_cth_ptr->base_length); in imps_bad_bios()
495 + local_cth_ptr->base_length, in imps_bad_bios()
/titanic_53/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c187 dhcp_ipc_recv_msg(int fd, void **msg, uint32_t base_length, int msec) in dhcp_ipc_recv_msg() argument
210 if (length < base_length) { in dhcp_ipc_recv_msg()
220 if (ipc_msg->data_length + base_length != length) { in dhcp_ipc_recv_msg()
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1542 local int base_length[LENGTH_CODES]; variable
1683 base_length[code] = length; in ct_static_init()
2474 lc -= base_length[code];
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2329 local int base_length[LENGTH_CODES]; variable
2482 base_length[code] = length; in tr_static_init()
3384 lc -= base_length[code];