Home
last modified time | relevance | path

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

/linux-4.4.14/lib/zlib_deflate/
Ddeflate.c403 if (strm->avail_in != 0 || s->lookahead != 0 || in zlib_deflate()
536 s->lookahead = 0; in lm_init()
598 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match()
689 if ((uInt)best_len <= s->lookahead) return best_len; in longest_match()
690 return s->lookahead; in longest_match()
743 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); in fill_window()
746 if (more == 0 && s->strstart == 0 && s->lookahead == 0) { in fill_window()
805 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); in fill_window()
806 s->lookahead += n; in fill_window()
809 if (s->lookahead >= MIN_MATCH) { in fill_window()
[all …]
Ddefutil.h134 uInt lookahead; /* number of valid bytes ahead in window */ member
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped1262 - The only way there can be no lookahead present (in yychar) is if
1264 detecting the absence of a lookahead is sufficient to determine
1267 - Don't assume there isn't a lookahead just because this state is a
1272 correct lookahead information, and it depends on the parser not
1273 to perform extra reductions after fetching a lookahead from the
1404 /* The lookahead symbol. */
1416 /* The semantic value of the lookahead symbol. */
1590 lookahead token if we need one and don't already have one. */
1592 /* First try to decide what to do without reference to lookahead token. */
1597 /* Not known => get a lookahead token if don't already have one. */
[all …]
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped1064 - The only way there can be no lookahead present (in yychar) is if
1066 detecting the absence of a lookahead is sufficient to determine
1069 - Don't assume there isn't a lookahead just because this state is a
1074 correct lookahead information, and it depends on the parser not
1075 to perform extra reductions after fetching a lookahead from the
1193 /* The lookahead symbol. */
1196 /* The semantic value of the lookahead symbol. */
1198 /* Location data for the lookahead symbol. */
1373 lookahead token if we need one and don't already have one. */
1375 /* First try to decide what to do without reference to lookahead token. */
[all …]
/linux-4.4.14/arch/mn10300/kernel/
Dsmp-low.S96 # Jump here after RTI to suppress the icache lookahead
/linux-4.4.14/arch/sh/include/asm/
Dprocessor_32.h87 unsigned char lookahead; member
Dprocessor_64.h93 unsigned char lookahead; member
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped1225 - The only way there can be no lookahead present (in yychar) is if
1227 detecting the absence of a lookahead is sufficient to determine
1230 - Don't assume there isn't a lookahead just because this state is a
1235 correct lookahead information, and it depends on the parser not
1236 to perform extra reductions after fetching a lookahead from the
1407 /* The lookahead symbol. */
1410 /* The semantic value of the lookahead symbol. */
1593 lookahead token if we need one and don't already have one. */
1595 /* First try to decide what to do without reference to lookahead token. */
1600 /* Not known => get a lookahead token if don't already have one. */
[all …]
/linux-4.4.14/arch/x86/include/asm/fpu/
Dtypes.h87 u8 lookahead; member
/linux-4.4.14/arch/x86/math-emu/
Dfpu_system.h60 #define FPU_lookahead (I387->soft.lookahead)
/linux-4.4.14/mm/
Dslub.c2842 int lookahead = 3; in build_detached_freelist() local
2883 if (!--lookahead) in build_detached_freelist()