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

  /external/elfutils/0.153/libelf/
libelf.h 94 void *d_buf; /* Pointer to the actual data. */ member in struct:__anon4969
  /external/chromium_org/third_party/zlib/
deflate.h 243 ushf *d_buf; member in struct:internal_state
244 /* Buffer for distances. To simplify the code, d_buf and l_buf have
326 s->d_buf[s->last_lit] = 0; \
334 s->d_buf[s->last_lit] = dist; \
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 241 ushf *d_buf; member in struct:internal_state
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
325 s->d_buf[s->last_lit] = 0; \
333 s->d_buf[s->last_lit] = dist; \
  /external/qemu/distrib/zlib-1.2.8/
deflate.h 241 ushf *d_buf; member in struct:internal_state
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
325 s->d_buf[s->last_lit] = 0; \
333 s->d_buf[s->last_lit] = dist; \
  /external/zlib/src/
deflate.h 241 ushf *d_buf; member in struct:internal_state
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
325 s->d_buf[s->last_lit] = 0; \
333 s->d_buf[s->last_lit] = dist; \
  /external/opencv/cxcore/src/
cxmatmul.cpp 316 worktype* d_buf = (worktype*)cvStackAlloc(m*sizeof(d_buf[0])); \
334 d_buf[j] = worktype(0); \
342 worktype t0 = d_buf[j] + b_data[j]*al; \
343 worktype t1 = d_buf[j+1] + b_data[j+1]*al; \
344 d_buf[j] = t0; \
345 d_buf[j+1] = t1; \
346 t0 = d_buf[j+2] + b_data[j+2]*al; \
347 t1 = d_buf[j+3] + b_data[j+3]*al; \
348 d_buf[j+2] = t0;
1110 uchar* d_buf = 0; local
    [all...]

Completed in 605 milliseconds