Home
last modified time | relevance | path

Searched refs:bitwise_or_0 (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/java/src/
Dcore+Core.java1290 bitwise_or_0(src1.nativeObj, src2.nativeObj, dst.nativeObj, mask.nativeObj); in bitwise_or()
2382 …private static native void bitwise_or_0(long src1_nativeObj, long src2_nativeObj, long dst_nativeO… in bitwise_or_0() method in Core