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

  /external/gptfdisk/
mbr.h 36 int DeleteByLocation(uint64_t start64, uint64_t length64);
mbr.cc 111 int MBRData::DeleteByLocation(uint64_t start64, uint64_t length64) {
115 if ((start64 < UINT32_MAX) && (length64 < UINT32_MAX)) {
117 length32 = (uint32_t) length64;
  /external/valgrind/memcheck/tests/
leak_cpp_interior.stderr.exp 15 length64 : 31 bytes in 1 blocks
30 length64 : 0 (-31) bytes in 0 (-1) blocks
48 leak_check summary heuristics length64
55 length64 : 31 (+31) bytes in 1 (+1) blocks
68 length64 : 0 (-31) bytes in 0 (-1) blocks
72 leak_check summary heuristics multipleinheritance,newarray,stdstring,length64
80 length64 : 31 (+31) bytes in 1 (+1) blocks
94 length64 : 31 (+0) bytes in 1 (+0) blocks
108 length64 : 0 (-31) bytes in 0 (-1) blocks
  /system/core/libunwindstack/
DwarfSection.cpp 263 uint64_t length64; local
264 if (!memory_.ReadBytes(&length64, sizeof(length64))) {
269 cie->cfa_instructions_end = memory_.cur_offset() + length64;
423 uint64_t length64; local
424 if (!memory_.ReadBytes(&length64, sizeof(length64))) {
428 fde->cfa_instructions_end = memory_.cur_offset() + length64;
  /external/valgrind/gdbserver_tests/
mchelp.stdoutB.exp 40 stdstring length64 newarray multipleinheritance all none*
112 stdstring length64 newarray multipleinheritance all none*

Completed in 410 milliseconds