Home
last modified time | relevance | path

Searched defs:buffer (Results 126 - 150 of 3556) sorted by relevance

12345678910>>...143

/third_party/node/deps/v8/src/base/
H A Dfile-utils.cc24 auto buffer = std::make_unique<char[]>(basename_start + name_length + 1); in RelativePath() local
/third_party/node/deps/v8/src/third_party/utf8-decoder/
H A Dutf8-decoder.h24 static inline void Decode(uint8_t byte, State* state, uint32_t* buffer) { in Decode() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_suballoc.h49 struct pipe_resource *buffer; /* The buffer we suballocate from. */ member
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dnameservercheck_server.c41 char buffer[] = "test.check.platform.com A 111.111.11.11"; in main() local
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dsetlinebuf.c33 char buffer[BUFSIZ]; in setlinebuf_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/stdio/stdio_gtest/
H A Dstdio_ferror_unlocked_test.cpp26 char buffer[BUFSIZ]; in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dmemmem.c27 const char buffer[] = "musl test"; in memmem_0100() local
48 const char buffer[] = "musl test"; in memmem_0200() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dwcsftime.c31 wchar_t buffer[80]; in wcsftime_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dpwrite.c38 char buffer[TEST_BUFFER_SIZE]; in pwrite_0100() local
H A Dread.c29 char buffer[1024] = {0}; in read_0100() local
/third_party/musl/libc-test/src/functionalext/time/
H A Dstrftime_l.c46 char buffer[gBufferSize]; in strftime_l_0100() local
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_cpu_x86.c41 unsigned char *buffer; in ossl_prov_acquire_entropy_from_cpu() local
/third_party/node/deps/uv/src/unix/
H A Daix-common.c60 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() argument
H A Dno-proctitle.c39 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() argument
/third_party/rust/crates/aho-corasick/src/
H A Dbuffer.rs62 pub fn buffer(&self) -> &[u8] { buffer() functions
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_error.c297 pcre2_get_error_message(int enumber, PCRE2_UCHAR *buffer, PCRE2_SIZE size) in pcre2_get_error_message() argument
/third_party/pulseaudio/src/tests/
H A Dstripnul.c46 uint8_t buffer[MAX_BUFFER], *p; in main() local
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_x11.cpp38 char *buffer = nullptr; in GetNvidiaDriverVersionWithXNVCtrl() local
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_image_test.cc214 auto* buffer = buffers[0].get(); in TEST_F() local
238 auto* buffer = buffers[0].get(); in TEST_F() local
262 auto* buffer = buffers[0].get(); TEST_F() local
303 auto* buffer = buffers[0].get(); TEST_F() local
333 auto* buffer = buffers[0].get(); TEST_F() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dindex_buffer.cc30 Result IndexBuffer::SendIndexData(CommandBuffer* command, Buffer* buffer) { in SendIndexData() argument
[all...]
H A Dpush_constant.h57 const Buffer* buffer = nullptr; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDisplayVkLinux.cpp20 createExternalImageSibling( const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
/third_party/skia/src/core/
H A DSkBuffer.cpp24 bool SkRBuffer::read(void* buffer, size_t size) { in read() argument
52 void SkWBuffer::writeNoSizeCheck(const void* buffer, size_t size) { in writeNoSizeCheck() argument
H A DSkMD5.h39 uint8_t buffer[64]; // input buffer member in SkMD5
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DStream.hpp24 const void *buffer = nullptr; member

Completed in 8 milliseconds

12345678910>>...143