Searched refs:tempOffset (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dpptest.cpp205 int tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? local
207 for (int j=0; j<tempOffset; j++)
H A Dtfsmalls.cpp107 int32_t tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ? local
109 temp[tempOffset] = '\0';
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp244 SInt32 tempOffset = fOffset; local
246 ((IOFWIPBusInterface*)fRefCon)->moveMbufWithOffset(tempOffset, &srcm, &src, &srcLen);
440 SInt32 tempOffset = 0; local
449 tempOffset = fOffset;
450 ((IOFWIPBusInterface*)fRefCon)->moveMbufWithOffset(tempOffset, &srcm, &src, &srcLen);
H A DIOFWIPBusInterface.cpp3324 void IOFWIPBusInterface::moveMbufWithOffset(SInt32 tempOffset, mbuf_t *srcm, vm_address_t *src, SInt32 *srcLen) argument
3331 if(tempOffset == 0)
3337 if(*srcLen < tempOffset)
3339 tempOffset = tempOffset - *srcLen;
3346 else if (*srcLen > tempOffset)
3350 *src += tempOffset;
3351 *srcLen -= tempOffset;
3354 else if (*srcLen == tempOffset)
3391 SInt32 tempOffset local
3513 SInt32 tempOffset = *offset; local
[all...]
/macosx-10.10/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFWIPBusInterface.h583 void moveMbufWithOffset(SInt32 tempOffset, mbuf_t *srcm, vm_address_t *src, SInt32 *srcLen);

Completed in 96 milliseconds