Searched refs:base_length (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/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;
362 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n");
364 fprintf(header, "%1u%s", base_length[i],
1083 lc -= base_length[code];
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.h122 unsigned short base_length; member in struct:imps_cth
H A Dsmp-imps.c479 local_cth_ptr->base_length);
495 + local_cth_ptr->base_length,
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c187 dhcp_ipc_recv_msg(int fd, void **msg, uint32_t base_length, int msec) argument
210 if (length < base_length) {
220 if (ipc_msg->data_length + base_length != length) {
/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c111 local int base_length[LENGTH_CODES]; variable
262 base_length[code] = length;
363 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n");
365 fprintf(header, "%1u%s", base_length[i],
1095 lc -= base_length[code];
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1542 local int base_length[LENGTH_CODES]; variable
1683 base_length[code] = length;
2474 lc -= base_length[code];
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2329 local int base_length[LENGTH_CODES]; variable
2482 base_length[code] = length;
3384 lc -= base_length[code];

Completed in 119 milliseconds