Searched defs:bmp2 (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() 552 const struct bitmask *bmp2) in bitmask_complement() 562 const struct bitmask *bmp2, unsigned int n) in bitmask_shiftright() 572 const struct bitmask *bmp2, unsigned int n) 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 | 431 RetainPtr<CFX_DIBitmap> bmp2 = bmp1->TransformTo(&m, &left, &top); in SetDIBitsWithMatrix() local
|