Searched refs:l_buf (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/lib/libedit/
H A Dliteral.c70 el_free(l->l_buf[i]);
71 el_free(l->l_buf);
72 l->l_buf = NULL;
115 bp = el_realloc(l->l_buf, sizeof(*l->l_buf) * l->l_len);
121 l->l_buf = bp;
123 l->l_buf[l->l_idx++] = b;
135 return l->l_buf[idx];
H A Dliteral.h41 char **l_buf; /* array of buffers */ member in struct:el_literal_t
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_sem.h58 linux32_semid_dsp l_buf; member in union:linux32_semun
H A Dlinux32_ipccall.c312 error = copyin(NETBSD32PTR64(lsem.l_buf), &ls64,
316 error = copyin(NETBSD32PTR64(lsem.l_buf), &ls,
363 error = copyout(&ls, NETBSD32PTR64(lsem.l_buf), sizeof ls);
367 error = copyout(&ls64, NETBSD32PTR64(lsem.l_buf), sizeof ls64);
/netbsd-current/sys/compat/linux/common/
H A Dlinux_sem.h77 struct linux_semid_ds *l_buf; member in union:linux_semun
H A Dlinux_ipc.c225 error = copyin(SCARG(uap, arg).l_buf, &lsembuf64,
229 error = copyin(SCARG(uap, arg).l_buf, &lsembuf,
294 error = copyout(&lsembuf, SCARG(uap, arg).l_buf,
299 error = copyout(&lsembuf64, SCARG(uap, arg).l_buf,
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.h214 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
236 uInt last_lit; /* running index in l_buf */
239 /* Buffer for distances. To simplify the code, d_buf and l_buf have
311 s->l_buf[s->last_lit++] = cc; \
319 s->l_buf[s->last_lit++] = len; \
H A Dtrees.c1028 s->l_buf[s->last_lit++] = (uch)lc;
1079 unsigned lx = 0; /* running index in l_buf */
1085 lc = s->l_buf[lx++];
1110 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
H A Ddeflate.c238 /* We overlay pending_buf and d_buf+l_buf. This works since the average
311 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
945 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Ddeflate.h220 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
242 uInt last_lit; /* running index in l_buf */
245 /* Buffer for distances. To simplify the code, d_buf and l_buf have
329 s->l_buf[s->last_lit++] = cc; \
337 s->l_buf[s->last_lit++] = len; \
H A Dtrees.c1020 s->l_buf[s->last_lit++] = (uch)lc;
1071 unsigned lx = 0; /* running index in l_buf */
1077 lc = s->l_buf[lx++];
1102 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
H A Ddeflate.c256 /* We overlay pending_buf and d_buf+l_buf. This works since the average
341 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
1147 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Drsa_sup_mul.c531 limb_t *l_ret = NULL, *l_tmp = NULL, l_buf; local
590 l_buf = be64(l_ret[i]);
592 l_buf = be32(l_ret[i]);
597 memcpy(tmp, ((char *)&l_buf) + LIMB_BYTE_SIZE - delta, delta);
600 memcpy(tmp, &l_buf, LIMB_BYTE_SIZE);
/netbsd-current/sys/net/
H A Dzlib.c487 uchf *l_buf; /* buffer for literals or lengths */ member in struct:deflate_state
509 uInt last_lit; /* running index in l_buf */
512 /* Buffer for distances. To simplify the code, d_buf and l_buf have
585 s->l_buf[s->last_lit++] = cc; \
593 s->l_buf[s->last_lit++] = len; \
821 /* We overlay pending_buf and d_buf+l_buf. This works since the average
887 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
1257 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
3122 s->l_buf[s->last_lit++] = (uch)lc;
3173 unsigned lx = 0; /* running index in l_buf */
[all...]

Completed in 315 milliseconds