Home
last modified time | relevance | path

Searched defs:UNALIGNED_LOAD32 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/av/drm/mediacas/plugins/clearkey/
H A Decm_generator.cpp41 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32_t *>(_p)) macro
/aosp_15_r20/external/cronet/base/third_party/cityhash_v103/src/
H A Dcity_v103.cc48 static uint32 UNALIGNED_LOAD32(const char* p) { in UNALIGNED_LOAD32() function
/aosp_15_r20/external/cronet/base/third_party/cityhash/
H A Dcity.cc122 static uint32 UNALIGNED_LOAD32(const char* p) { in UNALIGNED_LOAD32() function