Searched defs:d_buf (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/libelf/
H A Dlibelf.h103 void *d_buf; /* Pointer to the actual data. */ member in struct:__anon6830
/external/python/cpython2/Modules/zlib/
H A Ddeflate.h241 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/
H A Ddeflate.h244 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/
H A Ddeflate.h238 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/
H A Ddeflate.h244 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/opencv/cxcore/src/
H A Dcxmatmul.cpp316 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[
1110 uchar* d_buf = 0; local
[all...]

Completed in 268 milliseconds