Searched refs:WSIZE (Results 1 - 5 of 5) sorted by relevance

/external/libunwind/include/
H A Dremote.h48 #define WSIZE (sizeof (unw_word_t)) macro
54 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr;
64 val >>= 8*(WSIZE - 1 - off);
74 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr;
86 val >>= 8*(WSIZE - 2 - off);
96 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr;
108 val >>= 8*(WSIZE - 4 - off);
121 *addr += WSIZE;
/external/zlib/src/contrib/infback9/
H A Dinfback9.c11 #define WSIZE 65536UL macro
181 left = WSIZE; \
268 left = WSIZE;
553 if (offset > WSIZE - (wrap ? 0: left)) {
563 copy = WSIZE - offset;
584 if (left < WSIZE) {
585 if (out(out_desc, window, (unsigned)(WSIZE - left)))
/external/libmtp/src/
H A Dplaylist-spl.c335 const size_t WSIZE = MAXREAD/2*3+1; local
336 char w[WSIZE];
414 if(iw >= w + WSIZE) {
420 __FILE__, __LINE__, __func__, WSIZE);
/external/libunwind/src/mi/
H A DGdyn-remote.c104 unw_word_t i, *data = calloc (table_len, WSIZE);
238 addr += WSIZE; /* skip over prev_addr */
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm285 mov eax,07efah ; MAX_DIST = (WSIZE-MIN_LOOKAHEAD) (0x8000-(3+8+1))

Completed in 255 milliseconds