Home
last modified time | relevance | path

Searched defs:buffer (Results 2326 - 2350 of 3556) sorted by relevance

1...<<919293949596979899100>>...143

/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h476 FastIntToBuffer(int i, char* buffer) FastIntToBuffer() argument
480 FastUIntToBuffer(unsigned int i, char* buffer) FastUIntToBuffer() argument
484 FastLongToBuffer(long i, char* buffer) FastLongToBuffer() argument
488 FastULongToBuffer(unsigned long i, char* buffer) FastULongToBuffer() argument
515 FastUInt32ToBuffer(uint32 i, char* buffer) FastUInt32ToBuffer() argument
519 FastUInt64ToBuffer(uint64 i, char* buffer) FastUInt64ToBuffer() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc442 char buffer[1] = ""; in TEST_F() local
/third_party/python/Modules/
H A D_bz2module.c21 OutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, Py_ssize_t max_length, in OutputBuffer_InitAndGrow() argument
35 OutputBuffer_Grow(_BlocksOutputBuffer *buffer, in OutputBuffer_Grow() argument
47 OutputBuffer_GetDataSize(_BlocksOutputBuffer *buffer, uint32_t avail_out) in OutputBuffer_GetDataSize() argument
53 OutputBuffer_Finish(_BlocksOutputBuffer *buffer, uint32_t avail_out) in OutputBuffer_Finish() argument
59 OutputBuffer_OnError(_BlocksOutputBuffer *buffer) in OutputBuffer_OnError() argument
178 _BlocksOutputBuffer buffer = {.list = NULL}; compress() local
442 _BlocksOutputBuffer buffer = {.list = NULL}; decompress_buf() local
[all...]
H A Dsha256module.c74 static void longReverse(SHA_INT32 *buffer, int byteCount) in longReverse() argument
273 sha_update(SHAobject *sha_info, SHA_BYTE *buffer, Py_ssize_t count) in sha_update() argument
[all...]
/third_party/python/Modules/_io/
H A Dwinconsoleio.c734 _io__WindowsConsoleIO_readinto_impl(winconsoleio *self, Py_buffer *buffer) _io__WindowsConsoleIO_readinto_impl() argument
[all...]
H A Dfileio.c636 _io_FileIO_readinto_impl(fileio *self, Py_buffer *buffer) argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_ring_test.cc954 std::string buffer = absl::StrCat(flats[0], flats[1], flats[2]); in TEST_P() local
H A Dcord_test.cc287 char* buffer = new char[size]; in MakeExternalCord() local
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp500 GrGLint buffer; in MakeOnScreenGLSurface() local
/third_party/skia/include/third_party/skcms/
H A Dskcms.h164 const uint8_t* buffer; member
/third_party/skia/gm/
H A Dexoticformats.cpp36 static inline uint32_t get_uint(uint8_t* buffer, uint32_t i) { in get_uint() argument
/third_party/rust/crates/nix/test/sys/
H A Dtest_socket.rs2224 let mut buffer in test_recvmsg_timestampns() variables
2279 let mut buffer = vec![0u8; message.len()]; test_recvmmsg_timestampns() variables
2361 let mut buffer = vec![0u8; message.len()]; test_recvmsg_rxq_ovfl() variables
[all...]
/third_party/rust/crates/serde/serde/src/ser/
H A Dimpls.rs758 let mut buffer = [0u8; $max]; variables
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fLifetimeTests.cpp155 void ScaleProgram::setPos (GLuint buffer, GLuint vao) in setPos() argument
232 void initBuffer (const Functions& gl, GLuint seed, GLenum usage, GLuint buffer) in initBuffer() argument
257 void BufferVAOAttacher::initAttachment (GLuint seed, GLuint buffer) in initAttachment() argument
259 initBuffer(gl(), seed, GL_STATIC_DRAW, buffer); in initAttachment() local
264 void BufferVAOAttacher::attach (GLuint buffer, GLuin argument
272 detach(GLuint buffer, GLuint varr) detach() argument
319 initAttachment(GLuint seed, GLuint buffer) initAttachment() argument
321 initBuffer(gl(), seed, GL_DYNAMIC_READ, buffer); initAttachment() local
326 attach(GLuint buffer, GLuint tf) attach() argument
334 detach(GLuint buffer, GLuint tf) detach() argument
366 drawAttachment(GLuint buffer, Surface& dst) drawAttachment() argument
[all...]
H A Des3fVertexArrayObjectTests.cpp228 GLuint buffer; in init() local
316 deUint8* VertexArrayObjectTest::createRandomBufferData (const BufferSpec& buffer) in createRandomBufferData() argument
812 GLuint buffer; init() local
900 createRandomBufferData(const BufferSpec& buffer) createRandomBufferData() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp71 GLuint buffer = 0x1234; in buffer_data() local
101 GLuint buffer = 0x1234; in buffer_sub_data() local
130 GLuint buffer = 0x1234; buffer_sub_data_size_offset() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBufferTestUtil.cpp218 void BufferCase::deleteBuffer (deUint32 buffer) in deleteBuffer() argument
259 void BufferWriterBase::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint32 targetHint) in write() argument
284 void BufferWriter::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes) in write() argument
292 void BufferWriter::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint32 targetHint) in write() argument
302 void BufferSubDataWriter::write (deUint32 buffer, in argument
307 write(deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint32 target) write() argument
317 write(deUint32 buffer, int offset, int numBytes, const deUint8* bytes) write() argument
322 write(deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint32 target) write() argument
346 verify(deUint32 buffer, const deUint8* reference, int offset, int numBytes, deUint32 targetHint) verify() argument
372 verify(deUint32 buffer, const deUint8* reference, int offset, int numBytes) verify() argument
380 verify(deUint32 buffer, const deUint8* reference, int offset, int numBytes, deUint32 targetHint) verify() argument
390 verify(deUint32 buffer, const deUint8* reference, int offset, int numBytes) verify() argument
395 verify(deUint32 buffer, const deUint8* reference, int offset, int numBytes, deUint32 target) verify() argument
[all...]
H A DglsMemoryStressCase.cpp375 void BufferRenderer::render (deUint32 buffer, int size) in render() argument
667 deUint32 buffer = 0; in allocateBuffer() local
H A DglsStateChangePerfTestCases.cpp246 GLuint buffer; in requireIndexBuffers() local
276 GLuint buffer; in requireCoordBuffers() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingCallableShadersTests.cpp791 const de::MovePtr<BufferWithMemory> buffer = runTest(); in iterate() local
H A DvktRayTracingNullASTests.cpp454 de::MovePtr<BufferWithMemory> buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible)); in runTest() local
515 deUint32 RayTracingBuildTestInstance::validateBuffer (de::MovePtr<BufferWithMemory> buffer) in validateBuffer() argument
537 de::MovePtr<BufferWithMemory> buffer = runTest(deviceHelper); in iterate() local
[all...]
H A DvktRayTracingProceduralGeometryTests.cpp306 void RayTracingProceduralGeometryTestBase::clearBuffer(de::SharedPtr<BufferWithMemory> buffer, VkDeviceSize bufferSize) in clearBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSparseRenderTargetTests.cpp67 createBufferMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkBuffer buffer) createBufferMemory() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp75 Buffer (vk::Move<vk::VkBuffer> buffer, in Buffer() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_ctrl_iface.c35 format_session_state_extra(const union fst_event_extra *extra, char *buffer, size_t size) format_session_state_extra() argument

Completed in 36 milliseconds

1...<<919293949596979899100>>...143