Searched refs:ComputeByteCount (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCDynamicArray.h67 Size ComputeByteCount(ArrayIndex count);
97 inline Size CDynamicArray::ComputeByteCount(ArrayIndex count) function in class:CDynamicArray
H A DCDynamicArray.cpp122 int len = ComputeByteCount(fAllocatedSize);
231 BlockMove(ElementPtrAt(index), elemPtr, ComputeByteCount(count));
274 BlockMove(elemPtr, indexPtr, ComputeByteCount(count));
311 BlockMove(elemPtr, ElementPtrAt(index), ComputeByteCount(count));
368 new_bytecount = ComputeByteCount(newAllocatedSize);
369 old_bytecount = ComputeByteCount(fAllocatedSize);

Completed in 65 milliseconds