Searched defs:LIT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator in enum:__anon9342
71 LEN -> LENEXT or LIT or TYPE
73 LIT -> LEN
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator in enum:__anon108
73 LEN -> LENEXT or LIT or TYPE
75 LIT -> LEN
/illumos-gate/usr/src/lib/libpp/common/
H A Dppfsm.h68 #define INTMACRO(p) ((p)>=fsm[NID]&&(p)<=fsm[LIT])
97 #define LIT (PROTO+20) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c4093 LIT, /* o: got literal, waiting for output space */ enumerator in enum:inflate_codes_state::__anon139
4106 uInt lit; /* if LIT, literal */
4195 c->mode = LIT;
4280 case LIT: /* o: got literal, waiting for output space */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c5274 LIT, /* o: got literal, waiting for output space */ enumerator in enum:inflate_codes_state::__anon6457
5287 uInt lit; /* if LIT, literal */
5385 c->mode = LIT;
5473 case LIT: /* o: got literal, waiting for output space */

Completed in 119 milliseconds