HomeSort by relevance Sort by last modified time
    Searched full:aligned_beg (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.cc 211 uptr *aligned_beg = (uptr *)RoundUpTo((uptr)beg, sizeof(uptr)); local
215 for (const char *mem = beg; mem < (char*)aligned_beg && mem < end; mem++)
218 for (; aligned_beg < aligned_end; aligned_beg++)
219 all |= *aligned_beg;

Completed in 3840 milliseconds