Lines Matching refs:src2

427 abitset_and (bitset dst, bitset src1, bitset src2)
431 bitset_word *src2p = ABITSET_WORDS (src2);
441 abitset_and_cmp (bitset dst, bitset src1, bitset src2)
446 bitset_word *src2p = ABITSET_WORDS (src2);
465 abitset_andn (bitset dst, bitset src1, bitset src2)
469 bitset_word *src2p = ABITSET_WORDS (src2);
479 abitset_andn_cmp (bitset dst, bitset src1, bitset src2)
484 bitset_word *src2p = ABITSET_WORDS (src2);
503 abitset_or (bitset dst, bitset src1, bitset src2)
507 bitset_word *src2p = ABITSET_WORDS (src2);
517 abitset_or_cmp (bitset dst, bitset src1, bitset src2)
522 bitset_word *src2p = ABITSET_WORDS (src2);
541 abitset_xor (bitset dst, bitset src1, bitset src2)
545 bitset_word *src2p = ABITSET_WORDS (src2);
555 abitset_xor_cmp (bitset dst, bitset src1, bitset src2)
560 bitset_word *src2p = ABITSET_WORDS (src2);
579 abitset_and_or (bitset dst, bitset src1, bitset src2, bitset src3)
583 bitset_word *src2p = ABITSET_WORDS (src2);
594 abitset_and_or_cmp (bitset dst, bitset src1, bitset src2, bitset src3)
599 bitset_word *src2p = ABITSET_WORDS (src2);
619 abitset_andn_or (bitset dst, bitset src1, bitset src2, bitset src3)
623 bitset_word *src2p = ABITSET_WORDS (src2);
634 abitset_andn_or_cmp (bitset dst, bitset src1, bitset src2, bitset src3)
639 bitset_word *src2p = ABITSET_WORDS (src2);
659 abitset_or_and (bitset dst, bitset src1, bitset src2, bitset src3)
663 bitset_word *src2p = ABITSET_WORDS (src2);
674 abitset_or_and_cmp (bitset dst, bitset src1, bitset src2, bitset src3)
679 bitset_word *src2p = ABITSET_WORDS (src2);