Lines Matching defs:src1

427 abitset_and (bitset dst, bitset src1, bitset src2)
430 bitset_word *src1p = ABITSET_WORDS (src1);
441 abitset_and_cmp (bitset dst, bitset src1, bitset src2)
445 bitset_word *src1p = ABITSET_WORDS (src1);
465 abitset_andn (bitset dst, bitset src1, bitset src2)
468 bitset_word *src1p = ABITSET_WORDS (src1);
479 abitset_andn_cmp (bitset dst, bitset src1, bitset src2)
483 bitset_word *src1p = ABITSET_WORDS (src1);
503 abitset_or (bitset dst, bitset src1, bitset src2)
506 bitset_word *src1p = ABITSET_WORDS (src1);
517 abitset_or_cmp (bitset dst, bitset src1, bitset src2)
521 bitset_word *src1p = ABITSET_WORDS (src1);
541 abitset_xor (bitset dst, bitset src1, bitset src2)
544 bitset_word *src1p = ABITSET_WORDS (src1);
555 abitset_xor_cmp (bitset dst, bitset src1, bitset src2)
559 bitset_word *src1p = ABITSET_WORDS (src1);
579 abitset_and_or (bitset dst, bitset src1, bitset src2, bitset src3)
582 bitset_word *src1p = ABITSET_WORDS (src1);
594 abitset_and_or_cmp (bitset dst, bitset src1, bitset src2, bitset src3)
598 bitset_word *src1p = ABITSET_WORDS (src1);
619 abitset_andn_or (bitset dst, bitset src1, bitset src2, bitset src3)
622 bitset_word *src1p = ABITSET_WORDS (src1);
634 abitset_andn_or_cmp (bitset dst, bitset src1, bitset src2, bitset src3)
638 bitset_word *src1p = ABITSET_WORDS (src1);
659 abitset_or_and (bitset dst, bitset src1, bitset src2, bitset src3)
662 bitset_word *src1p = ABITSET_WORDS (src1);
674 abitset_or_and_cmp (bitset dst, bitset src1, bitset src2, bitset src3)
678 bitset_word *src1p = ABITSET_WORDS (src1);