HomeSort by relevance Sort by last modified time
    Searched defs:d_buf (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libelf/
libelf.h 59 void *d_buf; /* Pointer to the actual data. */ member in struct:__anon1813
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 238 ushf *d_buf; member in struct:internal_state
239 /* Buffer for distances. To simplify the code, d_buf and l_buf have
310 s->d_buf[s->last_lit] = 0; \
318 s->d_buf[s->last_lit] = dist; \
  /external/zlib/
deflate.h 238 ushf *d_buf; member in struct:internal_state
239 /* Buffer for distances. To simplify the code, d_buf and l_buf have
310 s->d_buf[s->last_lit] = 0; \
318 s->d_buf[s->last_lit] = dist; \

Completed in 184 milliseconds