Searched refs:ref8_p (Results 1 – 1 of 1) sorted by relevance
328 const uint8_t * ref8_p = ref; in kern_pair_8_compare() local332 if(ref8_p[0] != element8_p[0]) return (int32_t)ref8_p[0] - element8_p[0]; in kern_pair_8_compare()333 else return (int32_t) ref8_p[1] - element8_p[1]; in kern_pair_8_compare()