Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_codecsmodule.c305 int byteorder = 0; in _codecs_utf_16_decode_impl() local
327 int byteorder = -1; in _codecs_utf_16_le_decode_impl() local
349 int byteorder = 1; in _codecs_utf_16_be_decode_impl() local
376 const char *errors, int byteorder, int final) in _codecs_utf_16_ex_decode_impl()
403 int byteorder = 0; in _codecs_utf_32_decode_impl() local
425 int byteorder = -1; in _codecs_utf_32_le_decode_impl() local
447 int byteorder = 1; in _codecs_utf_32_be_decode_impl() local
474 const char *errors, int byteorder, int final) in _codecs_utf_32_ex_decode_impl()
705 const char *errors, int byteorder) in _codecs_utf_16_encode_impl()
761 const char *errors, int byteorder) in _codecs_utf_32_encode_impl()
Darraymodule.c2043 int byteorder = (mformat_code == UTF16_LE) ? -1 : 1; in array__array_reconstructor_impl() local
2053 int byteorder = (mformat_code == UTF32_LE) ? -1 : 1; in array__array_reconstructor_impl() local
D_tkinter.c436 int byteorder = NATIVE_BYTEORDER; in unicodeFromTclObj() local
/external/python/cpython2/Modules/
D_codecsmodule.c284 int byteorder = 0; in utf_16_decode() local
307 int byteorder = -1; in utf_16_le_decode() local
331 int byteorder = 1; in utf_16_be_decode() local
363 int byteorder = 0; in utf_16_ex_decode() local
388 int byteorder = 0; in utf_32_decode() local
411 int byteorder = -1; in utf_32_le_decode() local
434 int byteorder = 1; in utf_32_be_decode() local
465 int byteorder = 0; in utf_32_ex_decode() local
719 int byteorder = 0; in utf_16_encode() local
796 int byteorder = 0; in utf_32_encode() local
/external/rust/crates/byteorder/
DREADME.md1 byteorder chapter
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Darch.h47 enum NXByteOrder byteorder; member
/external/python/cpython3/Objects/clinic/
Dlongobject.c.h205 PyObject *byteorder; in int_to_bytes() local
287 PyObject *byteorder; in int_from_bytes() local
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.cpp340 ByteOrder byteorder = data.GetByteOrder(); in Parse() local
/external/python/cpython3/Lib/test/
Dtest_long.py1094 def check(tests, byteorder, signed=False): argument
1193 def check(tests, byteorder, signed=False): argument
/external/python/cryptography/src/cryptography/
Dutils.py65 def int_from_bytes(data, byteorder, signed=False): argument
/external/python/cpython3/Modules/clinic/
D_codecsmodule.c.h767 int byteorder = 0; in _codecs_utf_16_ex_decode() local
1081 int byteorder = 0; in _codecs_utf_32_ex_decode() local
1939 int byteorder = 0; in _codecs_utf_16_encode() local
2126 int byteorder = 0; in _codecs_utf_32_encode() local
/external/python/pybind11/include/pybind11/
Dnumpy.h56 char byteorder; member
/external/python/cpython2/Objects/
Dunicodeobject.c2263 int *byteorder) in PyUnicode_DecodeUTF32()
2272 int *byteorder, in PyUnicode_DecodeUTF32Stateful()
2437 int byteorder) in PyUnicode_EncodeUTF32()
2536 int *byteorder) in PyUnicode_DecodeUTF16()
2545 int *byteorder, in PyUnicode_DecodeUTF16Stateful()
2714 int byteorder) in PyUnicode_EncodeUTF16()
/external/python/cpython3/Objects/
Dunicodeobject.c5554 int *byteorder) in PyUnicode_DecodeUTF32()
5563 int *byteorder, in PyUnicode_DecodeUTF32Stateful()
5707 int byteorder) in _PyUnicode_EncodeUTF32()
5855 int byteorder) in PyUnicode_EncodeUTF32()
5878 int *byteorder) in PyUnicode_DecodeUTF16()
5887 int *byteorder, in PyUnicode_DecodeUTF16Stateful()
6041 int byteorder) in _PyUnicode_EncodeUTF16()
6208 int byteorder) in PyUnicode_EncodeUTF16()
Dlongobject.c5477 int_to_bytes_impl(PyObject *self, Py_ssize_t length, PyObject *byteorder, in int_to_bytes_impl()
5538 PyObject *byteorder, int is_signed) in int_from_bytes_impl()