Searched refs:map2 (Results 1 – 1 of 1) sorted by relevance
436 static bool ethnl_bitmap32_equal(const u32 *map1, const u32 *map2, in ethnl_bitmap32_equal() argument439 if (memcmp(map1, map2, nbits / 32 * sizeof(u32))) in ethnl_bitmap32_equal()443 return !((map1[nbits / 32] ^ map2[nbits / 32]) & in ethnl_bitmap32_equal()
Completed in 4 milliseconds