Home
last modified time | relevance | path

Searched defs:buffer (Results 4801 - 4825 of 5280) sorted by relevance

1...<<191192193194195196197198199200>>...212

/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.h102 static inline int32_t decompose(UChar32 c, UChar buffer[3]) { in decompose() argument
120 static inline void getRawDecomposition(UChar32 c, UChar buffer[2]) { in getRawDecomposition() argument
[all...]
H A Dputil.cpp2076 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) argument
H A Ducnv.cpp1755 char buffer[1024]; ucnv_fromUChars() local
1812 UChar buffer[1024]; ucnv_toUChars() local
1837 UChar buffer[U16_MAX_LENGTH]; ucnv_getNextUChar() local
[all...]
H A Ducnv2022.cpp1601 char buffer[8]; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2853 char buffer[8]; UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
[all...]
H A Ducnvmbcs.cpp5656 char buffer[4]; ucnv_MBCSWriteSub() local
[all...]
H A Duloc.cpp717 uloc_getKeywordValue(const char* localeID, const char* keywordName, char* buffer, int32_t bufferCapacity, UErrorCode* status) uloc_getKeywordValue() argument
855 uloc_setKeywordValue(const char* keywordName, const char* keywordValue, char* buffer, int32_t bufferCapacity, UErrorCode* status) uloc_setKeywordValue() argument
[all...]
H A Duloc_tag.cpp2653 char* buffer; in ulocimp_toLanguageTag() local
H A Dunames.cpp448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName() argument
238 expandName(UCharNames *names, const uint8_t *name, uint16_t nameLength, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) expandName() argument
567 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) expandGroupName() argument
578 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) getName() argument
608 char buffer[200]; enumGroupNames() local
648 char buffer[200]; enumExtNames() local
773 writeFactorSuffix(const uint16_t *factors, uint16_t count, const char *s, uint32_t code, uint16_t indexes[8], const char *elementBases[8], const char *elements[8], char *buffer, uint16_t bufferLength) writeFactorSuffix() argument
852 getAlgName(AlgorithmicRange *range, uint32_t code, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) getAlgName() argument
940 char buffer[200]; enumAlgNames() local
1121 char buffer[64]; findAlgName() local
1450 u_charName(UChar32 code, UCharNameChoice nameChoice, char *buffer, int32_t bufferLength, UErrorCode *pErrorCode) u_charName() argument
[all...]
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...]
/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...]

Completed in 65 milliseconds

1...<<191192193194195196197198199200>>...212