Home
last modified time | relevance | path

Searched defs:byteorder (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Modules/
D_codecsmodule.c307 int byteorder = 0; in _codecs_utf_16_decode_impl() local
329 int byteorder = -1; in _codecs_utf_16_le_decode_impl() local
351 int byteorder = 1; in _codecs_utf_16_be_decode_impl() local
378 const char *errors, int byteorder, int final) in _codecs_utf_16_ex_decode_impl()
405 int byteorder = 0; in _codecs_utf_32_decode_impl() local
427 int byteorder = -1; in _codecs_utf_32_le_decode_impl() local
449 int byteorder = 1; in _codecs_utf_32_be_decode_impl() local
476 const char *errors, int byteorder, int final) in _codecs_utf_32_ex_decode_impl()
713 const char *errors, int byteorder) in _codecs_utf_16_encode_impl()
769 const char *errors, int byteorder) in _codecs_utf_32_encode_impl()
Darraymodule.c2086 int byteorder = (mformat_code == UTF16_LE) ? -1 : 1; in array__array_reconstructor_impl() local
2096 int byteorder = (mformat_code == UTF32_LE) ? -1 : 1; in array__array_reconstructor_impl() local
D_tkinter.c493 int byteorder = NATIVE_BYTEORDER; in unicodeFromTclObj() local
/third_party/python/Objects/clinic/
Dlongobject.c.h264 PyObject *byteorder; in int_to_bytes() local
341 PyObject *byteorder; in int_from_bytes() local
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Dnpy_header.cc44 char byteorder; member
/third_party/python/Lib/test/
Dtest_long.py1105 def check(tests, byteorder, signed=False): argument
1204 def check(tests, byteorder, signed=False): argument
/third_party/python/Modules/clinic/
D_codecsmodule.c.h716 int byteorder = 0; in _codecs_utf_16_ex_decode() local
1005 int byteorder = 0; in _codecs_utf_32_ex_decode() local
1849 int byteorder = 0; in _codecs_utf_16_encode() local
2031 int byteorder = 0; in _codecs_utf_32_encode() local
/third_party/python/Objects/
Dunicodeobject.c5752 int *byteorder) in PyUnicode_DecodeUTF32()
5761 int *byteorder, in PyUnicode_DecodeUTF32Stateful()
5905 int byteorder) in _PyUnicode_EncodeUTF32()
6053 int byteorder) in PyUnicode_EncodeUTF32()
6076 int *byteorder) in PyUnicode_DecodeUTF16()
6085 int *byteorder, in PyUnicode_DecodeUTF16Stateful()
6239 int byteorder) in _PyUnicode_EncodeUTF16()
6406 int byteorder) in PyUnicode_EncodeUTF16()
Dlongobject.c5429 int_to_bytes_impl(PyObject *self, Py_ssize_t length, PyObject *byteorder, in int_to_bytes_impl()
5490 PyObject *byteorder, int is_signed) in int_from_bytes_impl()