Searched refs:misaligned (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Darena.c248 int misaligned = ((size_t)ptr) & (MALLOC_ALIGNMENT - 1); local
249 if (misaligned)
251 ptr = (char*)ptr + MALLOC_ALIGNMENT - misaligned;
252 size -= MALLOC_ALIGNMENT - misaligned;
/freebsd-11-stable/sys/cam/
H A Dcam_periph.c773 bool misaligned[CAM_PERIPH_MAXMAPS]; local
888 misaligned[i] = (lengths[i] +
913 if (lengths[i] <= periph_mapmem_thresh || misaligned[i]) {

Completed in 98 milliseconds