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/translator/
PoolAlloc.cpp 86 alignmentMask = a - 1;
93 headerSkip = (sizeof(tHeader) + alignmentMask) & ~alignmentMask;
235 currentPageOffset = (currentPageOffset + alignmentMask) & ~alignmentMask;
282 currentPageOffset = (headerSkip + allocationSize + alignmentMask) & ~alignmentMask;
PoolAlloc.h 200 size_t alignmentMask;
  /dalvik/libdex/
DexSwapVerify.cpp     [all...]

Completed in 54 milliseconds