Searched refs:WSIZE (Results 1 – 6 of 6) sorted by relevance
/third_party/libunwind/libunwind/include/ |
D | remote.h | 48 #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/zlib/contrib/infback9/ |
D | infback9.c | 11 #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)))
|
/third_party/libunwind/libunwind/src/mi/ |
D | Gdyn-remote.c | 104 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()
|
/third_party/node/deps/v8/third_party/zlib/patches/ |
D | 0001-simd.patch | 770 /* strstart never exceeds WSIZE-MAX_MATCH, so there are 970 + * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 && 972 + * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1) 973 + * => more >= window_size - 2*WSIZE + 2 977 + * Otherwise, window_size == 2*WSIZE so more >= 2. 978 + * If there was sliding, more >= WSIZE. So in all cases, more >= 2.
|
/third_party/skia/third_party/externals/zlib/patches/ |
D | 0001-simd.patch | 770 /* strstart never exceeds WSIZE-MAX_MATCH, so there are 970 + * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 && 972 + * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1) 973 + * => more >= window_size - 2*WSIZE + 2 977 + * Otherwise, window_size == 2*WSIZE so more >= 2. 978 + * If there was sliding, more >= WSIZE. So in all cases, more >= 2.
|
/third_party/node/deps/zlib/patches/ |
D | 0001-simd.patch | 770 /* strstart never exceeds WSIZE-MAX_MATCH, so there are 970 + * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 && 972 + * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1) 973 + * => more >= window_size - 2*WSIZE + 2 977 + * Otherwise, window_size == 2*WSIZE so more >= 2. 978 + * If there was sliding, more >= WSIZE. So in all cases, more >= 2.
|