Home
last modified time | relevance | path

Searched defs:buf (Results 6901 - 6925 of 7387) sorted by relevance

1...<<271272273274275276277278279280>>...296

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok.c1044 char buf[1]; in toAscii() local
1265 XmlUtf8Encode(int c, char *buf) { in XmlUtf8Encode() argument
1301 XmlUtf16Encode(int charNum, unsigned short *buf) XmlUtf16Encode() argument
1361 char buf[XML_UTF8_ENCODE_MAX]; unknown_toUtf8() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp1695 void dng_lossless_decoder::PmPutRow (MCU *buf, in PmPutRow() argument
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc1549 const void* buf; in ParseSimpleFile() local
/third_party/python/PC/
H A Dlauncher.c122 static wchar_t buf[BUFSIZE]; in get_env() local
/third_party/python/Python/
H A Dfileutils.c676 wchar_t c, buf[2]; in encode_current_locale() local
1212 _Py_wstat(const wchar_t* path, struct stat *buf) in _Py_wstat() argument
1746 _Py_read(int fd, void *buf, size_ argument
1797 _Py_write_impl(int fd, const void *buf, size_t count, int gil_held) _Py_write_impl() argument
1885 _Py_write(int fd, const void *buf, size_t count) _Py_write() argument
1905 _Py_write_noraise(int fd, const void *buf, size_t count) _Py_write_noraise() argument
1918 _Py_wreadlink(const wchar_t *path, wchar_t *buf, size_t buflen) _Py_wreadlink() argument
2327 _Py_wgetcwd(wchar_t *buf, size_t buflen) _Py_wgetcwd() argument
[all...]
H A Dimport.c2183 Py_buffer buf = {0}; in _imp_get_frozen_object_impl() local
H A Dmarshal.c89 char *buf; member
274 char buf[ in w_float_bin() local
285 char *buf = PyOS_double_to_string(v, 'g', 17, 0, NULL); w_float_str() local
634 char buf[4]; PyMarshal_WriteLongToFile() local
649 char buf[BUFSIZ]; PyMarshal_WriteObjectToFile() local
674 char *buf; global() member
720 Py_buffer buf; r_string() local
899 const char *buf = r_string(8, p); r_float_bin() local
911 char buf[256]; r_float_str() local
[all...]
H A Dpylifecycle.c2221 PyObject *buf = NULL, *stream = NULL, *text = NULL, *raw = NULL, *res; in create_stdio() local
[all...]
H A Dpythonrun.c327 unsigned char buf[2]; in maybe_pyc_file() local
/third_party/python/Modules/
H A D_testbuffer.c2436 char *buf = NULL; py_buffer_to_contiguous() local
[all...]
H A Doverlapped.c759 char buf[INET_ADDRSTRLEN]; in make_ipv4_addr() local
772 char buf[INET6_ADDRSTRLEN]; in make_ipv6_addr() local
1021 PyObject *buf; in _overlapped_Overlapped_ReadFile_impl() local
1126 PyObject *buf; _overlapped_Overlapped_WSARecv_impl() local
1309 PyObject *buf; _overlapped_Overlapped_AcceptEx_impl() local
1817 PyObject *buf; _overlapped_Overlapped_WSARecvFrom_impl() local
[all...]
H A D_struct.c1662 Py_buffer buf; member
1812 s_pack_internal(PyStructObject *soself, PyObject *const *args, int offset, char* buf, _structmodulestate *state) s_pack_internal() argument
1902 char *buf; s_pack() local
[all...]
H A D_winapi.c1503 PyObject *buf = NULL; in _winapi_PeekNamedPipe_impl() local
1621 PyObject *buf; in _winapi_ReadFile_impl() local
1906 Py_buffer _buf, *buf; _winapi_WriteFile_impl() local
[all...]
H A Dgcmodule.c1049 char buf[100]; in show_stats_each_generations() local
H A Dselectmodule.c1851 char buf[1024]; in kqueue_event_repr() local
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c189 expand_encodebuffer(MultibyteEncodeBuffer *buf, Py_ssize_t esize) in expand_encodebuffer() argument
224 multibytecodec_encerror(MultibyteCodec *codec, MultibyteCodec_State *state, MultibyteEncodeBuffer *buf, PyObject *errors, Py_ssize_t e) multibytecodec_encerror() argument
379 multibytecodec_decerror(MultibyteCodec *codec, MultibyteCodec_State *state, MultibyteDecodeBuffer *buf, PyObject *errors, Py_ssize_t e) multibytecodec_decerror() argument
488 MultibyteEncodeBuffer buf; multibytecodec_encode() local
659 MultibyteDecodeBuffer buf; _multibytecodec_MultibyteCodec_decode_impl() local
849 decoder_append_pending(MultibyteStatefulDecoderContext *ctx, MultibyteDecodeBuffer *buf) decoder_append_pending() argument
866 decoder_prepare_buffer(MultibyteDecodeBuffer *buf, const char *data, Py_ssize_t size) decoder_prepare_buffer() argument
876 decoder_feed_buffer(MultibyteStatefulDecoderContext *ctx, MultibyteDecodeBuffer *buf) decoder_feed_buffer() argument
1132 MultibyteDecodeBuffer buf; _multibytecodec_MultibyteIncrementalDecoder_decode_impl() local
1396 MultibyteDecodeBuffer buf; mbstreamreader_iread() local
[all...]
/third_party/python/Modules/_sqlite/
H A Dconnection.c2172 unsigned char *buf = sqlite3_malloc64(size); in deserialize_impl() local
/third_party/python/Objects/
H A Dabstract.c569 PyBuffer_FromContiguous(const Py_buffer *view, const void *buf, Py_ssize_t len, char fort) in PyBuffer_FromContiguous() argument
716 PyBuffer_FillInfo(Py_buffer *view, PyObject *obj, void *buf, Py_ssize_ argument
[all...]
H A Dbytearrayobject.c330 const char* buf = PyByteArray_AS_STRING(self); in bytearray_repeat() local
354 char* buf = PyByteArray_AS_STRING(self); in bytearray_irepeat() local
435 char *buf = PyByteArray_AS_STRING(self); in bytearray_setslice_linear() local
596 char *buf, *bytes; bytearray_ass_subscript() local
1627 char *buf; bytearray_insert_impl() local
1697 char *buf; bytearray_extend() local
1805 char *buf; bytearray_pop_impl() local
1845 char *buf = PyByteArray_AS_STRING(self); bytearray_remove_impl() local
2095 const char *buf; _common_reduce() local
[all...]
H A Dfloatobject.c385 char *buf; in float_repr() local
966 char *buf, *buf_end, shortbuf[100], *mybuf=shortbuf; in double_round() local
2536 char buf[4]; PyFloat_Unpack4() local
2632 char buf[8]; PyFloat_Unpack8() local
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dencode_decode.c882 unknown_field_handler(void* closure, const void* hd, const char* buf, size_t size) unknown_field_handler() argument
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.c354 pa_strbuf *buf; in wait_for_profiles_cb() local
/third_party/python/Lib/test/
H A Dtest_urllib.py95 buf = None variable in fakehttp.FakeHTTPConnection
/third_party/python/Modules/_io/
H A Dtextio.c1534 char *buf = PyBytes_AsString(b); in _textiowrapper_writeflush() local
/third_party/python/Modules/expat/
H A Dxmltok.c1041 char buf[1]; in toAscii() local
1262 XmlUtf8Encode(int c, char *buf) { in XmlUtf8Encode() argument
1298 XmlUtf16Encode(int charNum, unsigned short *buf) XmlUtf16Encode() argument
1358 char buf[XML_UTF8_ENCODE_MAX]; unknown_toUtf8() local
[all...]

Completed in 64 milliseconds

1...<<271272273274275276277278279280>>...296