Home
last modified time | relevance | path

Searched defs: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

Completed in 3 milliseconds