Home
last modified time | relevance | path

Searched refs:lookahead (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/archival/
Dgzip.c379 unsigned lookahead; /* number of valid bytes ahead in window */ member
644 unsigned more = WINDOW_SIZE - G1.lookahead - G1.strstart; in fill_window()
682 n = file_read(G1.window + G1.strstart + G1.lookahead, more); in fill_window()
686 G1.lookahead += n; in fill_window()
693 while (G1.lookahead < MIN_LOOKAHEAD && !G1.eofile) in fill_window_if_needed()
1819 while (G1.lookahead != 0) { in deflate()
1840 if (match_length > G1.lookahead) in deflate()
1841 match_length = G1.lookahead; in deflate()
1861 G1.lookahead -= G1.prev_length - 1; in deflate()
1890 G1.lookahead--; in deflate()
[all …]
/busybox-1.35.0/miscutils/
Dhdparm.c406 unsigned long lookahead; member
476 #define lookahead (G.lookahead ) macro
1782 args[2] = lookahead ? 0xaa : 0x55;
1783 print_flag_on_off(getset_lookahead, "drive read-lookahead", lookahead);
2152 if (c == 'A') getset_lookahead = parse_opts_0_1(&lookahead);
/busybox-1.35.0/scripts/kconfig/
Dzconf.tab.c_shipped1914 yydestruct ("Error: discarding lookahead",