Home
last modified time | relevance | path

Searched refs:retVal (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/ut/
Dut_FrameHeap.cpp302 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
[all …]
/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel2563 string $retVal[];
2576 $retVal[$j] = $array[$i];
2581 return $retVal;