Home
last modified time | relevance | path

Searched refs:wmask (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/lib/libc/
Dbcopy.c46 #define wmask (wsize - 1) macro
88 if ((t | (uintptr_t)dst) & wmask) { in memcpy()
93 if ((t ^ (uintptr_t)dst) & wmask || length < wsize) in memcpy()
96 t = wsize - (t & wmask); in memcpy()
105 t = length & wmask; in memcpy()
116 if ((t | (uintptr_t)dst) & wmask) { in memcpy()
117 if ((t ^ (uintptr_t)dst) & wmask || length <= wsize) in memcpy()
120 t &= wmask; in memcpy()
126 t = length & wmask; in memcpy()
Dmemset.c41 #define wmask (wsize - 1) macro
103 if ((t = (long)dst & wmask) != 0) { in bzero()
119 t = length & wmask; in bzero()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c1043 uInt wmask = s->w_mask; local
1163 } while ((cur_match = prev[cur_match & wmask]) > limit
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c1164 uInt wmask = s->w_mask; local
1284 } while ((cur_match = prev[cur_match & wmask]) > limit