Home
last modified time | relevance | path

Searched defs:buffer (Results 4576 - 4600 of 5040) sorted by relevance

1...<<181182183184185186187188189190>>...202

/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr.cpp1295 setTo(UChar *buffer, int32_t buffLength, int32_t buffCapacity) setTo() argument
1375 UChar buffer[U16_MAX_LENGTH]; replace() local
1387 UChar buffer[U16_MAX_LENGTH]; append() local
1909 UChar buffer[U16_MAX_LENGTH]; appendCodePoint() local
[all...]
/third_party/toybox/toys/pending/
H A Ddhcp.c1237 char buffer[sizeof("255.255.255.255\0")]; in release() local
H A Dfdisk.c180 static int validate_part_buff(char *buffer) in validate_part_buff() argument
1444 char *name = toybuf, *buffer = toybuf + ONE_K, *device = toybuf + 2048; in read_and_print_parts() local
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc3119 byte buffer[1024]; in TEST_NOASM() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_bad_pixels.cpp808 void dng_opcode_FixBadPixelsList::FixIsolatedPixel (dng_pixel_buffer &buffer, in FixIsolatedPixel() argument
1030 void dng_opcode_FixBadPixelsList::FixClusteredPixel (dng_pixel_buffer &buffer, in FixClusteredPixel() argument
1128 FixSingleColumn(dng_pixel_buffer &buffer, const dng_rect &badRect) FixSingleColumn() argument
1520 FixSingleRow(dng_pixel_buffer &buffer, const dng_rect &badRect) FixSingleRow() argument
1539 FixClusteredRect(dng_pixel_buffer &buffer, const dng_rect &badRect, const dng_rect &imageBounds) FixClusteredRect() argument
[all...]
H A Ddng_xmp.cpp547 Parse(dng_host &host, const void *buffer, uint32 count) Parse() argument
H A Ddng_read_image.cpp882 DoPut(const dng_pixel_buffer &buffer) DoPut() argument
906 ReorderSubTileBlocks(dng_host &host, const dng_ifd &ifd, dng_pixel_buffer &buffer, AutoPtr<dng_memory_block> &tempBuffer) ReorderSubTileBlocks() argument
1500 char buffer [JMSG_LENGTH_MAX]; dng_output_message() local
2031 ByteSwapBuffer(dng_host & , dng_pixel_buffer &buffer) ByteSwapBuffer() argument
2069 DecodePredictor(dng_host & , const dng_ifd &ifd, dng_pixel_buffer &buffer) DecodePredictor() argument
[all...]
/third_party/python/PC/
H A Dlauncher.c1145 find_BOM(char * buffer) in find_BOM() argument
1164 find_terminator(char * buffer, int len, BOM *bom) in find_terminator() argument
1305 char buffer[BUFSIZE]; in maybe_handle_shebang() local
1638 find_home_value(const char *buffer, const char **start, DWORD *length) find_home_value() argument
1909 char buffer[4096]; /* 4KB should be enough for anybody */ process() local
[all...]
/third_party/python/Python/
H A Dfileutils.c2092 join_relfile(wchar_t *buffer, size_t bufsize, in join_relfile() argument
[all...]
H A Dmarshal.c776 const unsigned char *buffer; in r_short() local
792 const unsigned char *buffer; in r_long() local
812 const unsigned char *buffer = (const unsigned char *) r_string(8, p); r_long64() local
1178 const char *buffer; r_object() local
[all...]
H A Dpylifecycle.c2559 WCHAR buffer[256 / sizeof(WCHAR)]; in fatal_output_debug() local
H A Dpystate.c2027 const void *buffer; member
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c1009 unsigned char buffer[4], *outbuf; in _multibytecodec_MultibyteIncrementalEncoder_reset_impl() local
1210 PyObject *buffer; _multibytecodec_MultibyteIncrementalDecoder_getstate_impl() local
1242 PyObject *buffer; _multibytecodec_MultibyteIncrementalDecoder_setstate_impl() local
[all...]
/third_party/python/Modules/
H A D_struct.c1584 Struct_unpack_impl(PyStructObject *self, Py_buffer *buffer) in Struct_unpack_impl() argument
1615 Struct_unpack_from_impl(PyStructObject *self, Py_buffer *buffer, in Struct_unpack_from_impl() argument
1764 Struct_iter_unpack(PyStructObject *self, PyObject *buffer) Struct_iter_unpack() argument
1947 Py_buffer buffer; s_pack_into() local
2265 unpack_impl(PyObject *module, PyStructObject *s_object, Py_buffer *buffer) unpack_impl() argument
2287 unpack_from_impl(PyObject *module, PyStructObject *s_object, Py_buffer *buffer, Py_ssize_t offset) unpack_from_impl() argument
2310 iter_unpack_impl(PyObject *module, PyStructObject *s_object, PyObject *buffer) iter_unpack_impl() argument
[all...]
H A D_winapi.c788 wchar_t *buffer = NULL, *p, *end; in getenvironment() local
1902 _winapi_WriteFile_impl(PyObject *module, HANDLE handle, PyObject *buffer, int use_overlapped) _winapi_WriteFile_impl() argument
[all...]
H A Dpyexpat.c75 XML_Char *buffer; /* Buffer used when accumulating characters */ member
122 PyObject *buffer; in set_error() local
259 call_character_handler(xmlparseobject *self, const XML_Char *buffer, int len) in call_character_handler() argument
911 const char *buffer pyexpat_xmlparser_GetInputContext_impl() local
[all...]
/third_party/python/Objects/
H A Dabstract.c319 as_read_buffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_len) in as_read_buffer() argument
337 PyObject_AsCharBuffer(PyObject *obj, const char **buffer, Py_ssize_t *buffer_len) PyObject_AsCharBuffer() argument
344 PyObject_AsReadBuffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_len) PyObject_AsReadBuffer() argument
351 PyObject_AsWriteBuffer(PyObject *obj, void **buffer, Py_ssize_t *buffer_len) PyObject_AsWriteBuffer() argument
[all...]
H A Dbytearrayobject.c946 char *buffer; in bytearray_repr() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java130 public static CodedOutputStream newInstance(ByteBuffer buffer) { in newInstance() argument
143 newUnsafeInstance(ByteBuffer buffer) newUnsafeInstance() argument
148 newSafeInstance(ByteBuffer buffer) newSafeInstance() argument
1151 private final byte[] buffer; global() field in CodedOutputStream.ArrayEncoder
1156 ArrayEncoder(byte[] buffer, int offset, int length) ArrayEncoder() argument
1556 private final ByteBuffer buffer; global() field in CodedOutputStream.SafeDirectNioEncoder
1559 SafeDirectNioEncoder(ByteBuffer buffer) SafeDirectNioEncoder() argument
1878 private final ByteBuffer buffer; global() field in CodedOutputStream.UnsafeDirectNioEncoder
1885 UnsafeDirectNioEncoder(ByteBuffer buffer) UnsafeDirectNioEncoder() argument
2235 final byte[] buffer; global() field in CodedOutputStream.AbstractBufferedEncoder
2268 final void buffer(byte value) { buffer() method in CodedOutputStream.AbstractBufferedEncoder
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc193 char buffer[MAX_PATH]; in GetProtocAbsolutePath() local
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.c868 static ssize_t a2dp_transport_write(pa_bluetooth_transport *t, int fd, const void* buffer, size_t size, size_t write_mtu) { in a2dp_transport_write() argument
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c233 static inline void bit_writer(uint8_t **buffer, uint8_t *bit_pos, size_t *size, uint8_t data, uint8_t data_bit_len) { in bit_writer() argument
317 uint32_t *buffer = NULL; build_tcp_audio_packet() local
365 uint8_t *buffer = NULL; send_tcp_audio_packet() local
408 uint32_t *buffer = NULL; build_udp_audio_packet() local
456 uint8_t *buffer = NULL; send_udp_audio_packet() local
492 uint32_t *buffer = NULL; rebuild_udp_audio_packet() local
513 uint8_t *buffer = NULL; resend_udp_audio_packets() local
549 uint32_t *buffer = NULL; build_udp_sync_packet() local
620 uint32_t *buffer = NULL; build_udp_timing_packet() local
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc851 char *FastInt32ToBuffer(int32 i, char* buffer) { in FastInt32ToBuffer() argument
889 FastHexToBuffer(int i, char* buffer) FastHexToBuffer() argument
902 InternalFastHexToBuffer(uint64 value, char* buffer, int num_byte) InternalFastHexToBuffer() argument
919 FastHex64ToBuffer(uint64 value, char* buffer) FastHex64ToBuffer() argument
923 FastHex32ToBuffer(uint32 value, char* buffer) FastHex32ToBuffer() argument
966 FastUInt32ToBufferLeft(uint32 u, char* buffer) FastUInt32ToBufferLeft() argument
1048 FastInt32ToBufferLeft(int32 i, char* buffer) FastInt32ToBufferLeft() argument
1059 FastUInt64ToBufferLeft(uint64 u64, char* buffer) FastUInt64ToBufferLeft() argument
1101 FastInt64ToBufferLeft(int64 i, char* buffer) FastInt64ToBufferLeft() argument
1120 char buffer[kFastToBufferSize]; SimpleItoa() local
1127 char buffer[kFastToBufferSize]; SimpleItoa() local
1134 char buffer[kFastToBufferSize]; SimpleItoa() local
1141 char buffer[kFastToBufferSize]; SimpleItoa() local
1148 char buffer[kFastToBufferSize]; SimpleItoa() local
1155 char buffer[kFastToBufferSize]; SimpleItoa() local
1203 char buffer[kDoubleToBufferSize]; SimpleDtoa() local
1208 char buffer[kFloatToBufferSize]; SimpleFtoa() local
1218 DelocalizeRadix(char* buffer) DelocalizeRadix() argument
1245 DoubleToBuffer(double value, char* buffer) DoubleToBuffer() argument
1363 FloatToBuffer(float value, char* buffer) FloatToBuffer() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h1001 ReadPrimitiveFromArray( const uint8* buffer, uint32* value) ReadPrimitiveFromArray() argument
1007 ReadPrimitiveFromArray( const uint8* buffer, uint64* value) ReadPrimitiveFromArray() argument
1013 ReadPrimitiveFromArray( const uint8* buffer, int32* value) ReadPrimitiveFromArray() argument
1022 ReadPrimitiveFromArray( const uint8* buffer, int64* value) ReadPrimitiveFromArray() argument
1031 ReadPrimitiveFromArray( const uint8* buffer, float* value) ReadPrimitiveFromArray() argument
1040 ReadPrimitiveFromArray( const uint8* buffer, double* value) ReadPrimitiveFromArray() argument
1086 const uint8* buffer = reinterpret_cast<const uint8*>(void_pointer); ReadRepeatedFixedSizePrimitive() local
[all...]
/third_party/python/Modules/_io/
H A Dtextio.c509 PyObject *buffer; in _io_IncrementalNewlineDecoder_getstate_impl() local
555 PyObject *buffer; in _io_IncrementalNewlineDecoder_setstate() local
637 PyObject *buffer; global() member
1064 _io_TextIOWrapper___init___impl(textio *self, PyObject *buffer, const char *encoding, PyObject *errors, const char *newline, int line_buffering, int write_through) _io_TextIOWrapper___init___impl() argument
1491 PyObject *buffer, *res; _io_TextIOWrapper_detach_impl() local
2328 unsigned char buffer[COOKIE_BUF_LEN]; textiowrapper_parse_cookie() local
2352 unsigned char buffer[COOKIE_BUF_LEN]; textiowrapper_build_cookie() local
[all...]

Completed in 61 milliseconds

1...<<181182183184185186187188189190>>...202