Searched refs:ulSkipSize (Results 1 – 2 of 2) sorted by relevance
139 uint32_t ulSkipSize; in pucGetUncachedMemory() local154 ulSkipSize = ( ulSize + uncALIGNMENT_SIZE ) & ~( uncALIGNMENT_SIZE - 1uL ); in pucGetUncachedMemory()155 pucHeadOfMemory += ulSkipSize; in pucGetUncachedMemory()156 ulMemorySize -= ulSkipSize; in pucGetUncachedMemory()
127 uint32_t ulSkipSize; in pucGetUncachedMemory() local142 ulSkipSize = ( ulSize + uncALIGNMENT_SIZE ) & ~( uncALIGNMENT_SIZE - 1uL ); in pucGetUncachedMemory()143 pucHeadOfMemory += ulSkipSize; in pucGetUncachedMemory()144 ulMemorySize -= ulSkipSize; in pucGetUncachedMemory()