Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/app/redis-5.0.5/tests/unit/
H A Dbitops.tcl111 test {BITCOUNT misaligned prefix} {
117 test {BITCOUNT misaligned prefix + full words + remainder} {
/f-stack/freebsd/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