Searched refs:mp_binary_set_int (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | binary.c | 269 void mp_binary_set_int(size_t val_sz, bool big_endian, byte *dest, mp_uint_t val) { in mp_binary_set_int() function 328 mp_binary_set_int(sizeof(uint32_t), be, p, fp_dp.i32[MP_ENDIANNESS_BIG ^ be]); in mp_binary_set_val() 355 mp_binary_set_int(MIN((size_t)size, sizeof(val)), struct_type == '>', p, val); in mp_binary_set_val()
|
A D | binary.h | 44 void mp_binary_set_int(size_t val_sz, bool big_endian, byte *dest, mp_uint_t val);
|
A D | objint.c | 446 mp_binary_set_int(l, big_endian, data + (big_endian ? (len - l) : 0), val); in int_to_bytes()
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | moductypes.c | 439 … mp_binary_set_int(GET_SCALAR_SIZE(val_type & 7), self->flags == LAYOUT_BIG_ENDIAN, in uctypes_struct_attr_op()
|
Completed in 7 milliseconds