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

  /external/compiler-rt/test/tsan/
aligned_vs_unaligned_race.cc 18 struct __attribute__((packed, aligned(1))) u_uint64_t { uint64_t val; }; struct
19 u_uint64_t *p4 = reinterpret_cast<u_uint64_t *>(p1 + 1);

Completed in 418 milliseconds