Lines Matching full:bitmaps
184 * @size: Size of the bitmaps in bits
198 * ice_and_bitmap - bitwise AND 2 bitmaps and store result in dst bitmap
202 * @size: Size of the bitmaps in bits
204 * This function performs a bitwise AND on two "source" bitmaps of the same size
206 * size as the "source" bitmaps to avoid buffer overflows. This function returns
207 * a non-zero value if at least one bit location from both "source" bitmaps is
237 * ice_or_bitmap - bitwise OR 2 bitmaps and store result in dst bitmap
241 * @size: Size of the bitmaps in bits
243 * This function performs a bitwise OR on two "source" bitmaps of the same size
245 * size as the "source" bitmaps to avoid buffer overflows.
268 * ice_xor_bitmap - bitwise XOR 2 bitmaps and store result in dst bitmap
272 * @size: Size of the bitmaps in bits
274 * This function performs a bitwise XOR on two "source" bitmaps of the same size
276 * size as the "source" bitmaps to avoid buffer overflows.
299 * ice_andnot_bitmap - bitwise ANDNOT 2 bitmaps and result in dst bitmap
303 * @size: Size of the bitmaps in bits
305 * This function performs a bitwise ANDNOT on two "source" bitmaps of the same
307 * same size as the "source" bitmaps to avoid buffer overflows.
405 * ice_cp_bitmap - copy bitmaps
408 * @size: Size of the bitmaps in bits
463 * ice_cmp_bitmap - compares two bitmaps
466 * @size: Size of the bitmaps in bits
468 * This function compares two bitmaps, and returns result as true or false.