Searched refs:unaligned (Results 1 – 2 of 2) sorted by relevance
145 const size_t unaligned = mSize % 4; in align4() local146 if (unaligned != 0) { in align4()147 pad(4 - unaligned); in align4()
1605 In the GCC 4.7 release and later, ARM compilers generate unaligned access code by1607 {@code -mno-unaligned-access} build option when building for kernels that do not support1797 may crash due to {@code ldc1} and {@code sdc1} operations on unaligned memory. In this1937 <li>Fixed {@code STLport} bus error in exception handling due to unaligned access of