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

  /external/libunwind/include/
remote.h 48 #define WSIZE (sizeof (unw_word_t))
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/
infback9.c 11 #define WSIZE 65536UL
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/
playlist-spl.c 335 const size_t WSIZE = MAXREAD/2*3+1;
336 char w[WSIZE];
414 if(iw >= w + WSIZE) {
420 __FILE__, __LINE__, __func__, WSIZE);
  /external/libunwind/src/mi/
Gdyn-remote.c 104 unw_word_t i, *data = calloc (table_len, WSIZE);
238 addr += WSIZE; /* skip over prev_addr */
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 247 mov eax,07efah ; MAX_DIST = (WSIZE-MIN_LOOKAHEAD) (0x8000-(3+8+1))
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 285 mov eax,07efah ; MAX_DIST = (WSIZE-MIN_LOOKAHEAD) (0x8000-(3+8+1))

Completed in 420 milliseconds