Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DBigBuffer.h143 const size_t unaligned = mSize % 4; in align4() local
144 if (unaligned != 0) { in align4()
145 pad(4 - unaligned); in align4()
/frameworks/base/tools/aapt2/data/lib/
DMakefile22 PRIVATE_APK_UNALIGNED := $(LOCAL_OUT)/package-unaligned.apk
/frameworks/base/tools/aapt2/data/
DMakefile24 PRIVATE_APK_UNALIGNED := $(LOCAL_OUT)/package-unaligned.apk
/frameworks/base/docs/html/tools/publishing/
Dapp-signing.jd337 $ zipalign -v 4 your_project_name-unaligned.apk your_project_name.apk
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd1076 In the GCC 4.7 release and later, ARM compilers generate unaligned access code by
1078 {@code -mno-unaligned-access} build option when building for kernels that do not support
1268 may crash due to {@code ldc1} and {@code sdc1} operations on unaligned memory. In this
1408 <li>Fixed {@code STLport} bus error in exception handling due to unaligned access of