HomeSort by relevance Sort by last modified time
    Searched refs:wmask (Results 1 - 9 of 9) sorted by null

  /bionic/libc/string/
bcopy.c 38 * SO THAT wmask BELOW IS ALL ONES
43 #define wmask (wsize - 1) macro
81 if ((t | (long)dst) & wmask) {
86 if ((t ^ (long)dst) & wmask || length < wsize)
89 t = wsize - (t & wmask);
98 t = length & wmask;
104 * (t&wmask) bytes to align, not wsize-(t&wmask).
109 if ((t | (long)dst) & wmask) {
110 if ((t ^ (long)dst) & wmask || length <= wsize
    [all...]
  /external/zlib/contrib/asm586/
match.S 21 #define wmask 0 /* local copy of s->wmask */ define
175 /* uInt wmask = s->w_mask; */
179 mov %edx, wmask(%esp)
192 * } while ((cur_match = prev[cur_match & wmask]) > limit
202 * %edx = curmatch & wmask
227 movl wmask(%esp), %edx /* 2 V pipe */
314 movl wmask(%esp), %edx
335 movl wmask(%esp), %edx
  /external/zlib/contrib/masm686/
match.asm 111 ; low word: s->wmask
152 ; uInt wmask = s->w_mask;
169 ; It is then shifted into the high word, to make room for the wmask
243 ; * } while ((cur_match = prev[cur_match & wmask]) > limit
253 ; * %edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
  /external/freetype/src/pshinter/
pshrec.c 338 FT_Int wmask = 0x80; local
344 val = write[0] & ~wmask;
347 val |= wmask;
358 wmask >>= 1;
359 if ( wmask == 0 )
362 wmask = 0x80;
  /external/zlib/contrib/masmx86/
match686.asm 57 wmask equ dword ptr [esp+NbStack-52] define
121 ; low word: s->wmask
216 ;;; uInt wmask = s->w_mask;
233 ;;; It is then shifted into the high word, to make room for the wmask
308 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
318 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
gvmat32.asm 71 wmask equ dword ptr [esp+NbStack-52] define
250 ; cur_match = prev[cur_match & wmask]
270 ; cur_match = prev[cur_match & wmask]
615 ; low word: s->wmask
703 ;;; uInt wmask = s->w_mask;
720 ;;; It is then shifted into the high word, to make room for the wmask
795 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
805 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
  /external/zlib/contrib/masmx64/
gvmat64.asm 71 ; low word: s->wmask
143 ; WMask ; 7fff
159 WMask equ 07fffh
181 WMask equ [ rcx + dsWMask]
231 ;;; uInt wmask = s->w_mask;
239 mov eax, WMask
248 ;;; It is then shifted into the high word, to make room for the wmask
367 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
377 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 1043 uInt wmask = s->w_mask; local
    [all...]
  /external/zlib/
deflate.c 1079 uInt wmask = s->w_mask; local
    [all...]

Completed in 1446 milliseconds