Home
last modified time | relevance | path

Searched defs:buffer (Results 3051 - 3075 of 4436) sorted by relevance

1...<<121122123124125126127128129130>>...178

/third_party/skia/third_party/externals/icu/source/common/
H A Dloclikely.cpp53 findLikelySubtags(const char* localeID, char* buffer, int32_t bufferLength, UErrorCode* err) findLikelySubtags() argument
121 appendTag( const char* tag, int32_t tagLength, char* buffer, int32_t* bufferLength, UBool withSeparator) appendTag() argument
1185 do_canonicalize(const char* localeID, char* buffer, int32_t bufferCapacity, UErrorCode* err) do_canonicalize() argument
[all...]
H A Ducnvsel.cpp466 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status) { in ucnvsel_openFromSerialized() argument
283 ucnvsel_serialize(const UConverterSelector* sel, void* buffer, int32_t bufferCapacity, UErrorCode* status) ucnvsel_serialize() argument
H A Dustrcase.cpp1274 UChar buffer[300]; in ustrcase_mapWithOverlap() local
[all...]
H A Duts46.cpp871 UChar *buffer=punycode.getBuffer(63); // 63==maximum DNS label length in processLabel() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DHashing.h404 char buffer[64], *buffer_ptr = buffer; in hash_combine_range_impl() local
495 char buffer[64] = {}; global() member
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_utils.cpp151 char buffer [1024]; in dng_show_message_f() local
384 uint16 *buffer = fNoiseBuffer.Buffer_uint16 (); in dng_dither() local
[all...]
H A Ddng_pixel_buffer.cpp442 dng_pixel_buffer::dng_pixel_buffer (const dng_pixel_buffer &buffer) in dng_pixel_buffer() argument
461 operator =(const dng_pixel_buffer &buffer) operator =() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.cc661 SerializeInternalToArray(const uint8* base, const FieldMetadata* field_metadata_table, int32 num_fields, bool is_deterministic, uint8* buffer) SerializeInternalToArray() argument
[all...]
H A Dtext_format_unittest.cc442 char buffer[1] = ""; in TEST_F() local
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc241 bool CodedInputStream::ReadRaw(void* buffer, int size) { in ReadRaw() argument
258 ReadString(std::string* buffer, int size) ReadString() argument
277 ReadStringFallback(std::string* buffer, int size) ReadStringFallback() argument
351 DecodeVarint64KnownSize(const uint8* buffer, uint64* value) DecodeVarint64KnownSize() argument
369 ReadVarint32FromArray( uint32 first_byte, const uint8* buffer, uint32* value) ReadVarint32FromArray() argument
414 ReadVarint64FromArray( const uint8* buffer, uint64* value) ReadVarint64FromArray() argument
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnsafeUtil.java279 static long addressOffset(ByteBuffer buffer) { in addressOffset() argument
H A DBinaryReader.java67 public static BinaryReader newInstance(ByteBuffer buffer, boolean bufferIsImmutable) { in newInstance() argument
93 private final byte[] buffer; global() field in BinaryReader.SafeHeapReader
[all...]
/third_party/python/Python/
H A Dcodecs.c972 char buffer[256]; /* NAME_MAXLEN */ in PyCodec_NameReplaceErrors() local
H A Dpystrtod.c448 change_decimal_from_locale_to_dot(char* buffer) in change_decimal_from_locale_to_dot() argument
486 ensure_minimum_exponent_length(char* buffer, size_t buf_size) ensure_minimum_exponent_length() argument
554 remove_trailing_zeros(char *buffer) remove_trailing_zeros() argument
600 ensure_decimal_point(char* buffer, size_t buf_size, int precision) ensure_decimal_point() argument
714 _PyOS_ascii_formatd(char *buffer, size_t buf_size, const char *format, double d, int precision) _PyOS_ascii_formatd() argument
[all...]
/third_party/python/Modules/
H A Dsha512module.c62 static void longReverse(SHA_INT64 *buffer, int byteCount) in longReverse() argument
277 sha512_update(SHAobject *sha_info, SHA_BYTE *buffer, Py_ssize_t count) in sha512_update() argument
[all...]
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/pulseaudio/src/modules/bluetooth/
H A Dbackend-ofono.c86 static ssize_t sco_transport_write(pa_bluetooth_transport *t, int fd, const void* buffer, size_t size, size_t write_mtu) { in sco_transport_write() argument
/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/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

Completed in 34 milliseconds

1...<<121122123124125126127128129130>>...178