Home
last modified time | relevance | path

Searched refs:WSIZE (Results 1 – 4 of 4) sorted by relevance

/external/libunwind/include/
Dremote.h48 #define WSIZE (sizeof (unw_word_t)) macro
54 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr; in fetch8()
64 val >>= 8*(WSIZE - 1 - off); in fetch8()
74 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr; in fetch16()
86 val >>= 8*(WSIZE - 2 - off); in fetch16()
96 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr; in fetch32()
108 val >>= 8*(WSIZE - 4 - off); in fetch32()
121 *addr += WSIZE; in fetchw()
/external/zlib/src/contrib/infback9/
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/
Dplaylist-spl.c334 const size_t WSIZE = MAXREAD/2*3+1; in read_into_spl_text_t() local
335 char w[WSIZE]; in read_into_spl_text_t()
413 if(iw >= w + WSIZE) { in read_into_spl_text_t()
419 __FILE__, __LINE__, __func__, WSIZE); in read_into_spl_text_t()
/external/libunwind/src/mi/
DGdyn-remote.c104 unw_word_t i, *data = calloc (table_len, WSIZE); in intern_array()
238 addr += WSIZE; /* skip over prev_addr */ in unwi_dyn_remote_find_proc_info()