HomeSort by relevance Sort by last modified time
    Searched refs:WSIZE (Results 1 - 11 of 11) 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/syslinux/memdisk/
unzip.c 33 #define WSIZE 0x8000 /* Window size must be at least 32k, */
37 static uch window[WSIZE]; /* sliding output window buffer */
inflate.c 528 if (w == WSIZE) {
563 (e = WSIZE - ((d &= WSIZE - 1) > w ? d : w)) > n ? n : e);
575 if (w == WSIZE) {
624 if (w == WSIZE) {
  /external/libmtp/src/
playlist-spl.c 334 const size_t WSIZE = MAXREAD/2*3+1;
335 char w[WSIZE];
413 if(iw >= w + WSIZE) {
419 __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 */
  /toolchain/binutils/binutils-2.25/gas/config/
rx-parse.y 34 #define WSIZE 1
38 static int sizemap[] = { BSIZE, WSIZE, LSIZE, WSIZE };
282 { if ($8 <= 7 && rx_uintop ($4, 8) && rx_disp5op0 (&$6, WSIZE))
285 { B2 (0xf8, 0x01); F ($8, 8, 4); DSP ($6, 6, WSIZE); IMMW ($4, 12); } }
920 | DOT_W { $$ = WSIZE; }
    [all...]
  /external/brotli/research/
brotlidump.py 669 name = 'WSIZE'
    [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 285 mov eax,07efah ; MAX_DIST = (WSIZE-MIN_LOOKAHEAD) (0x8000-(3+8+1))
  /toolchain/binutils/binutils-2.25/opcodes/
rx-decode.opc 43 #define WSIZE 1
rx-decode.c 44 #define WSIZE 1
    [all...]

Completed in 289 milliseconds