Home
last modified time | relevance | path

Searched defs:tail_size (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.cpp51 uptr tail_size = requested_size % kShadowAlignment; in AlignRight() local
250 uptr tail_size = tagged_size - orig_size - 1; in HwasanDeallocate() local
H A Dhwasan_report.cpp608 uptr tail_size = kShadowAlignment - (orig_size % kShadowAlignment); in ReportTailOverwritten() local
/netbsd-src/usr.sbin/fstyp/
H A Dhammer_disk.h594 uint32_t tail_size; /* aligned size of the whole mess */ member