Searched defs:bmp1 (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libbitmask.c | 352 struct bitmask *bitmask_copy(struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_copy() 474 int bitmask_equal(const struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_equal() 484 int bitmask_subset(const struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_subset() 494 int bitmask_disjoint(const struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_disjoint() 504 int bitmask_intersects(const struct bitmask *bmp1, const struct bitmask *bmp2) in bitmask_intersects() 551 struct bitmask *bitmask_complement(struct bitmask *bmp1, in bitmask_complement() 561 struct bitmask *bitmask_shiftright(struct bitmask *bmp1, in bitmask_shiftright() 571 struct bitmask *bitmask_shiftleft(struct bitmask *bmp1, in bitmask_shiftleft() 585 struct bitmask *bitmask_and(struct bitmask *bmp1, const struct bitmask *bmp2, in bitmask_and() 595 struct bitmask *bitmask_andnot(struct bitmask *bmp1, const struct bitmask *bmp2, in bitmask_andnot() [all …]
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.cpp | 404 RetainPtr<CFX_DIBitmap> bmp1 = source->FlipImage(false, true); in SetDIBitsWithMatrix() local
|