HomeSort by relevance Sort by last modified time
    Searched refs:l_buf (Results 1 - 16 of 16) sorted by null

  /external/ltp/testcases/kernel/syscalls/fchownat/
fchownat02.c 74 struct stat c_buf, l_buf; local
95 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf);
97 if (l_buf.st_uid == set_uid || l_buf.st_gid == set_gid) {
100 "set_gid(%d)", l_buf.st_uid, set_uid, l_buf.st_gid,
120 struct stat c_buf, l_buf; local
124 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf);
126 if (c_buf.st_uid != set_uid && l_buf.st_uid == set_uid &&
127 c_buf.st_gid != set_gid && l_buf.st_gid == set_gid)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.h 217 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
239 uInt last_lit; /* running index in l_buf */
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
326 s->l_buf[s->last_lit++] = cc; \
334 s->l_buf[s->last_lit++] = len; \
trees.c     [all...]
deflate.c 229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.h 214 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; \
trees.c     [all...]
deflate.c 232 /* We overlay pending_buf and d_buf+l_buf. This works since the average
305 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
    [all...]
  /external/pdfium/third_party/zlib_v128/
deflate.h 217 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
239 uInt last_lit; /* running index in l_buf */
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
326 s->l_buf[s->last_lit++] = cc; \
334 s->l_buf[s->last_lit++] = len; \
trees.c     [all...]
deflate.c 228 /* We overlay pending_buf and d_buf+l_buf. This works since the average
312 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
    [all...]
  /external/syslinux/com32/lib/zlib/
deflate.h 214 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
322 s->l_buf[s->last_lit++] = cc; \
330 s->l_buf[s->last_lit++] = len; \
trees.c     [all...]
deflate.c 226 /* We overlay pending_buf and d_buf+l_buf. This works since the average
301 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
    [all...]
  /external/zlib/src/
deflate.h 217 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
239 uInt last_lit; /* running index in l_buf */
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
326 s->l_buf[s->last_lit++] = cc; \
334 s->l_buf[s->last_lit++] = len; \
trees.c     [all...]
deflate.c 229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
    [all...]

Completed in 197 milliseconds