Home
last modified time | relevance | path

Searched refs:unaligned (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/util/
DBigBuffer.h145 const size_t unaligned = mSize % 4; in align4() local
146 if (unaligned != 0) { in align4()
147 pad(4 - unaligned); in align4()
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd1605 In the GCC 4.7 release and later, ARM compilers generate unaligned access code by
1607 {@code -mno-unaligned-access} build option when building for kernels that do not support
1797 may crash due to {@code ldc1} and {@code sdc1} operations on unaligned memory. In this
1937 <li>Fixed {@code STLport} bus error in exception handling due to unaligned access of