Searched defs:bmp2 (Results 1 – 3 of 3) 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/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
D | BitmapUtils.java | 36 private static Boolean compareBasicBitmapsInfo(Bitmap bmp1, Bitmap bmp2) { in compareBasicBitmapsInfo() 85 public static boolean compareBitmaps(Bitmap bmp1, Bitmap bmp2) { in compareBitmaps() 107 public static boolean compareBitmaps(Bitmap bmp1, Bitmap bmp2, double minimumPrecision) { in compareBitmaps()
|
/external/pdfium/xfa/fgas/graphics/ |
D | cfgas_gegraphics.cpp | 410 RetainPtr<CFX_DIBitmap> bmp2 = bmp1->TransformTo(m, &left, &top); in SetDIBitsWithMatrix() local
|