• Home
  • Raw
  • Download

Lines Matching defs:dst

303 abitset_unused_clear (bitset dst)  in abitset_unused_clear()
309 ABITSET_WORDS (dst)[dst->b.csize - 1] &= in abitset_unused_clear() local
315 abitset_ones (bitset dst) in abitset_ones()
328 abitset_zero (bitset dst) in abitset_zero()
340 abitset_empty_p (bitset dst) in abitset_empty_p()
354 abitset_copy1 (bitset dst, bitset src) in abitset_copy1()
367 abitset_not (bitset dst, bitset src) in abitset_not()
381 abitset_equal_p (bitset dst, bitset src) in abitset_equal_p()
396 abitset_subset_p (bitset dst, bitset src) in abitset_subset_p()
411 abitset_disjoint_p (bitset dst, bitset src) in abitset_disjoint_p()
427 abitset_and (bitset dst, bitset src1, bitset src2) in abitset_and()
441 abitset_and_cmp (bitset dst, bitset src1, bitset src2) in abitset_and_cmp()
465 abitset_andn (bitset dst, bitset src1, bitset src2) in abitset_andn()
479 abitset_andn_cmp (bitset dst, bitset src1, bitset src2) in abitset_andn_cmp()
503 abitset_or (bitset dst, bitset src1, bitset src2) in abitset_or()
517 abitset_or_cmp (bitset dst, bitset src1, bitset src2) in abitset_or_cmp()
541 abitset_xor (bitset dst, bitset src1, bitset src2) in abitset_xor()
555 abitset_xor_cmp (bitset dst, bitset src1, bitset src2) in abitset_xor_cmp()
579 abitset_and_or (bitset dst, bitset src1, bitset src2, bitset src3) in abitset_and_or()
594 abitset_and_or_cmp (bitset dst, bitset src1, bitset src2, bitset src3) in abitset_and_or_cmp()
619 abitset_andn_or (bitset dst, bitset src1, bitset src2, bitset src3) in abitset_andn_or()
634 abitset_andn_or_cmp (bitset dst, bitset src1, bitset src2, bitset src3) in abitset_andn_or_cmp()
659 abitset_or_and (bitset dst, bitset src1, bitset src2, bitset src3) in abitset_or_and()
674 abitset_or_and_cmp (bitset dst, bitset src1, bitset src2, bitset src3) in abitset_or_and_cmp()
699 abitset_copy (bitset dst, bitset src) in abitset_copy()