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

  /external/chromium_org/crypto/
ghash.cc 27 // Get64 reads a 64-bit, big-endian number from |bytes|.
28 uint64 Get64(const uint8 bytes[8]) {
57 FieldElement x = {Get64(key), Get64(key+8)};
222 y_.low ^= Get64(bytes);
224 y_.hi ^= Get64(bytes);
  /art/runtime/entrypoints/portable/
portable_field_entrypoints.cc 110 return field->Get64(field->GetDeclaringClass());
115 return field->Get64(field->GetDeclaringClass());
214 return field->Get64(obj);
219 return field->Get64(obj);
  /art/runtime/mirror/
art_field-inl.h 70 inline uint64_t ArtField::Get64(const Object* object) const {
163 return Get64(object);
194 bits.SetJ(Get64(object));
art_field.h 117 uint64_t Get64(const Object* object) const
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 52 return field->Get64(field->GetDeclaringClass());
57 return field->Get64(field->GetDeclaringClass());
110 return field->Get64(obj);
120 return field->Get64(obj);
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 16 #define Get64(p) GetUi64(p)
254 UInt64 res = Get64(_buffer + _pos);
1154 UInt64 nextHeaderOffset = Get64(_header + 0xC);
1155 UInt64 nextHeaderSize = Get64(_header + 0x14);
    [all...]
  /art/runtime/hprof/
hprof.cc 938 rec->AddU8(f->Get64(thisClass));
1023 rec->AddU8(f->Get64(obj));
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 277 milliseconds