Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Dqstr.c55 #define Q_GET_HASH(q) ((mp_uint_t)(q)[0]) macro
59 #define Q_GET_HASH(q) ((mp_uint_t)(q)[0] | ((mp_uint_t)(q)[1] << 8)) macro