Home
last modified time | relevance | path

Searched refs:EOB (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib_compress.c166 Int32 EOB; in generateMTFValues() local
195 EOB = s->nInUse+1; in generateMTFValues()
197 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues()
268 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
H A Dbzlib_decompress.c163 Int32 EOB; in BZ2_decompress() local
217 EOB = s->save_EOB; in BZ2_decompress()
394 EOB = s->nInUse+1; in BZ2_decompress()
423 if (nextSym == EOB) break; in BZ2_decompress()
649 s->save_EOB = EOB; in BZ2_decompress()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.lex.c_shipped223 /* Size of input buffer in bytes, not including room for EOB
228 /* Number of characters read into yy_ch_buf, not including EOB
1391 /* Amount of text matched not including the EOB char. */
1415 * of the first EOB in the buffer, since yy_c_buf_p will
1417 * (since all states make transitions on EOB to the
1540 /* We matched a single character, the EOB, so
1548 /* We matched some text prior to the EOB, first
1593 /* Include room in for 2 EOB chars. */
1657 /* yy_get_previous_state - get the state just before the EOB char was reached */
1700 /* +2 for EOB chars. */
[all …]
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped194 /* Size of input buffer in bytes, not including room for EOB
199 /* Number of characters read into yy_ch_buf, not including EOB
1259 /* Amount of text matched not including the EOB char. */
1283 * of the first EOB in the buffer, since yy_c_buf_p will
1285 * (since all states make transitions on EOB to the
1410 /* We matched a single character, the EOB, so
1418 /* We matched some text prior to the EOB, first
1463 /* Include room in for 2 EOB chars. */
1527 /* yy_get_previous_state - get the state just before the EOB char was reached */
1604 * If this occurs *before* the EOB characters, then it's a
[all …]