HomeSort by: relevance | last modified time | path
    Searched defs:ALIGNED (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan.cc 42 // aligned address.
59 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)];
62 ALIGNED(16)
599 uptr aligned = x & ~3ULL; local in function:__msan_get_origin
600 uptr origin_ptr = MEM_TO_ORIGIN(aligned);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_primary32.h 29 // Since the regions are aligned by kRegionSize, there are exactly
39 // chache-line aligned.
269 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo {
sanitizer_internal_defs.h 214 # define ALIGNED(x) __declspec(align(x))
226 // Please only use the ALIGNED macro before the type.
227 // Using ALIGNED after the variable declaration is not portable!
228 # define ALIGNED(x) __attribute__((aligned(x)))
259 typedef ALIGNED(1) u16 uu16;
260 typedef ALIGNED(1) u32 uu32;
261 typedef ALIGNED(1) u64 uu64;
262 typedef ALIGNED(1) s16 us16;
263 typedef ALIGNED(1) s32 us32
    [all...]
sanitizer_allocator_primary64.h 85 // Check that the RegionInfo array is aligned on the CacheLine size.
596 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) RegionInfo {

Completed in 13 milliseconds