HomeSort by relevance Sort by last modified time
    Searched refs:alignmentMask (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/
PoolAlloc.cpp 85 alignmentMask = a - 1;
92 headerSkip = (sizeof(tHeader) + alignmentMask) & ~alignmentMask;
234 currentPageOffset = (currentPageOffset + alignmentMask) & ~alignmentMask;
281 currentPageOffset = (headerSkip + allocationSize + alignmentMask) & ~alignmentMask;
PoolAlloc.h 200 size_t alignmentMask;
  /dalvik/libdex/
DexSwapVerify.cpp     [all...]

Completed in 64 milliseconds