HomeSort by relevance Sort by last modified time
    Searched defs:kAlign (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/aapt2/flatten/
Archive.h 38 kAlign = 0x02,
  /system/tools/hidl/
ScalarType.cpp 289 static const size_t kAlign[] = {
303 *align = *size = kAlign[mKind];
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 123 const int kAlign = 16;
124 CHECK(offset_from_aligned < kAlign);
125 size = (size + 2 * kAlign) & ~(kAlign - 1);
  /frameworks/native/libs/vr/libbroadcastring/
broadcast_ring_test.cc 656 constexpr int kAlign = Ring::mmap_alignment();
657 constexpr int kMisalign = kAlign / 2;

Completed in 180 milliseconds