Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/scripts/genksyms/
Dparse.tab.c_shipped1278 - The only way there can be no lookahead present (in yychar) is if
1280 detecting the absence of a lookahead is sufficient to determine
1283 - Don't assume there isn't a lookahead just because this state is a
1288 correct lookahead information, and it depends on the parser not
1289 to perform extra reductions after fetching a lookahead from the
1430 /* The lookahead symbol. */
1433 /* The semantic value of the lookahead symbol. */
1616 lookahead token if we need one and don't already have one. */
1618 /* First try to decide what to do without reference to lookahead token. */
1623 /* Not known => get a lookahead token if don't already have one. */
[all …]
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c_shipped1203 - The only way there can be no lookahead present (in yychar) is if
1205 detecting the absence of a lookahead is sufficient to determine
1208 - Don't assume there isn't a lookahead just because this state is a
1213 correct lookahead information, and it depends on the parser not
1214 to perform extra reductions after fetching a lookahead from the
1385 /* The lookahead symbol. */
1388 /* The semantic value of the lookahead symbol. */
1571 lookahead token if we need one and don't already have one. */
1573 /* First try to decide what to do without reference to lookahead token. */
1578 /* Not known => get a lookahead token if don't already have one. */
[all …]
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped1105 - The only way there can be no lookahead present (in yychar) is if
1107 detecting the absence of a lookahead is sufficient to determine
1110 - Don't assume there isn't a lookahead just because this state is a
1115 correct lookahead information, and it depends on the parser not
1116 to perform extra reductions after fetching a lookahead from the
1242 /* The lookahead symbol. */
1254 /* The semantic value of the lookahead symbol. */
1428 lookahead token if we need one and don't already have one. */
1430 /* First try to decide what to do without reference to lookahead token. */
1435 /* Not known => get a lookahead token if don't already have one. */
[all …]
/linux-4.1.27/arch/mn10300/kernel/
Dsmp-low.S96 # Jump here after RTI to suppress the icache lookahead
/linux-4.1.27/arch/sh/include/asm/
Dprocessor_32.h87 unsigned char lookahead; member
Dprocessor_64.h93 unsigned char lookahead; member
/linux-4.1.27/arch/x86/math-emu/
Dfpu_system.h60 #define FPU_lookahead (I387->soft.lookahead)
/linux-4.1.27/arch/x86/include/asm/
Dprocessor.h381 u8 lookahead; member