| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | loclikely.cpp | 53 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 D | ucnvsel.cpp | 466 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 D | ustrcase.cpp | 1274 UChar buffer[300]; in ustrcase_mapWithOverlap() local [all...] |
| H A D | uts46.cpp | 871 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 D | Hashing.h | 404 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 D | dng_utils.cpp | 151 char buffer [1024]; in dng_show_message_f() local 384 uint16 *buffer = fNoiseBuffer.Buffer_uint16 (); in dng_dither() local [all...] |
| H A D | dng_pixel_buffer.cpp | 442 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 D | generated_message_util.cc | 661 SerializeInternalToArray(const uint8* base, const FieldMetadata* field_metadata_table, int32 num_fields, bool is_deterministic, uint8* buffer) SerializeInternalToArray() argument [all...] |
| H A D | text_format_unittest.cc | 442 char buffer[1] = ""; in TEST_F() local
|
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | coded_stream.cc | 241 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 D | UnsafeUtil.java | 279 static long addressOffset(ByteBuffer buffer) { in addressOffset() argument
|
| H A D | BinaryReader.java | 67 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 D | codecs.c | 972 char buffer[256]; /* NAME_MAXLEN */ in PyCodec_NameReplaceErrors() local
|
| H A D | pystrtod.c | 448 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 D | sha512module.c | 62 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.c | 21 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 D | sha256module.c | 74 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 D | backend-ofono.c | 86 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 D | strutil.h | 476 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 D | winconsoleio.c | 734 _io__WindowsConsoleIO_readinto_impl(winconsoleio *self, Py_buffer *buffer) _io__WindowsConsoleIO_readinto_impl() argument [all...] |
| H A D | fileio.c | 636 _io_FileIO_readinto_impl(fileio *self, Py_buffer *buffer) argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | cord_ring_test.cc | 954 std::string buffer = absl::StrCat(flats[0], flats[1], flats[2]); in TEST_P() local
|
| H A D | cord_test.cc | 287 char* buffer = new char[size]; in MakeExternalCord() local
|
| /third_party/skia/experimental/wasm-skp-debugger/ |
| H A D | debugger_bindings.cpp | 500 GrGLint buffer; in MakeOnScreenGLSurface() local
|
| /third_party/skia/include/third_party/skcms/ |
| H A D | skcms.h | 164 const uint8_t* buffer; member
|