Searched defs:inLength (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSData.cpp94 bool OSData::initWithBytes(const void *bytes, unsigned int inLength) argument
106 bool OSData::initWithBytesNoCopy(void *bytes, unsigned int inLength) argument
123 initWithData(const OSData *inData, unsigned int start, unsigned int inLength) argument
146 withBytes(const void *bytes, unsigned int inLength) argument
157 withBytesNoCopy(void *bytes, unsigned int inLength) argument
181 withData(const OSData *inData, unsigned int start, unsigned int inLength) argument
250 appendBytes(const void *bytes, unsigned int inLength) argument
274 appendByte(unsigned char byte, unsigned int inLength) argument
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp629 initWithBytes(const void * inBytes, vm_size_t inLength, IODirection inDirection, bool inContiguous) argument
656 withBytes(const void * inBytes, vm_size_t inLength, IODirection inDirection, bool inContiguous) argument

Completed in 10 milliseconds