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

1 2

  /external/llvm/unittests/IR/
AttributesTest.cpp 37 Attribute Align4 = Attribute::get(C, Attribute::Alignment, 4);
41 EXPECT_TRUE(Align4 < Align5);
42 EXPECT_TRUE(Align4 < Deref4);
43 EXPECT_TRUE(Align4 < Deref5);
  /frameworks/base/tools/aapt2/util/
BigBuffer_test.cpp 92 buffer.Align4();
96 buffer.Align4();
BigBuffer.h 113 void Align4();
172 inline void BigBuffer::Align4() {
  /external/clang/test/CodeGen/
palignr.c 16 int4 align4(int4 a, int4 b) { return _mm_alignr_epi8(a, b, 32); } function
  /frameworks/native/opengl/libs/EGL/
BlobCache.cpp 162 static inline size_t align4(size_t size) { function in namespace:android
167 size_t size = align4(sizeof(Header) + PROPERTY_VALUE_MAX);
171 size += align4(sizeof(EntryHeader) + keyBlob->getSize() + valueBlob->getSize());
193 off_t byteOffset = align4(sizeof(Header) + header->mBuildIdLength);
201 size_t totalSize = align4(entrySize);
252 off_t byteOffset = align4(sizeof(Header) + header->mBuildIdLength);
267 size_t totalSize = align4(entrySize);
  /external/swiftshader/third_party/subzero/unittest/
IceParseInstsTest.cpp 188 const uint64_t Align4[] = {
192 EXPECT_FALSE(Munger.runTest(ARRAY(Align4), ParseError));
195 EXPECT_FALSE(DumpMunger.runTestForAssembly(ARRAY(Align4)));
271 const uint64_t Align4[] = {
275 EXPECT_TRUE(Munger.runTest(ARRAY(Align4)));
276 EXPECT_TRUE(DumpMunger.runTestForAssembly(ARRAY(Align4)));
354 const uint64_t Align4[] = {
358 EXPECT_TRUE(Munger.runTest(ARRAY(Align4)));
359 EXPECT_TRUE(DumpMunger.runTestForAssembly(ARRAY(Align4)));
  /external/libchrome/base/
lazy_instance_unittest.cc 167 static LazyInstance<AlignedData<4> > align4 = LAZY_INSTANCE_INITIALIZER; local
171 EXPECT_ALIGNED(align4.Pointer(), 4);
  /frameworks/base/tools/aapt2/flatten/
ChunkWriter.h 56 buffer_->Align4();
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 27 Pointer ALIGN4 - 4-byte aligned pointer
203 void * ALIGN4,
204 Pointer ALIGN4
  /frameworks/ml/nn/driver/cache/BlobCache/
BlobCache.cpp 217 static inline size_t align4(size_t size) { function
222 size_t size = align4(sizeof(Header) + PROPERTY_VALUE_MAX);
226 size += align4(sizeof(EntryHeader) + keyBlob->getSize() + valueBlob->getSize());
248 off_t byteOffset = align4(sizeof(Header) + header->mBuildIdLength);
256 size_t totalSize = align4(entrySize);
307 off_t byteOffset = align4(sizeof(Header) + header->mBuildIdLength);
322 size_t totalSize = align4(entrySize);
  /external/libavc/common/
ih264_macros.h 50 #define ALIGN4(x) ((((x) + 3) >> 2) << 2)
  /external/libchrome/base/memory/
singleton_unittest.cc 277 AlignedTestSingleton<int32_t>* align4 =
286 EXPECT_ALIGNED(align4, 4);
  /external/libhevc/common/
ihevc_macros.h 52 #define ALIGN4(x) ((((x) + 3) >> 2) << 2)
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 65 ALIGN4,
71 AlignVariant = ALIGN4;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/unsorted/
unsorted.exp 140 set testname "align4.s: More subspace alignment tests (part2)"
148 if [gas_test_old "align4.s" "" "More subspace alignment tests (part1)"] {
  /frameworks/base/tools/aapt2/
StringPool.cpp 414 out->Align4();
446 out->Align4();
  /external/llvm/test/Bitcode/
ssse3_palignr.ll 56 define <4 x i32> @align4(<4 x i32> %a, <4 x i32> %b) nounwind readnone ssp {
  /external/libhevc/decoder/
ihevcd_utils.c 275 mv_bank_size += ALIGN4(num_ctb * sizeof(UWORD16));
684 pu1_buf += ALIGN4(num_ctb * sizeof(UWORD16));
992 size = ALIGN4(num_ctb * sizeof(UWORD16));
    [all...]
ihevcd_api.c     [all...]
  /external/skia/tests/
Writer32Test.cpp 137 // Ensure that the align4 of the string is padded with zeroes.
  /external/libavc/encoder/
ih264e_utils.c 747 mv_bank_size += ALIGN4(num_pu);
750 mv_bank_size += ALIGN4(num_pu * sizeof(enc_pu_t));
929 pu1_buf += ALIGN4(num_pu);
932 pu1_buf += ALIGN4(num_pu * sizeof(enc_pu_t));
    [all...]
  /external/skia/src/core/
SkString.cpp 231 // add 1 for terminating 0, then align4 so we can have some slop when growing the string
  /external/libavc/decoder/
ih264d_parse_cabac.c 558 offset = ALIGN4(offset);
    [all...]
ih264d_process_intra_mb.c 189 offset = ALIGN4(offset);
693 offset = ALIGN4(offset);
    [all...]
  /external/iproute2/ip/
xfrm_state.c 90 fprintf(stderr, "FLAG := noecn | decap-dscp | nopmtudisc | wildrecv | icmp | af-unspec | align4 | esn\n");
215 else if (strcmp(*argv, "align4") == 0)
    [all...]

Completed in 1180 milliseconds

1 2