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

  /external/deqp/framework/delibs/debase/
deMemory.c 86 int ptrSize = sizeof(void*);
87 deUintptr origPtr = (deUintptr)deMalloc(numBytes + ptrSize + alignBytes);
90 deUintptr alignedPtr = (deUintptr)deAlignPtr((void*)(origPtr + ptrSize), alignBytes);
91 deUintptr ptrPtr = (alignedPtr - ptrSize);
124 int ptrSize = sizeof(void*);
125 deUintptr ptrPtr = (deUintptr)ptr - ptrSize;
  /external/libvncserver/rfb/
rfbregion.h 46 int ptrSize,ptrPos;
  /external/clang/lib/CodeGen/
CGBlocks.cpp 308 CharUnits ptrSize, ptrAlign, intSize, intAlign;
309 std::tie(ptrSize, ptrAlign) = C.getTypeInfoInChars(C.VoidPtrTy);
313 assert(intSize <= ptrSize && "layout assumptions horribly violated");
315 CharUnits headerSize = ptrSize;
316 if (2 * intSize < ptrAlign) headerSize += ptrSize;
318 headerSize += 2 * ptrSize;
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 68 milliseconds