Searched refs:bmp2 (Results 1 – 1 of 1) sorted by relevance
288 const ice_bitmap_t *bmp2, uint16_t size) in ice_and_bitmap() argument295 dst[i] = bmp1[i] & bmp2[i]; in ice_and_bitmap()306 dst[i] = (dst[i] & ~mask) | ((bmp1[i] & bmp2[i]) & mask); in ice_and_bitmap()325 const ice_bitmap_t *bmp2, uint16_t size) in ice_or_bitmap() argument332 dst[i] = bmp1[i] | bmp2[i]; in ice_or_bitmap()356 const ice_bitmap_t *bmp2, uint16_t size) in ice_xor_bitmap() argument363 dst[i] = bmp1[i] ^ bmp2[i]; in ice_xor_bitmap()387 const ice_bitmap_t *bmp2, uint16_t size) in ice_andnot_bitmap() argument394 dst[i] = bmp1[i] & ~bmp2[i]; in ice_andnot_bitmap()553 if (bmp1[i] != bmp2[i]) in ice_cmp_bitmap()[all …]