Searched refs:bmp2 (Results 1 – 1 of 1) sorted by relevance
175 const ice_bitmap_t *bmp2, u16 size) in ice_and_bitmap() argument182 dst[i] = bmp1[i] & bmp2[i]; in ice_and_bitmap()193 dst[i] = (dst[i] & ~mask) | ((bmp1[i] & bmp2[i]) & mask); in ice_and_bitmap()212 const ice_bitmap_t *bmp2, u16 size) in ice_or_bitmap() argument219 dst[i] = bmp1[i] | bmp2[i]; in ice_or_bitmap()243 const ice_bitmap_t *bmp2, u16 size) in ice_xor_bitmap() argument250 dst[i] = bmp1[i] ^ bmp2[i]; in ice_xor_bitmap()274 const ice_bitmap_t *bmp2, u16 size) in ice_andnot_bitmap() argument281 dst[i] = bmp1[i] & ~bmp2[i]; in ice_andnot_bitmap()441 if (bmp1[i] != bmp2[i]) in ice_cmp_bitmap()[all …]