Home
last modified time | relevance | path

Searched refs:UNALIGNED_LOAD64 (Results 1 – 7 of 7) sorted by relevance

/external/dynamic_depth/internal/strings/
Dfastmem.h40 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()
/external/dynamic_depth/internal/base/
Dport.h1219 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));
/external/cronet/base/third_party/cityhash/patches/
D0000-build-bots-jumbo.patch18 -static uint64 UNALIGNED_LOAD64(const char *p) {
59 +static uint64 UNALIGNED_LOAD64(const char *p) {
72 return uint64_in_expected_order(UNALIGNED_LOAD64(p));
/external/cronet/base/third_party/cityhash_v103/patches/
D003-use-base.patch18 static uint64 UNALIGNED_LOAD64(const char *p) {
D004-google-style.patch11 static uint64 UNALIGNED_LOAD64(const char *p) {
/external/cronet/base/third_party/cityhash_v103/src/
Dcity_v103.cc42 static uint64 UNALIGNED_LOAD64(const char* p) { in UNALIGNED_LOAD64() function
97 return uint64_in_expected_order(UNALIGNED_LOAD64(p)); in Fetch64()
/external/cronet/base/third_party/cityhash/
Dcity.cc116 static uint64 UNALIGNED_LOAD64(const char* p) { in UNALIGNED_LOAD64() function
129 return uint64_in_expected_order(UNALIGNED_LOAD64(p)); in Fetch64()