Home
last modified time | relevance | path

Searched refs:GetUIntPtr (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2.2/build/libraries/mem/include/
DheapCommoni.h52 ( (void*)RoundUp(GetUIntPtr(ptr), (alignment)) )
69 ( (void*)RoundDown(GetUIntPtr(ptr), (alignment)) )
98 GetUIntPtr( const void* ptr ) in GetUIntPtr() function
107 return GetUIntPtr(end) - GetUIntPtr(start); in GetOffsetFromPtr()
114 return (void*)( GetUIntPtr(ptr) + val ); in AddU32ToPtr()
121 return (const void*)( GetUIntPtr(ptr) + val ); in AddU32ToCPtr()
128 return (void*)( GetUIntPtr(ptr) + val ); in AddS32ToPtr()
135 return (const void*)( GetUIntPtr(ptr) + val ); in AddS32ToCPtr()
142 return (void*)( GetUIntPtr(ptr) - val ); in SubU32ToPtr()
149 return (const void*)( GetUIntPtr(ptr) - val ); in SubU32ToCPtr()
/RvlSDK-3.2.2/build/libraries/mem/src/
Dmem_heapCommon.c77 if ( GetUIntPtr( pHeapHd->heapStart ) <= GetUIntPtr( memBlock ) in FindContainHeap_()
78 && GetUIntPtr( memBlock ) < GetUIntPtr( pHeapHd->heapEnd ) in FindContainHeap_()
121 if ( GetUIntPtr( pHeapHd->heapStart ) <= GetUIntPtr( pTargetHeap ) in FindParentHeap_()
122 && GetUIntPtr( pTargetHeap ) < GetUIntPtr( pHeapHd->heapEnd ) in FindParentHeap_()
346 if ( GetUIntPtr( pHeapHd->heapStart ) <= GetUIntPtr( heap ) in MEMFindParentHeap()
347 && GetUIntPtr( heap ) < GetUIntPtr( pHeapHd->heapEnd ) in MEMFindParentHeap()
Dmem_frameHeap.c147 if ( GetUIntPtr(endAddress) > GetUIntPtr(pFrmHeapHd->tailAllocator) ) in AllocFromHead_()
185 if ( GetUIntPtr(newBlock) < GetUIntPtr(pFrmHeapHd->headAllocator) ) in AllocFromTail_()
413 if ( GetUIntPtr(startAddress) > GetUIntPtr(endAddress) in MEMCreateFrmHeapEx()
569 if ( GetUIntPtr(block) > GetUIntPtr(pFrmHeapHd->tailAllocator) ) in MEMGetAllocatableSizeForFrmHeapEx()
Dmem_expHeap.c92 return GetUIntPtr(a) > GetUIntPtr(b) ? a: b; in MaxPtr_()
927 if ( GetUIntPtr(pMBHead) < GetUIntPtr(pHeapHd->heapStart) in CheckMBlock_()
928 || GetUIntPtr(memBlock) > GetUIntPtr(pHeapHd->heapEnd) in CheckMBlock_()
938 if ( GetUIntPtr(pMBHead) < 0x80000000 ) in CheckMBlock_()
962 if ( GetUIntPtr(memBlock) + pMBHead->blockSize > GetUIntPtr(pHeapHd->heapEnd) ) in CheckMBlock_()
1324 if ( GetUIntPtr(startAddress) > GetUIntPtr(endAddress) in MEMCreateExpHeapEx()
1639 if ( GetUIntPtr(baseAddress) < GetUIntPtr(GetMBlockEndAddr_(pMBlkHd)) ) in MEMGetAllocatableSizeForExpHeapEx()