Searched defs:Q_SET_HASH (Results 1 – 1 of 1) sorted by relevance
56 #define Q_SET_HASH(q, hash) do { (q)[0] = (hash); } while (0) macro60 #define Q_SET_HASH(q, hash) do { (q)[0] = (hash); (q)[1] = (hash) >> 8; } while (0) macro
Completed in 3 milliseconds