Searched refs:blkSize (Results 1 – 2 of 2) sorted by relevance
| /external/opencore/nodes/pvclientserversocketnode/include/ |
| D | pvmf_socket_buffer_allocators.h | 762 uint32 blkSize = 0; variable 766 … oscl_memcpy(&blkSize, (OsclAny*)(p + PVMF_RESIZE_ALLOC_BLK_SIZE_OFFSET), sizeof(uint32)); 767 blkSize += PVMF_RESIZE_ALLOC_OVERHEAD; 770 iJJDataSize -= (blkSize - PVMF_RESIZE_ALLOC_OVERHEAD); 775 if (aPCContainer->iAllocationPtr != p + blkSize) 778 … , seqNum, blkSize, aPCContainer->iAllocationPtr, p, __LINE__)); 783 iJJDataDbgSize -= (blkSize - PVMF_RESIZE_ALLOC_OVERHEAD); 797 … - OOO Dealloc SeqNum=%d, Size=%d, Ptr=0x%x, NumOOODeallocs=%d", seqNum, blkSize, p, iNumOutOfOrde… 803 iJJDataDbgSize -= (blkSize - PVMF_RESIZE_ALLOC_OVERHEAD); 806 aPCContainer->iEndOfLastDeallocatedBlock = ((uint8*)p + blkSize); [all …]
|
| /external/opencore/nodes/streaming/common/include/ |
| D | pvmf_streaming_buffer_allocators.h | 797 uint32 blkSize = 0; variable 801 … oscl_memcpy(&blkSize, (OsclAny*)(p + PVMF_RESIZE_ALLOC_BLK_SIZE_OFFSET), sizeof(uint32)); 802 blkSize += PVMF_RESIZE_ALLOC_OVERHEAD; 805 iJJDataSize -= (blkSize - PVMF_RESIZE_ALLOC_OVERHEAD); 810 if (aPCContainer->iAllocationPtr != p + blkSize) 813 … , seqNum, blkSize, aPCContainer->iAllocationPtr, p, __LINE__)); 818 iJJDataDbgSize -= (blkSize - PVMF_RESIZE_ALLOC_OVERHEAD); 832 … - OOO Dealloc SeqNum=%d, Size=%d, Ptr=0x%x, NumOOODeallocs=%d", seqNum, blkSize, p, iNumOutOfOrde… 838 iJJDataDbgSize -= (blkSize - PVMF_RESIZE_ALLOC_OVERHEAD); 841 aPCContainer->iEndOfLastDeallocatedBlock = ((uint8*)p + blkSize); [all …]
|