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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
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];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
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];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dbackupfile.c169 version_number (const char *base, const char *backup, size_t base_length) argument
175 if (strncmp (base, backup, base_length) == 0
176 && backup[base_length] == '.'
177 && backup[base_length + 1] == '~')
179 for (p = &backup[base_length + 2]; ISDIGIT (*p); ++p)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dbackupfile.c169 version_number (const char *base, const char *backup, size_t base_length) argument
175 if (strncmp (base, backup, base_length) == 0
176 && backup[base_length] == '.'
177 && backup[base_length + 1] == '~')
179 for (p = &backup[base_length + 2]; ISDIGIT (*p); ++p)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeftree.c108 static int base_length[LENGTH_CODES]; variable
241 base_length[code] = length;
1042 lc -= base_length[code];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_pci.c640 func->base_length[(cloop - 0x10) >> 2] =
676 func->base_length[(cloop - 0x10) >> 2] = base;
1138 if (func->base_length[(cloop - 0x10) >> 2] != base)
H A Dcpqphp.h244 u32 base_length[0x06]; member in struct:pci_func
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c21 * 00000074 b base_length
925 int base_length[LENGTH_CODES]; member in struct:globals2
1563 lc -= G2.base_length[code];
1902 G2.base_length[code] = length;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c1542 local int base_length[LENGTH_CODES]; variable
1683 base_length[code] = length;
2474 lc -= base_length[code];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c1938 local int base_length[LENGTH_CODES]; variable
2083 base_length[code] = length;
2866 lc -= base_length[code];

Completed in 137 milliseconds