Searched refs:k2_u32 (Results 1 – 1 of 1) sorted by relevance
101 __u32 *k1_u32, *k2_u32; in comp_short_le_keys() local105 k2_u32 = (__u32 *) key2; in comp_short_le_keys()106 for (; key_length--; ++k1_u32, ++k2_u32) { in comp_short_le_keys()107 if (le32_to_cpu(*k1_u32) < le32_to_cpu(*k2_u32)) in comp_short_le_keys()109 if (le32_to_cpu(*k1_u32) > le32_to_cpu(*k2_u32)) in comp_short_le_keys()