Home
last modified time | relevance | path

Searched defs:buffer (Results 1651 - 1675 of 3769) sorted by relevance

1...<<61626364656667686970>>...151

/third_party/node/deps/uv/src/unix/
H A Dpipe.c302 int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getsockname() argument
307 int uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getpeername() argument
258 uv__pipe_getsockpeername(const uv_pipe_t* handle, uv__peersockfunc func, char* buffer, size_t* size) uv__pipe_getsockpeername() argument
/third_party/node/deps/uv/src/win/
H A Dgetaddrinfo.c399 int uv_if_indextoname(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoname() argument
445 int uv_if_indextoiid(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoiid() argument
H A Dprocess-stdio.c172 BYTE* buffer; in uv__stdio_create() local
357 uv__stdio_destroy(BYTE* buffer) uv__stdio_destroy() argument
372 uv__stdio_noinherit(BYTE* buffer) uv__stdio_noinherit() argument
385 uv__stdio_verify(BYTE* buffer, WORD size) uv__stdio_verify() argument
409 uv__stdio_size(BYTE* buffer) uv__stdio_size() argument
414 uv__stdio_handle(BYTE* buffer, int fd) uv__stdio_handle() argument
[all...]
/third_party/libcoap/man/
H A Dexamples-code-check.c150 char buffer[1024]; in check_synopsis() local
213 decode_synopsis_definition(FILE *fpheader, const char *buffer, int in_synopsis) { in decode_synopsis_definition() argument
388 char buffer[1024]; main() local
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dstyled_str.rs313 let mut buffer = termcolor::Buffer::ansi(); in fmt() variables
[all...]
/third_party/python/Python/
H A Dsuggestions.c43 static size_t buffer[MAX_STRING_SIZE]; in levenshtein_distance() local
/third_party/openssl/test/testutil/
H A Dformat_output.c279 unsigned char buffer[MEM_BUFFER_SIZE * 2], *bufp = buffer; in test_fail_bignum_common() local
/third_party/pcre2/pcre2/src/
H A Dpcre2_substring.c73 pcre2_substring_copy_byname(pcre2_match_data *match_data, PCRE2_SPTR stringname, PCRE2_UCHAR *buffer, PCRE2_SIZE *sizeptr) pcre2_substring_copy_byname() argument
121 pcre2_substring_copy_bynumber(pcre2_match_data *match_data, uint32_t stringnumber, PCRE2_UCHAR *buffer, PCRE2_SIZE *sizeptr) pcre2_substring_copy_bynumber() argument
[all...]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DCodedInputStreamTest.cs377 public override int Read(byte[] buffer, int offset, int count) in Read() argument
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedOutputStream.cs68 private readonly byte[] buffer; field in Google.Protobuf.CodedOutputStream
88 private CodedOutputStream(byte[] buffer, int offset, int length) in CodedOutputStream() argument
98 private CodedOutputStream(Stream output, byte[] buffer, bool leaveOpen) in CodedOutputStream() argument
[all...]
H A DParsingPrimitives.cs63 public static int ParseLength(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseLength() argument
72 public static uint ParseTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseTag() argument
132 public static bool MaybeConsumeTag(ref ReadOnlySpan<byte> buffer, re argument
147 PeekTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) PeekTag() argument
164 ParseRawVarint64(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ParseRawVarint64() argument
193 ParseRawVarint64SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ParseRawVarint64SlowPath() argument
218 ParseRawVarint32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ParseRawVarint32() argument
274 ParseRawVarint32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ParseRawVarint32SlowPath() argument
325 ParseRawLittleEndian32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ParseRawLittleEndian32() argument
340 ParseRawLittleEndian32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ParseRawLittleEndian32SlowPath() argument
352 ParseRawLittleEndian64(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ParseRawLittleEndian64() argument
364 ParseRawLittleEndian64SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ParseRawLittleEndian64SlowPath() argument
381 ParseDouble(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ParseDouble() argument
397 ParseFloat(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ParseFloat() argument
410 ParseFloatSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ParseFloatSlow() argument
434 ReadRawBytes(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int size) ReadRawBytes() argument
453 ReadRawBytesSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int size) ReadRawBytesSlow() argument
518 SkipRawBytes(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int size) SkipRawBytes() argument
558 ReadString(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ReadString() argument
568 ReadBytes(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ReadBytes() argument
581 ReadRawString(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int length) ReadRawString() argument
620 ReadStringSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int length) ReadStringSlow() argument
673 ValidateCurrentLimit(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int size) ValidateCurrentLimit() argument
685 ReadRawByte(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ReadRawByte() argument
797 ReadRawBytesIntoSpan(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int length, Span<byte> byteSpan) ReadRawBytesIntoSpan() argument
[all...]
H A DWritingPrimitives.cs56 public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value) in WriteDouble() argument
64 public static unsafe void WriteFloat(ref Span<byte> buffer, ref WriterInternalState state, float value) in WriteFloat() argument
86 private static unsafe void WriteFloatSlowPath(ref Span<byte> buffer, ref WriterInternalState state, float value) in WriteFloatSlowPath() argument
107 WriteUInt64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) WriteUInt64() argument
115 WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) WriteInt64() argument
123 WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) WriteInt32() argument
139 WriteFixed64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) WriteFixed64() argument
147 WriteFixed32(ref Span<byte> buffer, ref WriterInternalState state, uint value) WriteFixed32() argument
155 WriteBool(ref Span<byte> buffer, ref WriterInternalState state, bool value) WriteBool() argument
164 WriteString(ref Span<byte> buffer, ref WriterInternalState state, string value) WriteString() argument
216 WriteBytes(ref Span<byte> buffer, ref WriterInternalState state, ByteString value) WriteBytes() argument
225 WriteUInt32(ref Span<byte> buffer, ref WriterInternalState state, uint value) WriteUInt32() argument
233 WriteEnum(ref Span<byte> buffer, ref WriterInternalState state, int value) WriteEnum() argument
241 WriteSFixed32(ref Span<byte> buffer, ref WriterInternalState state, int value) WriteSFixed32() argument
249 WriteSFixed64(ref Span<byte> buffer, ref WriterInternalState state, long value) WriteSFixed64() argument
257 WriteSInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) WriteSInt32() argument
265 WriteSInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) WriteSInt64() argument
276 WriteLength(ref Span<byte> buffer, ref WriterInternalState state, int length) WriteLength() argument
289 WriteRawVarint32(ref Span<byte> buffer, ref WriterInternalState state, uint value) WriteRawVarint32() argument
322 WriteRawVarint64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) WriteRawVarint64() argument
355 WriteRawLittleEndian32(ref Span<byte> buffer, ref WriterInternalState state, uint value) WriteRawLittleEndian32() argument
370 WriteRawLittleEndian32SlowPath(ref Span<byte> buffer, ref WriterInternalState state, uint value) WriteRawLittleEndian32SlowPath() argument
378 WriteRawLittleEndian64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) WriteRawLittleEndian64() argument
393 WriteRawLittleEndian64SlowPath(ref Span<byte> buffer, ref WriterInternalState state, ulong value) WriteRawLittleEndian64SlowPath() argument
405 WriteRawByte(ref Span<byte> buffer, ref WriterInternalState state, byte value) WriteRawByte() argument
418 WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] value) WriteRawBytes() argument
426 WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] value, int offset, int length) WriteRawBytes() argument
434 WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, ReadOnlySpan<byte> value) WriteRawBytes() argument
472 WriteTag(ref Span<byte> buffer, ref WriterInternalState state, int fieldNumber, WireFormat.WireType type) WriteTag() argument
480 WriteTag(ref Span<byte> buffer, ref WriterInternalState state, uint tag) WriteTag() argument
488 WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1) WriteRawTag() argument
496 WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2) WriteRawTag() argument
510 WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2) WriteRawTagSlowPath() argument
519 WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) WriteRawTag() argument
534 WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) WriteRawTagSlowPath() argument
544 WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4) WriteRawTag() argument
561 WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4) WriteRawTagSlowPath() argument
572 WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4, byte b5) WriteRawTag() argument
589 WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4, byte b5) WriteRawTagSlowPath() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DParseRawPrimitivesBenchmark.cs364 private static void InitializeParseContext(byte[] buffer, out ParseContext ctx) in InitializeParseContext() argument
369 InitializeParseContext(ReadOnlySequence<byte> buffer, out ParseContext ctx) InitializeParseContext() argument
[all...]
/third_party/pulseaudio/sonic/
H A Dwave.c325 readFromWaveFile( waveFile file, short *buffer, int maxSamples) readFromWaveFile() argument
349 writeToWaveFile( waveFile file, short *buffer, int numSamples) writeToWaveFile() argument
/third_party/pulseaudio/src/modules/jack/
H A Dmodule-jack-sink.c87 void *buffer[PA_CHANNELS_MAX]; member
H A Dmodule-jack-source.c159 const void *buffer[PA_CHANNELS_MAX]; in jack_process() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDescriptorSetTests.cpp369 de::MovePtr<BufferWithMemory> buffer; in descriptorSetLayoutBindingOrderingTest() local
[all...]
H A DvktApiNullHandleTests.cpp42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryProceduralGeometryTests.cpp224 void RayQueryProceduralGeometryTestBase::clearBuffer(de::SharedPtr<BufferWithMemory> buffer, VkDeviceSize bufferSize) in clearBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.hpp167 BufferSp buffer; member in vkt::SpirVAssembly::Resource
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOCornerCase.cpp109 deUint32 buffer; member
116 de::MovePtr<vk::Allocation> allocateAndBindMemory (Context &context, vk::VkBuffer buffer, vk::MemoryRequirement memReqs, vk::VkDeviceSize* allocationSize = DE_NULL) in allocateAndBindMemory() argument
177 vk::Move<vk::VkBuffer> buffer; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDescriptorSetTests.cpp369 de::MovePtr<BufferWithMemory> buffer; in descriptorSetLayoutBindingOrderingTest() local
[all...]
H A DvktApiNullHandleTests.cpp42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DProgramPrelude.cpp3025 static std::pair<Name, bool> MaskTemplateArgs(const Name &name, size_t bufferSize, char *buffer) in MaskTemplateArgs() argument
3830 char buffer[32]; in visitOperator() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DHLSLCompiler.cpp369 LPCVOID buffer = shaderBinary->GetBufferPointer(); in disassembleBinary() local

Completed in 20 milliseconds

1...<<61626364656667686970>>...151