Searched refs:UNALIGNED_LOAD64 (Results 1 – 7 of 7) sorted by relevance
40 uint64 u = UNALIGNED_LOAD64(a) ^ UNALIGNED_LOAD64(b); in memeq()41 uint64 v = UNALIGNED_LOAD64(a + n - 8) ^ UNALIGNED_LOAD64(b + n - 8); in memeq()61 uint64 x = UNALIGNED_LOAD64(a) ^ UNALIGNED_LOAD64(b); in memeq()62 uint64 y = UNALIGNED_LOAD64(a + 8) ^ UNALIGNED_LOAD64(b + 8); in memeq()
1219 inline uint64 UNALIGNED_LOAD64(const void *p) {1243 #define UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64 *>(_p))1306 inline uint64 UNALIGNED_LOAD64(const void *p) {1333 inline uint64 UNALIGNED_LOAD64(const void *p) {1350 #define UNALIGNED_LOADW(_p) UNALIGNED_LOAD64(_p)1372 UNALIGNED_STORE64(dst, UNALIGNED_LOAD64(src));
18 -static uint64 UNALIGNED_LOAD64(const char *p) {59 +static uint64 UNALIGNED_LOAD64(const char *p) {72 return uint64_in_expected_order(UNALIGNED_LOAD64(p));
18 static uint64 UNALIGNED_LOAD64(const char *p) {
11 static uint64 UNALIGNED_LOAD64(const char *p) {
42 static uint64 UNALIGNED_LOAD64(const char* p) { in UNALIGNED_LOAD64() function97 return uint64_in_expected_order(UNALIGNED_LOAD64(p)); in Fetch64()
116 static uint64 UNALIGNED_LOAD64(const char* p) { in UNALIGNED_LOAD64() function129 return uint64_in_expected_order(UNALIGNED_LOAD64(p)); in Fetch64()