HomeSort by relevance Sort by last modified time
    Searched refs:ptrSize (Results 1 - 6 of 6) 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/clang/lib/CodeGen/
CGBlocks.cpp 302 CharUnits ptrSize, ptrAlign, intSize, intAlign;
303 std::tie(ptrSize, ptrAlign) = C.getTypeInfoInChars(C.VoidPtrTy);
307 assert(intSize <= ptrSize && "layout assumptions horribly violated");
309 CharUnits headerSize = ptrSize;
310 if (2 * intSize < ptrAlign) headerSize += ptrSize;
312 headerSize += 2 * ptrSize;
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [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 181 milliseconds