| /external/python/cpython3/Modules/ | 
| D | _codecsmodule.c | 307     int byteorder = 0;  in _codecs_utf_16_decode_impl()  local329     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()
 
 | 
| D | arraymodule.c | 2086         int byteorder = (mformat_code == UTF16_LE) ? -1 : 1;  in array__array_reconstructor_impl()  local2096         int byteorder = (mformat_code == UTF32_LE) ? -1 : 1;  in array__array_reconstructor_impl()  local
 
 | 
| D | _tkinter.c | 493     int byteorder = NATIVE_BYTEORDER;  in unicodeFromTclObj()  local
 | 
| /external/python/cpython2/Modules/ | 
| D | _codecsmodule.c | 284     int byteorder = 0;  in utf_16_decode()  local307     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/ | 
| D | README.md | 1 byteorder  chapter
 | 
| /external/google-breakpad/src/third_party/mac_headers/mach-o/ | 
| D | arch.h | 47     enum NXByteOrder byteorder;  member
 | 
| /external/python/cpython3/Objects/clinic/ | 
| D | longobject.c.h | 264     PyObject *byteorder;  in int_to_bytes()  local341     PyObject *byteorder;  in int_from_bytes()  local
 
 | 
| /external/rust/crates/protobuf/src/ | 
| D | lib.rs | 60 mod byteorder;  module
 | 
| /external/rust/crates/regex-automata/src/ | 
| D | lib.rs | 308 mod byteorder;  module
 | 
| /external/python/cpython3/Lib/test/ | 
| D | test_long.py | 1105         def check(tests, byteorder, signed=False):  argument1204         def check(tests, byteorder, signed=False):  argument
 
 | 
| /external/python/cryptography/src/cryptography/ | 
| D | utils.py | 66     def int_from_bytes(data, byteorder, signed=False):  argument
 | 
| /external/python/cpython3/Modules/clinic/ | 
| D | _codecsmodule.c.h | 716     int byteorder = 0;  in _codecs_utf_16_ex_decode()  local1005     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/ | 
| D | npy.hpp | 85   const char byteorder;  member
 | 
| /external/python/pybind11/include/pybind11/ | 
| D | numpy.h | 56     char byteorder;  member
 | 
| /external/python/cpython2/Objects/ | 
| D | unicodeobject.c | 2263                       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/ | 
| D | unicodeobject.c | 5752                       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()
 
 | 
| D | longobject.c | 5429 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()
 
 | 
| /external/rust/crates/zerocopy/src/ | 
| D | lib.rs | 48 pub mod byteorder;  module
 |