Searched refs:LIT (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/lib/zlib_inflate/ |
H A D | inflate.h | 41 LIT, /* o: waiting for output space to write literal */ enumerator
|
H A D | inflate.c | 604 state->mode = LIT; in zlib_inflate() 698 case LIT: in zlib_inflate()
|
/openbmc/u-boot/lib/zlib/ |
H A D | inflate.h | 44 LIT, /* o: waiting for output space to write literal */ enumerator
|
H A D | inflate.c | 752 state->mode = LIT; in inflate() 845 case LIT: in inflate()
|
/openbmc/qemu/disas/ |
H A D | alpha.c | 365 #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 */
|