Searched refs:k1_u32 (Results 1 – 1 of 1) sorted by relevance
100 __u32 *k1_u32, *k2_u32; in comp_short_le_keys() local103 k1_u32 = (__u32 *) key1; in comp_short_le_keys()105 for (; key_length--; ++k1_u32, ++k2_u32) { in comp_short_le_keys()106 if (le32_to_cpu(*k1_u32) < le32_to_cpu(*k2_u32)) in comp_short_le_keys()108 if (le32_to_cpu(*k1_u32) > le32_to_cpu(*k2_u32)) in comp_short_le_keys()