Searched defs:LEN (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/diff/
H A Ddiffh.c45 #define LEN 255 macro
92 t = text[f][nt] = (char *)malloc(LEN+1);
99 t = fgets(t, LEN, file[f]);
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h41 LEN, /* i: waiting for length/lit code */ enumerator in enum:__anon9342
67 TYPE -> STORED or TABLE or LEN or CHECK
69 TABLE -> LENLENS -> CODELENS -> LEN
71 LEN -> LENEXT or LIT or TYPE
72 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
73 LIT -> LEN
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_util.c323 MBC_ATTACH_BUF(struct mbuf_chain *MBC, unsigned char *BUF, int LEN) argument
330 (MBC)->chain->m_len = (LEN);
331 (MBC)->chain->m_ext.ext_size = (LEN);
333 (MBC)->max_bytes = (LEN);
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dlexstates.h107 #undef LEN macro
109 static int NXT, LEN; variable
115 # define LEN 1 macro
119 #define STATE(s,c) (mbwide()?(c=fcmbstate(s,&NXT,&LEN),NXT):s[c=fcget()])
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */
41 LEN, /* i: waiting for length/lit/eob code */ enumerator in enum:__anon108
71 LEN_ -> LEN
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
75 LIT -> LEN
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c165 * To make the assumption more explicit, we use the LEN() macro to access
167 * to LEN() as the argument is evaluated only once.
169 #define LEN(x) (*(const uchar_t *)(x)) macro
224 caddr_t lim = n + LEN(n), lim2 = lim;
225 int longer = LEN(n++) - (int)LEN(m++);
286 int length = min(LEN(cp), LEN(cp2));
291 length = min(length, LEN(cp3));
323 int off = t->rn_offset, vlen = LEN(c
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c4087 START, /* x: set up for LEN */
4088 LEN, /* i: get length/literal/eob next */ enumerator in enum:inflate_codes_state::__anon139
4105 } code; /* if LEN or DIST, where in tree */
4166 case START: /* x: set up for LEN */
4182 c->mode = LEN;
4183 case LEN: /* i: get length/literal/eob next */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c5268 START, /* x: set up for LEN */
5269 LEN, /* i: get length/literal/eob next */ enumerator in enum:inflate_codes_state::__anon6457
5286 } code; /* if LEN or DIST, where in tree */
5352 case START: /* x: set up for LEN */
5369 c->mode = LEN;
5371 case LEN: /* i: get length/literal/eob next */

Completed in 93 milliseconds