/external/deqp/framework/delibs/debase/ |
D | deMemory.h | 52 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()
|
D | deMemory.c | 60 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
|
D | deString.c | 70 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/ |
D | glsBufferTestUtil.cpp | 68 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/ |
D | deRingBuffer.cpp | 63 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
|
D | deMemPool.hpp | 86 inline void* MemPool::alloc (deUintptr numBytes) in alloc() 96 inline void* MemPool::alignedAlloc (deUintptr numBytes, deUint32 alignBytes) in alignedAlloc()
|
/external/deqp/executor/ |
D | xeBatchExecutor.cpp | 287 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
|
D | xeCallQueue.cpp | 178 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()
|
D | xeTestLogWriter.cpp | 181 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()
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/session/ |
D | Session.java | 65 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/ |
D | Session.java | 65 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/ |
D | Session.java | 65 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/ |
D | Session.java | 65 public void sendData(byte[] data, int numBytes); in sendData() 79 public byte[] readData(int numBytes); in readData()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 70 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/ |
D | deThreadWin32.c | 119 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/ |
D | vktSpvAsmComputeShaderCase.cpp | 52 …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/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | BufferUtils.java | 226 int numBytes = elementsToBytes(src, numElements); in copy() local 466 public static ByteBuffer newByteBuffer (int numBytes) { in newByteBuffer() 516 public static ByteBuffer newUnsafeByteBuffer (int numBytes) { in newUnsafeByteBuffer() 563 private static native ByteBuffer newDisposableByteBuffer (int numBytes); /* in newDisposableByteBuffer() 572 public static native void clear (ByteBuffer buffer, int numBytes); /* in clear() 580 …native static void copyJni (byte[] src, int srcOffset, Buffer dst, int dstOffset, int numBytes); /* in copyJni() 584 …native static void copyJni (char[] src, int srcOffset, Buffer dst, int dstOffset, int numBytes); /* in copyJni() 588 …ative static void copyJni (short[] src, int srcOffset, Buffer dst, int dstOffset, int numBytes); /* in copyJni() 592 … native static void copyJni (int[] src, int srcOffset, Buffer dst, int dstOffset, int numBytes); /* in copyJni() 596 …native static void copyJni (long[] src, int srcOffset, Buffer dst, int dstOffset, int numBytes); /* in copyJni() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | ns-constant-strings.m | 12 unsigned int numBytes; field
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
D | RandomImpl.java | 45 protected byte[] engineGenerateSeed(int numBytes) { in engineGenerateSeed()
|
/external/clang/test/SemaObjC/ |
D | objc-string-constant.m | 19 int numBytes; field
|
/external/deqp/execserver/ |
D | xsPosixFileReader.hpp | 45 int read (deUint8* dst, int numBytes) { return m_buf.tryRead(numBytes, dst); } in read()
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | Utf8Test.java | 281 private static void testBytes(int numBytes, long expectedCount) { in testBytes() 297 private static void testBytes(int numBytes, long expectedCount, long start, in testBytes()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLRandom.java | 46 protected byte[] engineGenerateSeed(int numBytes) { in engineGenerateSeed()
|
/external/deqp/framework/delibs/depool/ |
D | deMemPool.c | 426 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/gptfdisk/ |
D | diskio-windows.cc | 215 int DiskIO::Read(void* buffer, int numBytes) { in Read() 259 int DiskIO::Write(void* buffer, int numBytes) { in Write()
|