HomeSort by relevance Sort by last modified time
    Searched full:align4 (Results 1 - 8 of 8) sorted by null

  /external/clang/test/CodeGen/
palignr.c 16 int4 align4(int4 a, int4 b) { return _mm_alignr_epi8(a, b, 32); } function
  /frameworks/native/libs/utils/
BlobCache.cpp 162 static inline size_t align4(size_t size) { function in namespace:android
172 size = align4(size);
203 off_t byteOffset = align4(sizeof(Header));
225 byteOffset += align4(entrySize);
259 off_t byteOffset = align4(sizeof(Header));
283 byteOffset += align4(entrySize);
  /external/skia/src/core/
SkWriter32.cpp 238 // we may have left 0,1,2,3 bytes uninitialized, since we reserved align4
SkString.cpp 196 // add 1 for terminating 0, then align4 so we can have some slop when growing the string
  /external/llvm/test/Bitcode/
ssse3_palignr.ll 55 define <4 x i32> @align4(<4 x i32> %a, <4 x i32> %b) nounwind readnone ssp {
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.cpp 354 ALOGD("%p (%04x): .align4", baseAddr + offset, offset);
CodegenDriver.cpp     [all...]
  /external/grub/netboot/
depca.c 407 #define ALIGN4 ((u32)4 - 1) /* 1 longword align */

Completed in 513 milliseconds