Home
last modified time | relevance | path

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

/third_party/libunwind/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; 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()
87 val >>= 8*(WSIZE - 2 - off); in fetch16()
97 unw_word_t val, aligned_addr = *addr & -WSIZE, off = *addr - aligned_addr; in fetch32()
110 val >>= 8*(WSIZE - 4 - off); in fetch32()
123 *addr += WSIZE; in fetchw()
/third_party/backends/backend/
H A Dcoolscan3.c51 #define WSIZE (sizeof (SANE_Word)) macro
438 o.size = WSIZE; in sane_open()
446 o.size = WSIZE; in sane_open()
455 o.size = WSIZE; in sane_open()
465 o.size = WSIZE; in sane_open()
478 o.size = WSIZE; in sane_open()
502 o.size = WSIZE; in sane_open()
523 o.size = WSIZE; in sane_open()
543 o.size = WSIZE; in sane_open()
563 o.size = WSIZE; in sane_open()
[all...]
H A Dcoolscan2.c103 #define WSIZE (sizeof (SANE_Word)) macro
483 o.size = WSIZE; in sane_open()
491 o.size = WSIZE; in sane_open()
500 o.size = WSIZE; in sane_open()
511 o.size = WSIZE; in sane_open()
520 o.size = WSIZE; in sane_open()
543 o.size = WSIZE; in sane_open()
563 o.size = WSIZE; in sane_open()
583 o.size = WSIZE; in sane_open()
603 o.size = WSIZE; in sane_open()
[all...]
/third_party/zlib/contrib/infback9/
H A Dinfback9.c11 #define WSIZE 65536UL macro
177 left = WSIZE; \
259 left = WSIZE; in inflateBack9()
544 if (offset > WSIZE - (wrap ? 0: left)) { in inflateBack9()
554 copy = WSIZE - offset; in inflateBack9()
575 if (left < WSIZE) { in inflateBack9()
576 if (out(out_desc, window, (unsigned)(WSIZE - left))) in inflateBack9()
/third_party/libunwind/libunwind/src/mi/
H A 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()

Completed in 6 milliseconds