Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/mem/src/
Dmem_frameHeap.c564 u32 retVal; in MEMGetAllocatableSizeForFrmHeapEx() local
571 retVal = 0; in MEMGetAllocatableSizeForFrmHeapEx()
575 retVal = GetOffsetFromPtr( block, pFrmHeapHd->tailAllocator ); in MEMGetAllocatableSizeForFrmHeapEx()
578 return retVal; in MEMGetAllocatableSizeForFrmHeapEx()
602 BOOL retVal; in MEMRecordStateForFrmHeap() local
615 retVal = FALSE; in MEMRecordStateForFrmHeap()
626 retVal = TRUE; in MEMRecordStateForFrmHeap()
631 return retVal; in MEMRecordStateForFrmHeap()
659 BOOL retVal; in MEMFreeByStateToFrmHeap() local
680 retVal = FALSE; in MEMFreeByStateToFrmHeap()
[all …]
Dmem_expHeap.c1900 u32 retVal; in MEMAdjustExpHeap() local
1909 retVal = 0; in MEMAdjustExpHeap()
1921 retVal = 0; in MEMAdjustExpHeap()
1931 retVal = GetOffsetFromPtr( pHeapHd, pHeapHd->heapEnd ); in MEMAdjustExpHeap()
1936 return retVal; in MEMAdjustExpHeap()
1962 BOOL retVal; in MEMCheckExpHeap() local
1984 retVal = FALSE; in MEMCheckExpHeap()
1994 retVal = FALSE; in MEMCheckExpHeap()
2007 retVal = FALSE; in MEMCheckExpHeap()
2017 retVal = FALSE; in MEMCheckExpHeap()
[all …]