Searched refs:fElementSize (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCDynamicArray.h75 Size fElementSize; // size of a single element member in class:CDynamicArray
95 { return (void*)((char *)fArrayBlock + (fElementSize * index)); }
98 { return (fElementSize * count); }
H A DCDynamicArray.cpp97 fElementSize = elementSize;
325 XREQUIRE(fElementSize == aDynamicArray->fElementSize, Fail_ElementSize);
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrEvent.cpp388 XTRACE(kLogCListElemSize, list->fElementSize >> 16, list->fElementSize);
395 if (list->fElementSize == 4 && list->fArrayBlock) { // sanity

Completed in 72 milliseconds