Home
last modified time | relevance | path

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

/external/python/cpython3/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.c2084 int byteorder = (mformat_code == UTF16_LE) ? -1 : 1; in array__array_reconstructor_impl() local
2094 int byteorder = (mformat_code == UTF32_LE) ? -1 : 1; in array__array_reconstructor_impl() local
D_tkinter.c497 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
Dcargo_embargo.json11 "byteorder": { object
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Darch.h47 enum NXByteOrder byteorder; member
/external/python/cpython3/Objects/clinic/
Dlongobject.c.h265 PyObject *byteorder = NULL; in int_to_bytes() local
356 PyObject *byteorder = NULL; in int_from_bytes() local
/external/python/cpython3/Lib/test/
Dtest_long.py1211 def check(tests, byteorder, signed=False): argument
1212 def equivalent_python(n, length, byteorder, signed=False): argument
1344 def check(tests, byteorder, signed=False): argument
1345 def equivalent_python(byte_array, byteorder, signed=False): argument
/external/rust/crates/bincode/src/
Dlib.rs39 mod byteorder; module
/external/rust/crates/protobuf/src/
Dlib.rs60 mod byteorder; module
/external/rust/crates/regex-automata/src/
Dlib.rs308 mod byteorder; module
/external/rust/crates/pdl-compiler/scripts/pdl/
Dast.py263 def byteorder(self) -> str: member in File
/external/python/cpython3/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
/external/ComputeLibrary/include/libnpy/
Dnpy.hpp85 const 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.c5651 int *byteorder) in PyUnicode_DecodeUTF32()
5660 int *byteorder, in PyUnicode_DecodeUTF32Stateful()
5804 int byteorder) in _PyUnicode_EncodeUTF32()
5962 int *byteorder) in PyUnicode_DecodeUTF16()
5971 int *byteorder, in PyUnicode_DecodeUTF16Stateful()
6125 int byteorder) in _PyUnicode_EncodeUTF16()
Dlongobject.c5861 int_to_bytes_impl(PyObject *self, Py_ssize_t length, PyObject *byteorder, in int_to_bytes_impl()
5924 PyObject *byteorder, int is_signed) in int_from_bytes_impl()
/external/rust/crates/zerocopy/src/
Dlib.rs261 pub mod byteorder; module
/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/crate_renamed_optional_deps_enabled/
Dmetadata.json2500 "byteorder": [ array