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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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; \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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; \
  /external/elfutils/libelf/
libelf.h 103 void *d_buf; /* Pointer to the actual data. */ member in struct:__anon20182
  /external/python/cpython2/Modules/zlib/
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/python/cpython3/Modules/zlib/
deflate.h 244 ushf *d_buf; member in struct:internal_state
245 /* Buffer for distances. To simplify the code, d_buf and l_buf have
328 s->d_buf[s->last_lit] = 0; \
336 s->d_buf[s->last_lit] = dist; \
  /external/syslinux/com32/lib/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
321 s->d_buf[s->last_lit] = 0; \
329 s->d_buf[s->last_lit] = dist; \
  /external/zlib/src/
deflate.h 244 ushf *d_buf; member in struct:internal_state
245 /* Buffer for distances. To simplify the code, d_buf and l_buf have
328 s->d_buf[s->last_lit] = 0; \
336 s->d_buf[s->last_lit] = dist; \
  /toolchain/binutils/binutils-2.27/zlib/
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 577 milliseconds