Home
last modified time | relevance | path

Searched refs:bmp2 (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_icevar.h288 const ice_bitmap_t *bmp2, uint16_t size) in ice_and_bitmap() argument
295 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() argument
332 dst[i] = bmp1[i] | bmp2[i]; in ice_or_bitmap()
356 const ice_bitmap_t *bmp2, uint16_t size) in ice_xor_bitmap() argument
363 dst[i] = bmp1[i] ^ bmp2[i]; in ice_xor_bitmap()
387 const ice_bitmap_t *bmp2, uint16_t size) in ice_andnot_bitmap() argument
394 dst[i] = bmp1[i] & ~bmp2[i]; in ice_andnot_bitmap()
553 if (bmp1[i] != bmp2[i]) in ice_cmp_bitmap()
[all …]