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

  /external/clang/test/CodeGen/
palignr.c 16 int4 align4(int4 a, int4 b) { return _mm_alignr_epi8(a, b, 32); } function
  /system/core/libutils/
BlobCache.cpp 163 static inline size_t align4(size_t size) { function in namespace:android
168 size_t size = align4(sizeof(Header));
173 size += align4(sizeof(EntryHeader) + keyBlob->getSize() +
193 off_t byteOffset = align4(sizeof(Header));
202 size_t totalSize = align4(entrySize);
250 off_t byteOffset = align4(sizeof(Header));
265 size_t totalSize = align4(entrySize);
  /external/chromium_org/base/
lazy_instance_unittest.cc 165 static LazyInstance<AlignedData<4> > align4 = LAZY_INSTANCE_INITIALIZER; local
169 EXPECT_ALIGNED(align4.Pointer(), 4);
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 27 Pointer ALIGN4 - 4-byte aligned pointer
203 void * ALIGN4,
204 Pointer ALIGN4
  /external/chromium_org/base/memory/
singleton_unittest.cc 275 AlignedTestSingleton<int32>* align4 =
284 EXPECT_ALIGNED(align4, 4);
  /external/llvm/test/Bitcode/
ssse3_palignr.ll 55 define <4 x i32> @align4(<4 x i32> %a, <4 x i32> %b) nounwind readnone ssp {
  /external/chromium_org/third_party/skia/tests/
Writer32Test.cpp 136 // Ensure that the align4 of the string is padded with zeroes.
  /external/skia/tests/
Writer32Test.cpp 136 // Ensure that the align4 of the string is padded with zeroes.
  /external/chromium_org/third_party/skia/src/core/
SkString.cpp 216 // add 1 for terminating 0, then align4 so we can have some slop when growing the string
  /external/skia/src/core/
SkString.cpp 216 // add 1 for terminating 0, then align4 so we can have some slop when growing the string
  /external/iproute2/ip/
xfrm_state.c 94 fprintf(stderr, "FLAG := noecn | decap-dscp | nopmtudisc | wildrecv | icmp | af-unspec | align4\n");
217 else if (strcmp(*argv, "align4") == 0)
ipxfrm.c 860 XFRM_FLAG_PRINT(fp, flags, XFRM_STATE_ALIGN4, "align4");
  /art/compiler/dex/quick/
codegen_util.cc 223 << offset << "): .align4";
    [all...]

Completed in 541 milliseconds