Home
last modified time | relevance | path

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

/openbmc/linux/lib/zlib_inflate/
H A Dinflate.h27 DICTID, /* i: waiting for dictionary check value */ enumerator
H A Dinflate.c391 state->mode = hold & 0x200 ? DICTID : TYPE; in zlib_inflate()
394 case DICTID: in zlib_inflate()
/openbmc/u-boot/lib/zlib/
H A Dinflate.h30 DICTID, /* i: waiting for dictionary check value */ enumerator
H A Dinflate.c402 state->mode = hold & 0x200 ? DICTID : TYPE; in inflate()
533 case DICTID: in inflate()