Searched refs: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) macro249 Q_SET_HASH(q_ptr, hash); in qstr_from_strn()
Completed in 2 milliseconds