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

  /external/chromium_org/crypto/
ghash.cc 29 // Get64 reads a 64-bit, big-endian number from |bytes|.
30 uint64 Get64(const uint8 bytes[8]) {
59 FieldElement x = {Get64(key), Get64(key+8)};
224 y_.low ^= Get64(bytes);
226 y_.hi ^= Get64(bytes);
  /art/runtime/entrypoints/portable/
portable_field_entrypoints.cc 108 return field->Get64(field->GetDeclaringClass());
113 return field->Get64(field->GetDeclaringClass());
218 return field->Get64(obj);
223 return field->Get64(obj);
  /external/lldb/tools/debugserver/source/
DNBDataRef.cpp 121 // Get64
124 DNBDataRef::Get64(offset_t *offset_ptr) const
177 case 8: return Get64(offset_ptr); break;
375 case TypeUInt64: str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, format ? format : " %16.16llx", Get64(&offset)); break;
DNBDataRef.h 96 uint64_t Get64(offset_t *offset_ptr) const;
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 52 return field->Get64(field->GetDeclaringClass());
57 return field->Get64(field->GetDeclaringClass());
111 return field->Get64(obj);
121 return field->Get64(obj);
  /art/runtime/mirror/
art_field-inl.h 85 inline uint64_t ArtField::Get64(Object* object) {
191 return Get64(object);
221 bits.SetJ(Get64(object));
art_field.h 130 uint64_t Get64(Object* object) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /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 960 rec->AddU8(f->Get64(thisClass));
1043 rec->AddU8(f->Get64(obj));
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 277 milliseconds