OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextlen
(Results
1 - 5
of
5
) sorted by relevancy
/src/common/dist/zlib/
trees.c
716
int
nextlen
= tree[0].Len; /* length of next code */
local in function:scan_tree
721
if (
nextlen
== 0) max_count = 138, min_count = 3;
725
curlen =
nextlen
;
nextlen
= tree[n + 1].Len;
726
if (++count < max_count && curlen ==
nextlen
) {
739
if (
nextlen
== 0) {
741
} else if (curlen ==
nextlen
) {
757
int
nextlen
= tree[0].Len; /* length of next code */
local in function:send_tree
763
if (
nextlen
== 0) max_count = 138, min_count = 3;
766
curlen =
nextlen
; nextlen = tree[n + 1].Len
[
all
...]
/src/sys/dev/sdmmc/
if_bwfm_sdio.h
184
uint8_t
nextlen
;
member in struct:bwfm_sdio_swhdr
if_bwfm_sdio.c
1625
swhdr->
nextlen
= 0;
1669
swhdr->
nextlen
= 0;
1730
uint16_t *sublen,
nextlen
= 0;
local in function:bwfm_sdio_rx_frames
1744
if (
nextlen
) {
1745
len =
nextlen
;
1746
nextlen
= 0;
1778
DEVNAME(sc), hwhdr->frmlen,
nextlen
);
1788
nextlen
= swhdr->
nextlen
<< 4;
1834
nextlen
= swhdr->nextlen << 4
[
all
...]
/src/sys/dev/usb/
if_zydreg.h
995
uint16_t
nextlen
;
member in struct:zyd_tx_desc
/src/sys/net/
zlib.c
2805
int
nextlen
= tree[0].Len; /* length of next code */
local in function:scan_tree
2810
if (
nextlen
== 0) max_count = 138, min_count = 3;
2814
curlen =
nextlen
;
nextlen
= tree[n+1].Len;
2815
if (++count < max_count && curlen ==
nextlen
) {
2828
if (
nextlen
== 0) {
2830
} else if (curlen ==
nextlen
) {
2849
int
nextlen
= tree[0].Len; /* length of next code */
local in function:send_tree
2855
if (
nextlen
== 0) max_count = 138, min_count = 3;
2858
curlen =
nextlen
; nextlen = tree[n+1].Len
[
all
...]
Completed in 19 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025