Home
last modified time | relevance | path

Searched refs:l_buf (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/lib/libedit/
H A Dliteral.c70 el_free(l->l_buf[i]); in literal_clear()
71 el_free(l->l_buf); in literal_clear()
72 l->l_buf = NULL; in literal_clear()
115 bp = el_realloc(l->l_buf, sizeof(*l->l_buf) * l->l_len); in literal_add()
121 l->l_buf = bp; in literal_add()
123 l->l_buf[l->l_idx++] = b; in literal_add()
135 return l->l_buf[idx]; in literal_get()
H A Dliteral.h41 char **l_buf; /* array of buffers */ member
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.h214 uchf *l_buf; /* buffer for literals or lengths */ member
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;
1085 lc = s->l_buf[lx++];
H A Ddeflate.c311 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-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Drsa_sup_mul.c531 limb_t *l_ret = NULL, *l_tmp = NULL, l_buf; in ossl_bn_rsa_do_unblind() local
590 l_buf = be64(l_ret[i]); in ossl_bn_rsa_do_unblind()
592 l_buf = be32(l_ret[i]); in ossl_bn_rsa_do_unblind()
597 memcpy(tmp, ((char *)&l_buf) + LIMB_BYTE_SIZE - delta, delta); in ossl_bn_rsa_do_unblind()
600 memcpy(tmp, &l_buf, LIMB_BYTE_SIZE); in ossl_bn_rsa_do_unblind()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_ipc.c225 error = copyin(SCARG(uap, arg).l_buf, &lsembuf64, in linux_sys_semctl()
229 error = copyin(SCARG(uap, arg).l_buf, &lsembuf, in linux_sys_semctl()
294 error = copyout(&lsembuf, SCARG(uap, arg).l_buf, in linux_sys_semctl()
299 error = copyout(&lsembuf64, SCARG(uap, arg).l_buf, in linux_sys_semctl()
H A Dlinux_sem.h77 struct linux_semid_ds *l_buf; member
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_sem.h58 linux32_semid_dsp l_buf; member
H A Dlinux32_ipccall.c312 error = copyin(NETBSD32PTR64(lsem.l_buf), &ls64, in linux32_semctl()
316 error = copyin(NETBSD32PTR64(lsem.l_buf), &ls, in linux32_semctl()
363 error = copyout(&ls, NETBSD32PTR64(lsem.l_buf), sizeof ls); in linux32_semctl()
367 error = copyout(&ls64, NETBSD32PTR64(lsem.l_buf), sizeof ls64); in linux32_semctl()
/netbsd-src/sys/net/
H A Dzlib.c487 uchf *l_buf; /* buffer for literals or lengths */ member
585 s->l_buf[s->last_lit++] = cc; \
593 s->l_buf[s->last_lit++] = len; \
887 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; in deflateInit2_()
1257 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
3122 s->l_buf[s->last_lit++] = (uch)lc; in _tr_flush_block()
3179 lc = s->l_buf[lx++]; in _tr_flush_block()