Home
last modified time | relevance | path

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

123456

/external/deqp/framework/delibs/debase/
DdeMemory.c60 void* deMalloc (size_t numBytes) in deMalloc()
90 void* deCalloc (size_t numBytes) in deCalloc()
104 void* deRealloc (void* ptr, size_t numBytes) in deRealloc()
123 size_t numBytes; member
136 void* deAlignedMalloc (size_t numBytes, size_t alignBytes) in deAlignedMalloc()
183 void* deAlignedRealloc (void* ptr, size_t numBytes, size_t alignBytes) in deAlignedRealloc()
275 size_t numBytes; in deMemory_selfTest() member
DdeMemory.h52 DE_INLINE void deMemset (void* ptr, int value, size_t numBytes) in deMemset()
58 DE_INLINE int deMemCmp (const void* a, const void* b, size_t numBytes) in deMemCmp()
70 DE_INLINE void* deMemcpy (void* dst, const void* src, size_t numBytes) in deMemcpy()
75 DE_INLINE void* deMemmove (void* dst, const void* src, size_t numBytes) in deMemmove()
DdeString.c70 deUint32 deMemoryHash (const void* ptr, size_t numBytes) in deMemoryHash()
83 deBool deMemoryEqual (const void* ptr, const void* cmp, size_t 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/executor/
DxeBatchExecutor.cpp287 void BatchExecutor::onTestLogData (const deUint8* bytes, size_t numBytes) in onTestLogData()
300 void BatchExecutor::onInfoLogData (const deUint8* bytes, size_t numBytes) in onInfoLogData()
362 void BatchExecutor::enqueueTestLogData (void* userPtr, const deUint8* bytes, size_t numBytes) in enqueueTestLogData()
374 void BatchExecutor::enqueueInfoLogData (void* userPtr, const deUint8* bytes, size_t numBytes) in enqueueInfoLogData()
402 size_t numBytes; in dispatchTestLogData() local
413 size_t numBytes; in dispatchInfoLogData() local
DxeCallQueue.cpp178 void CallReader::read (deUint8* bytes, size_t numBytes) in read()
185 const deUint8* CallReader::getDataBlock (size_t numBytes) in getDataBlock()
232 void CallWriter::write (const deUint8* bytes, size_t 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()
DxeXMLParser.cpp82 void Tokenizer::feed (const deUint8* bytes, int numBytes) in feed()
373 void Parser::feed (const deUint8* bytes, int numBytes) in feed()
DxeContainerFormatParser.cpp65 void ContainerFormatParser::feed (const deUint8* bytes, size_t numBytes) in feed()
109 void ContainerFormatParser::getData (deUint8* dst, int numBytes, int offset) in getData()
/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/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/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/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp52 …DeviceInterface& vkdi, const VkDevice& device, Allocator& allocator, size_t numBytes, AllocationMp… in createBufferAndBindMemory()
76 …eviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, const void* … in setMemory()
84 …eviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, deUint8 valu… in fillMemoryWithValue()
311 const size_t numBytes = input->getNumBytes(); in iterate() local
324 const size_t numBytes = output->getNumBytes(); in iterate() local
/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/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.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/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/deqp/framework/delibs/depool/
DdeMemPool.c426 DE_INLINE void* deMemPool_allocInternal (deMemPool* pool, size_t numBytes, deUint32 alignBytes) in deMemPool_allocInternal()
499 void* deMemPool_alloc (deMemPool* pool, size_t numBytes) in deMemPool_alloc()
517 void* deMemPool_alignedAlloc (deMemPool* pool, size_t numBytes, deUint32 alignBytes) in deMemPool_alignedAlloc()
536 void* deMemPool_memDup (deMemPool* pool, const void* ptr, size_t numBytes) in deMemPool_memDup()
/external/guava/guava-tests/test/com/google/common/base/
DUtf8Test.java281 private static void testBytes(int numBytes, long expectedCount) { in testBytes()
297 private static void testBytes(int numBytes, long expectedCount, long start, in testBytes()
/external/clang/test/CodeGenObjC/
Dns-constant-strings.m12 unsigned int numBytes; field
/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()
/external/deqp/execserver/
DxsWin32TestProcess.hpp121 int read (deUint8* dst, int numBytes) { return m_logBuffer.tryRead(numBytes, dst); } in read()
193 …virtual int readInfoLog (deUint8* dst, int numBytes) { return m_infoBuffer.tryRead(numBytes,… in readInfoLog()
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DRandomImpl.java45 protected byte[] engineGenerateSeed(int numBytes) { in engineGenerateSeed()

123456