Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dqstr.c56 #define Q_SET_HASH(q, hash) do { (q)[0] = (hash); } while (0) macro
60 #define Q_SET_HASH(q, hash) do { (q)[0] = (hash); (q)[1] = (hash) >> 8; } while (0) macro
249 Q_SET_HASH(q_ptr, hash); in qstr_from_strn()

Completed in 2 milliseconds