Searched refs:wmask (Results 1 – 5 of 5) sorted by relevance
48 #define wmask (wsize - 1) macro90 if ((t | (uintptr_t)dst) & wmask) { in memcpy()95 if ((t ^ (uintptr_t)dst) & wmask || length < wsize) in memcpy()98 t = wsize - (t & wmask); in memcpy()107 t = length & wmask; in memcpy()118 if ((t | (uintptr_t)dst) & wmask) { in memcpy()119 if ((t ^ (uintptr_t)dst) & wmask || length <= wsize) in memcpy()122 t &= wmask; in memcpy()128 t = length & wmask; in memcpy()
44 #define wmask (wsize - 1) macro106 if ((t = (long)dst & wmask) != 0) { in bzero()122 t = length & wmask; in bzero()
1290 uInt wmask = s->w_mask; local1410 } while ((cur_match = prev[cur_match & wmask]) > limit
954 uInt wmask = s->w_mask; local1064 } while ((cur_match = prev[cur_match & wmask]) > limit
1469 uInt wmask = s->w_mask; local1603 } while ((cur_match = prev[cur_match & wmask]) > limit &&