HomeSort by relevance Sort by last modified time
    Searched refs:Fetch32 (Results 1 - 3 of 3) sorted by null

  /art/runtime/
dex_instruction-inl.h 175 return static_cast<int32_t>(Fetch32(1));
352 return Fetch32(1);
357 return static_cast<int32_t>(Fetch32(1));
362 return static_cast<int32_t>(Fetch32(1));
392 uint64_t vB_wide = Fetch32(1) | ((uint64_t) Fetch32(3) << 32);
dex_instruction.h 637 uint32_t Fetch32(size_t offset) const {
  /external/libtextclassifier/util/hash/
farmhash.cc 178 STATIC_INLINE uint32_t Fetch32(const char *p) {
394 uint64_t a = Fetch32(s);
395 return HashLen16(len + (a << 3), Fetch32(s + len - 4), mul);
528 #define Fetch Fetch32
656 #define Fetch Fetch32
908 #define Fetch Fetch32
1108 #define Fetch Fetch32
    [all...]

Completed in 62 milliseconds