Searched refs:k2_u32 (Results 1 – 1 of 1) sorted by relevance
138 __u32 *k1_u32, *k2_u32; in comp_short_le_keys() local142 k2_u32 = (__u32 *) key2; in comp_short_le_keys()143 for (; key_length--; ++k1_u32, ++k2_u32) { in comp_short_le_keys()144 if (le32_to_cpu(*k1_u32) < le32_to_cpu(*k2_u32)) in comp_short_le_keys()146 if (le32_to_cpu(*k1_u32) > le32_to_cpu(*k2_u32)) in comp_short_le_keys()