OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Fetch32
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
dex_instruction-inl.h
109
return static_cast<int32_t>(
Fetch32
(1));
212
return
Fetch32
(1);
217
return static_cast<int32_t>(
Fetch32
(1));
222
return static_cast<int32_t>(
Fetch32
(1));
242
uint64_t vB_wide =
Fetch32
(1) | ((uint64_t)
Fetch32
(3) << 32);
dex_instruction.h
406
uint32_t
Fetch32
(size_t offset) const {
/external/chromium_org/third_party/smhasher/src/
City.cpp
88
static uint32
Fetch32
(const char *p) {
127
uint64 a =
Fetch32
(s);
128
return HashLen16(len + (a << 3),
Fetch32
(s + len - 4));
Completed in 92 milliseconds