| /third_party/node/deps/uv/src/unix/ |
| H A D | pipe.c | 302 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 D | getaddrinfo.c | 399 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 D | process-stdio.c | 172 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 D | examples-code-check.c | 150 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 D | styled_str.rs | 313 let mut buffer = termcolor::Buffer::ansi(); in fmt() variables [all...] |
| /third_party/python/Python/ |
| H A D | suggestions.c | 43 static size_t buffer[MAX_STRING_SIZE]; in levenshtein_distance() local
|
| /third_party/openssl/test/testutil/ |
| H A D | format_output.c | 279 unsigned char buffer[MEM_BUFFER_SIZE * 2], *bufp = buffer; in test_fail_bignum_common() local
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_substring.c | 73 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 D | CodedInputStreamTest.cs | 377 public override int Read(byte[] buffer, int offset, int count)
in Read() argument
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | CodedOutputStream.cs | 68 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 D | ParsingPrimitives.cs | 63 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 D | WritingPrimitives.cs | 56 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 D | ParseRawPrimitivesBenchmark.cs | 364 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 D | wave.c | 325 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 D | module-jack-sink.c | 87 void *buffer[PA_CHANNELS_MAX]; member
|
| H A D | module-jack-source.c | 159 const void *buffer[PA_CHANNELS_MAX]; in jack_process() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiDescriptorSetTests.cpp | 369 de::MovePtr<BufferWithMemory> buffer; in descriptorSetLayoutBindingOrderingTest() local [all...] |
| H A D | vktApiNullHandleTests.cpp | 42 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 D | vktRayQueryProceduralGeometryTests.cpp | 224 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 D | vktSpvAsmUtils.hpp | 167 BufferSp buffer; member in vkt::SpirVAssembly::Resource [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
| H A D | vktSSBOCornerCase.cpp | 109 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 D | vktApiDescriptorSetTests.cpp | 369 de::MovePtr<BufferWithMemory> buffer; in descriptorSetLayoutBindingOrderingTest() local [all...] |
| H A D | vktApiNullHandleTests.cpp | 42 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 D | ProgramPrelude.cpp | 3025 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 D | HLSLCompiler.cpp | 369 LPCVOID buffer = shaderBinary->GetBufferPointer(); in disassembleBinary() local
|