Home
last modified time | relevance | path

Searched refs:misaligned (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/sys/contrib/octeon-sdk/cvmx-malloc/
H A Darena.c248 int misaligned = ((size_t)ptr) & (MALLOC_ALIGNMENT - 1); in cvmx_add_arena() local
249 if (misaligned) in cvmx_add_arena()
251 ptr = (char*)ptr + MALLOC_ALIGNMENT - misaligned; in cvmx_add_arena()
252 size -= MALLOC_ALIGNMENT - misaligned; in cvmx_add_arena()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc29 UBSAN_CHECK(MisalignedPointerUse, "misaligned-pointer-use", "alignment")
/freebsd-13.1/contrib/libcbor/
H A DCHANGELOG.md48 - Fix possibly misaligned reads and writes when endian.h is uses or when
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td276 "misaligned atomic operation may incur "
/freebsd-13.1/contrib/elftoolchain/libelf/
H A Dlibelf_convert.m477 # residing inside an `ar' archive could be at misaligned memory
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td175 def FeatureLdsMisalignedBug : SubtargetFeature<"lds-misaligned-bug",
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64.td197 def FeatureSlowMisaligned128Store : SubtargetFeature<"slow-misaligned-128store",
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt340 data was misaligned, we used memmove to move the data back to the front
/freebsd-13.1/contrib/libevent/
H A Dwhatsnew-2.0.txt340 data was misaligned, we used memmove to move the data back to the front
/freebsd-13.1/contrib/tcpdump/
H A DCHANGES1147 - Fix bugs in the autoconf misaligned accesses code fragment.
1170 - Use autoconf to detect architectures that can't handle misaligned
/freebsd-13.1/contrib/libpcap/
H A DCHANGES877 - Use autoconf to detect architectures that can't handle misaligned
/freebsd-13.1/crypto/openssl/
H A DINSTALL387 - that tolerate misaligned memory references
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt11356 structures - even though the hardware itself may support misaligned
12058 Fixed a problem where individual resource descriptors were misaligned