Searched refs:offLen (Results 1 – 1 of 1) sorted by relevance
1678 const UInt offLen = offAddr + sizeof(UInt32); in OutputBig32() local1680 OSWriteBigInt32(vSegList, offLen, (UInt32) segment.fLength); in OutputBig32()1689 const UInt offLen = offAddr + sizeof(UInt32); in OutputLittle32() local1691 OSWriteLittleInt32(vSegList, offLen, (UInt32) segment.fLength); in OutputLittle32()1709 const UInt offLen = offAddr + sizeof(UInt64); in OutputBig64() local1711 OSWriteBigInt64(vSegList, offLen, (UInt64) segment.fLength); in OutputBig64()1720 const UInt offLen = offAddr + sizeof(UInt64); in OutputLittle64() local1722 OSWriteLittleInt64(vSegList, offLen, (UInt64) segment.fLength); in OutputLittle64()