Home
last modified time | relevance | path

Searched refs:MP_SMALL_INT_POSITIVE_MASK (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dsmallint.h42 #define MP_SMALL_INT_POSITIVE_MASK ~(MP_OBJ_WORD_MSBIT_HIGH | (MP_OBJ_WORD_MSBIT_HIGH >> 1)) macro
49 #define MP_SMALL_INT_POSITIVE_MASK ~(MP_OBJ_WORD_MSBIT_HIGH | (MP_OBJ_WORD_MSBIT_HIGH >> 1) | (MP_O… macro
56 #define MP_SMALL_INT_POSITIVE_MASK ~(0xffff800000000000 | (0xffff800000000000 >> 1)) macro
A Dobjint_longlong.c239 if ((value & ~MP_SMALL_INT_POSITIVE_MASK) == 0) { in mp_obj_new_int_from_uint()
A Dobjint.c347 if ((value & ~MP_SMALL_INT_POSITIVE_MASK) == 0) { in mp_obj_new_int_from_uint()
A Dobjint_mpz.c395 if ((value & ~MP_SMALL_INT_POSITIVE_MASK) == 0) { in mp_obj_new_int_from_uint()
A Dmpconfig.h1345 #define MICROPY_PY_UTIME_TICKS_PERIOD (MP_SMALL_INT_POSITIVE_MASK + 1)

Completed in 9 milliseconds