HomeSort by relevance Sort by last modified time
    Searched defs: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/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/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)))
  /toolchain/binutils/binutils-2.27/zlib/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 */
  /toolchain/binutils/binutils-2.27/opcodes/
rx-decode.c 44 #define WSIZE 1
    [all...]

Completed in 245 milliseconds