Home
last modified time | relevance | path

Searched defs:numBytes (Results 1 – 25 of 133) sorted by relevance

123456

/external/deqp/framework/delibs/debase/
DdeMemory.h51 DE_INLINE void deMemset (void* ptr, int value, int numBytes) in deMemset()
57 DE_INLINE int deMemCmp (const void* a, const void* b, int numBytes) in deMemCmp()
69 DE_INLINE void* deMemcpy (void* dst, const void* src, int numBytes) in deMemcpy()
74 DE_INLINE void* deMemmove (void* dst, const void* src, int numBytes) in deMemmove()
DdeMemory.c46 void* deMalloc (int numBytes) in deMalloc()
76 void* deCalloc (int numBytes) in deCalloc()
84 void* deAlignedMalloc (int numBytes, int alignBytes) in deAlignedMalloc()
106 void* deRealloc (void* ptr, int numBytes) in deRealloc()
DdeString.c70 deUint32 deMemoryHash (const void* ptr, int numBytes) in deMemoryHash()
83 deBool deMemoryEqual (const void* ptr, const void* cmp, int numBytes) in deMemoryEqual()
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp68 void fillWithRandomBytes (deUint8* ptr, int numBytes, deUint32 seed) in fillWithRandomBytes()
73 …l compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes) in compareByteArrays()
233 void ReferenceBuffer::setSize (int numBytes) in setSize()
238 void ReferenceBuffer::setData (int numBytes, const deUint8* bytes) in setData()
244 void ReferenceBuffer::setSubData (int offset, int numBytes, const deUint8* bytes) in setSubData()
259 void BufferWriterBase::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUi… in write()
284 void BufferWriter::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes) in write()
292 void BufferWriter::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint32… in write()
302 void BufferSubDataWriter::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes) in write()
307 void BufferSubDataWriter::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, d… in write()
[all …]
/external/deqp/framework/delibs/decpp/
DdeRingBuffer.cpp63 int numBytes = rnd.getInt(1, buffer.getNumElements()); in RingBuffer_selfTest() local
77 int numBytes = rnd.getInt(1, de::min(dataSize-writePos, buffer.getNumFree())); in RingBuffer_selfTest() local
DdeMemPool.hpp86 inline void* MemPool::alloc (deUintptr numBytes) in alloc()
96 inline void* MemPool::alignedAlloc (deUintptr numBytes, deUint32 alignBytes) in alignedAlloc()
/external/deqp/executor/
DxeBatchExecutor.cpp281 void BatchExecutor::onTestLogData (const deUint8* bytes, int numBytes) in onTestLogData()
294 void BatchExecutor::onInfoLogData (const deUint8* bytes, int numBytes) in onInfoLogData()
356 void BatchExecutor::enqueueTestLogData (void* userPtr, const deUint8* bytes, int numBytes) in enqueueTestLogData()
368 void BatchExecutor::enqueueInfoLogData (void* userPtr, const deUint8* bytes, int numBytes) in enqueueInfoLogData()
396 int numBytes; in dispatchTestLogData() local
407 int numBytes; in dispatchInfoLogData() local
DxeCallQueue.cpp163 void CallReader::read (deUint8* bytes, int numBytes) in read()
170 const deUint8* CallReader::getDataBlock (int numBytes) in getDataBlock()
212 void CallWriter::write (const deUint8* bytes, int numBytes) in write()
DxeTestLogWriter.cpp181 int numBytes; member in xe::Base64Formatter
198 int numBytes = fmt.numBytes; in operator <<() local
229 inline Base64Formatter toBase64 (const deUint8* bytes, int numBytes) { return Base64Formatter(bytes… in toBase64()
DxeContainerFormatParser.cpp65 void ContainerFormatParser::feed (const deUint8* bytes, int numBytes) in feed()
109 void ContainerFormatParser::getData (deUint8* dst, int numBytes, int offset) in getData()
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/session/
DSession.java65 public void sendData(byte[] data, int numBytes); in sendData()
79 public byte[] readData(int numBytes); in readData()
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/session/
DSession.java65 public void sendData(byte[] data, int numBytes); in sendData()
79 public byte[] readData(int numBytes); in readData()
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
DSession.java65 public void sendData(byte[] data, int numBytes); in sendData()
79 public byte[] readData(int numBytes); in readData()
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/session/
DSession.java65 public void sendData(byte[] data, int numBytes); in sendData()
79 public byte[] readData(int numBytes); in readData()
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp70 void fillWithRandomBytes (deUint8* ptr, int numBytes, deUint32 seed) in fillWithRandomBytes()
75 …l compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes) in compareByteArrays()
221 void ReferenceBuffer::setSize (int numBytes) in setSize()
226 void ReferenceBuffer::setData (int numBytes, const deUint8* bytes) in setData()
232 void ReferenceBuffer::setSubData (int offset, int numBytes, const deUint8* bytes) in setSubData()
266 bool BufferVerifier::verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes) in verify()
407 bool VertexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes) in verify()
568 bool IndexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes) in verify()
/external/deqp/framework/delibs/dethread/win32/
DdeThreadWin32.c119 static SYSTEM_LOGICAL_PROCESSOR_INFORMATION* getWin32ProcessorInfo (deUint32* numBytes) in getWin32ProcessorInfo()
158 …cessorInfo (ProcessorInfo* dst, const SYSTEM_LOGICAL_PROCESSOR_INFORMATION* src, deUint32 numBytes) in parseWin32ProcessorInfo()
182 deUint32 numBytes = 0; in getProcessorInfo() local
/external/clang/test/CodeGenObjC/
Dns-constant-strings.m12 unsigned int numBytes; field
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DRandomImpl.java45 protected byte[] engineGenerateSeed(int numBytes) { in engineGenerateSeed()
/external/deqp/execserver/
DxsPosixFileReader.hpp45 int read (deUint8* dst, int numBytes) { return m_buf.tryRead(numBytes, dst); } in read()
/external/clang/test/SemaObjC/
Dobjc-string-constant.m19 int numBytes; field
/external/guava/guava-tests/test/com/google/common/base/
DUtf8Test.java282 private static void testBytes(int numBytes, long expectedCount) { in testBytes()
298 private static void testBytes(int numBytes, long expectedCount, long start, in testBytes()
/external/deqp/framework/delibs/depool/
DdeMemPool.c426 DE_INLINE void* deMemPool_allocInternal (deMemPool* pool, int numBytes, deUint32 alignBytes) in deMemPool_allocInternal()
499 void* deMemPool_alloc (deMemPool* pool, int numBytes) in deMemPool_alloc()
517 void* deMemPool_alignedAlloc (deMemPool* pool, int numBytes, deUint32 alignBytes) in deMemPool_alignedAlloc()
536 void* deMemPool_memDup (deMemPool* pool, const void* ptr, int numBytes) in deMemPool_memDup()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLRandom.java46 protected byte[] engineGenerateSeed(int numBytes) { in engineGenerateSeed()
/external/gptfdisk/
Ddiskio-windows.cc215 int DiskIO::Read(void* buffer, int numBytes) { in Read()
259 int DiskIO::Write(void* buffer, int numBytes) { in Write()
Ddiskio-unix.cc295 int DiskIO::Read(void* buffer, int numBytes) { in Read()
338 int DiskIO::Write(void* buffer, int numBytes) { in Write()

123456