Home
last modified time | relevance | path

Searched refs:PrevSize (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libmkv/
DEbmlIDs.h67 PrevSize = 0xAB, enumerator
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp83 intptr_t PrevSize = ((intptr_t *)this)[-1]; in getFreeBlockBefore() local
84 return (FreeRangeHeader*)((char*)this-PrevSize); in getFreeBlockBefore()
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1498 const unsigned PrevSize = WorkList.size(); in copyCoalesceInMBB() local
1507 if (copyCoalesceWorkList(PrevSize)) in copyCoalesceInMBB()
1508 WorkList.erase(std::remove(WorkList.begin() + PrevSize, WorkList.end(), in copyCoalesceInMBB()