Searched defs:bmp2 (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | libbitmask.c | 352 struct bitmask *bitmask_copy(struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_copy() argument 474 int bitmask_equal(const struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_equal() argument 484 int bitmask_subset(const struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_subset() argument 494 int bitmask_disjoint(const struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_disjoint() argument 504 bitmask_intersects(const struct bitmask *bmp1, const struct bitmask *bmp2) bitmask_intersects() argument 551 bitmask_complement(struct bitmask *bmp1, const struct bitmask *bmp2) bitmask_complement() argument 561 bitmask_shiftright(struct bitmask *bmp1, const struct bitmask *bmp2, unsigned int n) bitmask_shiftright() argument 571 bitmask_shiftleft(struct bitmask *bmp1, const struct bitmask *bmp2, unsigned int n) bitmask_shiftleft() argument 585 bitmask_and(struct bitmask *bmp1, const struct bitmask *bmp2, const struct bitmask *bmp3) bitmask_and() argument 595 bitmask_andnot(struct bitmask *bmp1, const struct bitmask *bmp2, const struct bitmask *bmp3) bitmask_andnot() argument 605 bitmask_or(struct bitmask *bmp1, const struct bitmask *bmp2, const struct bitmask *bmp3) bitmask_or() argument 615 bitmask_eor(struct bitmask *bmp1, const struct bitmask *bmp2, const struct bitmask *bmp3) bitmask_eor() argument [all...] |
Completed in 3 milliseconds