Searched refs:l_buf (Results 1 – 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fchownat/ |
D | fchownat02.c | 72 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/ |
D | deflate.h | 214 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; \
|
D | trees.c | 1032 s->l_buf[s->last_lit++] = (uch)lc; 1089 lc = s->l_buf[lx++];
|
D | deflate.c | 301 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/ |
D | deflate.h | 220 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; \
|
D | trees.c | 1020 s->l_buf[s->last_lit++] = (uch)lc; 1077 lc = s->l_buf[lx++];
|
D | deflate.c | 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;
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | deflate.h | 220 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; \
|
D | trees.c | 1020 s->l_buf[s->last_lit++] = (uch)lc; 1077 lc = s->l_buf[lx++];
|
D | deflate.c | 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;
|
/third_party/openssl/crypto/bn/ |
D | rsa_sup_mul.c | 531 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/ |
D | deflate_stream.ipp | 1161 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/ |
D | deflate_stream.ipp | 1161 unsigned lx = 0; /* running index in l_buf */ 1199 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
|