Home
last modified time | relevance | path

Searched defs:big_endian (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjint_longlong.c46 mp_obj_t mp_obj_int_from_bytes_impl(bool big_endian, size_t len, const byte *buf) { in mp_obj_int_from_bytes_impl()
60 void mp_obj_int_to_bytes_impl(mp_obj_t self_in, bool big_endian, size_t len, byte *buf) { in mp_obj_int_to_bytes_impl()
A Dbinary.c196 long long mp_binary_get_int(size_t size, bool is_signed, bool big_endian, const byte *src) { in mp_binary_get_int()
269 void mp_binary_set_int(size_t val_sz, bool big_endian, byte *dest, mp_uint_t val) { in mp_binary_set_int()
A Dobjint_mpz.c110 mp_obj_t mp_obj_int_from_bytes_impl(bool big_endian, size_t len, const byte *buf) { in mp_obj_int_from_bytes_impl()
116 void mp_obj_int_to_bytes_impl(mp_obj_t self_in, bool big_endian, size_t len, byte *buf) { in mp_obj_int_to_bytes_impl()
A Dobjint.c431 bool big_endian = args[2] != MP_OBJ_NEW_QSTR(MP_QSTR_little); in int_to_bytes() local
A Dmpz.c852 void mpz_set_from_bytes(mpz_t *z, bool big_endian, size_t len, const byte *buf) { in mpz_set_from_bytes()
1589 void mpz_as_bytes(const mpz_t *z, bool big_endian, size_t len, byte *buf) { in mpz_as_bytes()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoductypes.c268 static inline mp_obj_t get_unaligned(uint val_type, byte *p, int big_endian) { in get_unaligned()
274 static inline void set_unaligned(uint val_type, byte *p, int big_endian, mp_obj_t val) { in set_unaligned()

Completed in 12 milliseconds