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

  /external/libchrome/base/files/
memory_mapped_file_posix.cc 42 // outer region [|aligned_start|, |aligned_start| + |size|] which contains
44 int64_t aligned_start = 0; local
48 &aligned_start,
53 if (aligned_start < 0 || aligned_size < 0 ||
54 aligned_start > std::numeric_limits<off_t>::max() ||
63 map_start = static_cast<off_t>(aligned_start);
memory_mapped_file.cc 82 int64_t* aligned_start,
90 *aligned_start = start & ~mask;
memory_mapped_file.h 74 // - |aligned_start| is page aligned and <= |start|.
76 // - |offset| is the displacement of |start| w.r.t |aligned_start|.
79 int64_t* aligned_start,
  /external/valgrind/helgrind/
libhb_core.c 5805 Addr aligned_start = cacheline_ROUNDUP(a); local
    [all...]

Completed in 36 milliseconds