Lines Matching refs:retVal
302 u32 retVal; in GetAllocatableSize() local
310 retVal = 0; in GetAllocatableSize()
314 retVal = (u32)GetOffsetFromPtr( block, mTailAllocator ); in GetAllocatableSize()
319 return retVal; in GetAllocatableSize()
403 bool retVal; in RecordState() local
414 retVal = false; in RecordState()
421 retVal = false; in RecordState()
431 retVal = true; in RecordState()
438 return retVal; in RecordState()
461 bool retVal; in FreeByState() local
483 retVal = false; in FreeByState()
499 retVal = true; in FreeByState()
505 return retVal; in FreeByState()
524 u32 retVal; in Adjust() local
531 retVal = 0; in Adjust()
537 retVal = (u32)GetOffsetFromPtr( this, mHeapEnd ); in Adjust()
542 return retVal; in Adjust()