Searched refs:writeBytes (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/bind/tuple/
H A DTupleOutput.java121 public final TupleOutput writeBytes(String val) { method in class:TupleOutput
123 writeBytes(val.toCharArray());
361 public final TupleOutput writeBytes(char[] chars) { method in class:TupleOutput
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIPDT00Emulator.cpp362 dataDesc->writeBytes ( 0, buffer, *dataLen );
419 dataDesc->writeBytes ( 0, fInquiryData, *dataLen );
442 dataDesc->writeBytes ( 0, &data, *dataLen );
478 dataDesc->writeBytes ( 0, &fMemory[byteOffset], *dataLen );
555 dataDesc->writeBytes ( 0, &header, *dataLen );
585 dataDesc->writeBytes ( 0, &header, *dataLen );
H A DAppleSCSIPDT03Emulator.cpp240 dataDesc->writeBytes ( 0, &sInquiryData, *dataLen );
H A DAppleSCSITargetEmulator.cpp638 dataDesc->writeBytes ( 0, fLUNReportBuffer, *dataLen );
714 dataDesc->writeBytes ( 0, &gInquiryData, *dataLen );
814 dataDesc->writeBytes ( 0, fLUNReportBuffer, *dataLen );
886 dataDesc->writeBytes ( 0, &gInquiryData, *dataLen );
/macosx-10.9.5/AppleUSBIrDA-145.2.4/
H A DIrDAUser.cpp201 ct = md->writeBytes(0, info->hdr, info->hdrSize);
204 ct = md->writeBytes(info->hdrSize, info->eventLog, info->eventLogSize);
207 ct = md->writeBytes(info->hdrSize+info->eventLogSize, info->msgBuffer, info->msgBufferSize);
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkData.h184 /*! @function writeBytes
194 virtual bool writeBytes(const void * srcBuffer,
H A DIONetworkData.cpp337 bool IONetworkData::writeBytes(const void * srcBuffer, function in class:IONetworkData
531 (writeBytes(srcBuffer, srcBufferSize, writeOffset) == false) )
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUserVectorCommand.cpp303 fResultDesc->writeBytes( fResultOffset, &result, sizeof(CommandSubmitResult) );
348 fResultDesc->writeBytes( fResultOffset, &result, sizeof(CommandSubmitResult) );
H A DIOFWReadCommand.cpp63 fMemDesc->writeBytes(fBytesTransferred, data, size);
H A DIOFWPhysicalAddressSpace.cpp471 getMemoryDescriptor()->writeBytes( pos + (address - phys), buf, len);
472 getDMACommand()->writeBytes( pos + (address - phys), buf, len );
H A DIOFWRingBufferQ.cpp176 if ( fMemDescriptor->writeBytes(offset, bytes, size) == 0 ) // write 'bytes' into queue at insertion offset
H A DIOFWUserAsyncStreamListener.cpp387 fPacketQueueBuffer->writeBytes(destOffset, buf, len) ;
H A DIOFWPseudoAddressSpace.cpp241 space->fDesc->writeBytes(addr.addressLo - space->fBase.addressLo, buf, len);
H A DIOFWAsyncStreamReceiver.cpp654 IOByteCount bytesWritten = receiver->fBufDesc->writeBytes(offset, (void*)pPacket->ranges[index].address, pPacket->ranges[index].length);
H A DIOFWUserPseudoAddressSpace.cpp924 fDesc->writeBytes( inPacketHeader->IncomingPacket.addrLo - fAddress.addressLo,
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp127 void writeBytes(const char *Bytes, int Size) { function in class:__anon10558::GCOVRecord
132 writeBytes(reinterpret_cast<char*>(&i), 4);
147 writeBytes(s.data(), s.size());
152 writeBytes("\0\0\0\0", 4 - (s.size() % 4));
220 writeBytes(LinesTag, 4);
264 writeBytes(FunctionTag, 4);
295 writeBytes(BlockTag, 4);
308 writeBytes(EdgeTag, 4);
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java269 case 0: out.writeBytes(val); break;
270 case 1: out.writeBytes(new String(val)); break;
294 out.writeBytes("abc");
295 out.writeBytes("defg");
303 out.writeBytes("abc");
304 out.writeBytes("defg");
305 out.writeBytes("hijkl");
H A DTupleOrderingTest.java208 out.writeBytes(DATA[i]);
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIODMACommand.h329 /*! @function writeBytes
337 UInt64 writeBytes(UInt64 offset, const void *bytes, UInt64 length);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDPointingDevice.cpp411 report->writeBytes(0, _report->getBytesNoCopy(), min(report->getLength(), _report->getLength()));
H A DIOHIDKeyboardDevice.cpp435 report->writeBytes(0, _report->getBytesNoCopy(), min(report->getLength(), _report->getLength()));
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2ORB.cpp438 descriptor->writeBytes( offset, fORBBuffer, orbLength );
459 descriptor->writeBytes( offset, &pte, sizeof(FWSBP2PTE) );
1425 fPageTableDescriptor->writeBytes( (pte-1) * sizeof(FWSBP2PTE), &entry, sizeof(FWSBP2PTE) );
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp650 writeBytes(offset, bytes, actualBytesToCopy);
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUserClient.cpp1056 pUCAsyncCommand->fMem->writeBytes(kAsyncCmdSharedBufInterimRespOffset,
1063 pUCAsyncCommand->fMem->writeBytes(kAsyncCmdSharedBufFinalRespOffset,
/macosx-10.9.5/CF-855.17/
H A DCFBinaryPList.c170 static void writeBytes(__CFBinaryPlistWriteBuffer *buf, const UInt8 *bytes, CFIndex length) { function
207 writeBytes(buf, buf->buffer, buf->used);
215 writeBytes(buf, buffer, count);
230 writeBytes(buf, buf->buffer, sizeof(buf->buffer));

Completed in 187 milliseconds

12