Home
last modified time | relevance | path

Searched refs:LIT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/lib/zlib_inflate/
H A Dinflate.h41 LIT, /* o: waiting for output space to write literal */ enumerator
H A Dinflate.c604 state->mode = LIT; in zlib_inflate()
698 case LIT: in zlib_inflate()
/openbmc/u-boot/lib/zlib/
H A Dinflate.h44 LIT, /* o: waiting for output space to write literal */ enumerator
H A Dinflate.c752 state->mode = LIT; in inflate()
845 case LIT: in inflate()
/openbmc/qemu/disas/
H A Dalpha.c365 #define LIT (DFC2 + 1) macro
366 { 8, 13, -LIT, AXP_OPERAND_UNSIGNED, 0, 0 },
370 #define MDISP (LIT + 1)
655 #define ARG_OPRL { RA, LIT, DRC1 }
657 #define ARG_OPRLZ1 { ZA, LIT, RC }
805 { "mov", OPRL(0x11,0x20), BASE, { ZA, LIT, RC } }, /* pseudo */