Searched refs:fSize (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCDynamicArray.cpp96 fSize = 0;
139 return ((fSize > 0) && (index > kEmptyIndex) && (index < fSize))
169 // after the end (index >= fSize)
170 // past the end (index + count > fSize)
173 if (fSize == 0)
178 XASSERT(index < fSize);
179 XASSERT((index + count) <= fSize);
189 lastElementPtr = ElementPtrAt(fSize);
196 result = SetArraySize(fSize
[all...]
H A DCList.h68 long Count() { return fSize; };
69 Boolean Empty() { return (fSize == 0);};
85 { return At(fSize - 1); }
88 { return InsertAt(fSize, item); }
97 { return InsertAt(fSize, item); }
106 { return RemoveElementsAt(fSize - 1, 1); }
112 { return ReplaceAt(fSize - 1, newItem); }
H A DCDynamicArray.h69 ArrayIndex fSize; // logical size of array member in class:CDynamicArray
89 { return fSize; }
92 { return (fSize == 0); }
101 { return RemoveElementsAt(0, fSize); }
H A DCArrayIterator.cpp32 init(newArray, 0, newArray->fSize - 1, itsForward);
199 return init(itsDynamicArray, 0, itsDynamicArray->fSize - 1, kIterateForward);
208 return init(itsDynamicArray, 0, itsDynamicArray->fSize - 1, itsForward);
247 fHighBound = (fDynamicArray->fSize > 0) ? MinMax(0, itsHighBound, fDynamicArray->fSize - 1) : kEmptyIndex;
262 fHighBound = (fDynamicArray->fSize > 0) ? fDynamicArray->fSize - 1 : kEmptyIndex;
H A DCBufferSegment.cpp116 check(fSize);
118 XTRACE(kLogIOFreeSize, fSize >> 16, fSize);
119 IOFree(fBufBase, fSize);
121 fSize = 0;
152 fSize = len;
153 fBufEnd = fBufBase + fSize;
H A DCBufferSegment.h72 Size fSize; member in class:CBufferSegment
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWAsyncStreamCommand.cpp90 fSize = hostMem->getLength();
97 fSize = size;
137 fSize=fMemDesc->getLength();
146 fSize = size;
247 if( fSize < ( 1 << 9+fControl->getBroadcastSpeed() ) and ( fChannel >= 0 and fChannel < 64) )
250 fSpeed, fTag, fSyncBits, fChannel,fMemDesc,0,fSize, this);
H A DIOFWReadQuadCommand.cpp69 fSize -= size;
75 if(fSize > 0) {
105 fSize = 4*numQuads;
131 fSize = 4*numQuads;
221 fSize = 4*numQuads;
239 fSize = 4*numQuads;
265 transfer = fSize;
H A DIOFWCompareAndSwapCommand.cpp337 fSize = 8 * size;
374 fSize,
394 fBytesTransferred = fSize ;
410 for( i = 0; i < fSize / 8; i++ )
437 if( size != (fSize / 2) )
439 // IOLog("Bad Lock Response Length for node %x (%08x instead of %08x)\n", fNodeID,size,fSize / 2);
H A DIOFWReadCommand.cpp64 fSize -= size;
68 if(fSize > 0) {
146 transfer = fSize;
H A DIOFWWriteCommand.cpp240 fPackSize = fSize;
324 fSize -= fPackSize;
327 if( fSize > 0 )
H A DIOFWWriteQuadCommand.cpp375 fSize = 4 * numQuads;
408 fPackSize = fSize;
489 fSize -= fPackSize;
493 if( fSize > 0 )
H A DIOFWAsyncCommand.cpp102 fSize = hostMem->getLength();
154 fSize = hostMem->getLength();
254 fSize=fMemDesc->getLength();
294 fSize=fMemDesc->getLength();
H A DIOFWUserCommand.h186 IOByteCount fSize ; member in class:IOFWUserCompareSwapCommand
H A DIOFWUserCommand.cpp835 fSize = params->newBufferSize ;
858 fSize >> 2,
866 fSize >> 2,
884 fSize >> 2, syncFlag ? NULL : & IOFWUserCompareSwapCommand::asyncCompletion, this ) ;
890 fSize >> 2, syncFlag ? NULL : & IOFWUserCompareSwapCommand::asyncCompletion, this,
H A DIOFWCommand.h317 int fSize; member in class:IOFWAsyncCommand
787 int fSize; member in class:IOFWAsyncStreamCommand
/macosx-10.10.1/llvmCore-3425.0.34/lib/Archive/
H A DArchiveWriter.cpp215 size_t fSize = member.getSize(); local
227 fSize = mFile->getBufferSize();
237 GetBitcodeSymbols(data, fSize, FullMemberName, Context, symbols, ErrMsg);
264 int hdrSize = fSize;
280 ARFile.write(data,fSize);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duresimp.h87 int32_t fSize; member in struct:UResourceBundle
H A Duresbund.cpp1118 resB->fSize = res_countArrayItems(&(resB->fResData), resB->fRes);
1332 return resB->fSize;
1358 return (UBool)(resB->fIndex < resB->fSize-1);
1372 if(resB->fIndex == resB->fSize-1) {
1423 if(resB->fIndex == resB->fSize-1) {
1473 if(indexR >= 0 && resB->fSize > indexR) {
1519 if(indexS >= 0 && resB->fSize > indexS) {
2052 r->fSize = res_countArrayItems(&(r->fResData), r->fRes);
2111 r->fSize = res_countArrayItems(&(r->fResData), r->fRes);
2170 r->fSize
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrEvent.cpp387 XTRACE(kLogCListSize, list->fSize >> 16, list->fSize);
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp85 fSize = fMem->getLength();
158 fSize = cmdLen;
761 fSize = fMem->getLength();
833 fSize = cmdLen;
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp75 fSize(vmsize), fFileOffset(offset), fFileSize(file_size), fAlignment(align),
81 uint64_t size() const { return fSize; }
94 void setSize(uint64_t new_size) { fSize = new_size; }
98 void reset() { fSize=fOrigSize; fFileOffset=fOrigFileOffset; fFileSize=fOrigFileSize; fPermissions=fOrigPermissions; }
106 uint64_t fSize; member in struct:MachOLayoutAbstraction::Segment

Completed in 122 milliseconds