Searched refs:hash2 (Results 1 – 1 of 1) sorted by relevance
146 bt_u32_t hash1, hash2; in msg_hash() local152 memcpy(&hash2, &pdu->data[3], 4); in msg_hash()154 return (u64_t)hash1 << 32 | (u64_t)hash2; in msg_hash()
Completed in 4 milliseconds