Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/fchownat/
Dfchownat02.c72 struct stat c_buf, l_buf; in setup() local
93 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf); in setup()
95 if (l_buf.st_uid == set_uid || l_buf.st_gid == set_gid) { in setup()
98 "set_gid(%d)", l_buf.st_uid, set_uid, l_buf.st_gid, in setup()
118 struct stat c_buf, l_buf; in test_verify() local
122 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf); in test_verify()
124 if (c_buf.st_uid != set_uid && l_buf.st_uid == set_uid && in test_verify()
125 c_buf.st_gid != set_gid && l_buf.st_gid == set_gid) { in test_verify()
131 "set_gid=%d", c_buf.st_uid, l_buf.st_uid, set_uid, in test_verify()
132 c_buf.st_gid, l_buf.st_gid, set_gid); in test_verify()
/third_party/libwebsockets/win32port/zlib/
Ddeflate.h214 uchf *l_buf; /* buffer for literals or lengths */ member
322 s->l_buf[s->last_lit++] = cc; \
330 s->l_buf[s->last_lit++] = len; \
Dtrees.c1032 s->l_buf[s->last_lit++] = (uch)lc;
1089 lc = s->l_buf[lx++];
Ddeflate.c301 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
987 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Ddeflate.h220 uchf *l_buf; /* buffer for literals or lengths */ member
329 s->l_buf[s->last_lit++] = cc; \
337 s->l_buf[s->last_lit++] = len; \
Dtrees.c1020 s->l_buf[s->last_lit++] = (uch)lc;
1077 lc = s->l_buf[lx++];
Ddeflate.c341 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;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Ddeflate.h220 uchf *l_buf; /* buffer for literals or lengths */ member
329 s->l_buf[s->last_lit++] = cc; \
337 s->l_buf[s->last_lit++] = len; \
Dtrees.c1020 s->l_buf[s->last_lit++] = (uch)lc;
1077 lc = s->l_buf[lx++];
Ddeflate.c341 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;
/third_party/openssl/crypto/bn/
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()
/third_party/boost/boost/beast/zlib/detail/
Ddeflate_stream.ipp1161 unsigned lx = 0; /* running index in l_buf */
1199 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Ddeflate_stream.ipp1161 unsigned lx = 0; /* running index in l_buf */
1199 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */