Searched refs:DIFFERENCE (Results 1 - 7 of 7) sorted by relevance
/third_party/elfutils/src/ |
H A D | elfcmp.c | 179 #define DIFFERENCE \ in main() macro 203 DIFFERENCE; in main() 218 DIFFERENCE; in main() 234 DIFFERENCE; in main() 250 DIFFERENCE; in main() 308 DIFFERENCE; in main() 331 DIFFERENCE; in main() 400 DIFFERENCE; in main() 445 DIFFERENCE; in main() 464 DIFFERENCE; in main() [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_blend.asm | 314 %macro DIFFERENCE 3-4 0 430 DIFFERENCE difference, b, w label 445 DIFFERENCE difference, b, w label 456 DIFFERENCE difference_16, w, d, 1 label 478 DIFFERENCE difference, b, w label 494 DIFFERENCE difference_16, w, d, 1 label
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | ClipOp.java | 11 DIFFERENCE(0), enum constant
|
H A D | BlendMode.java | 33 DIFFERENCE(22), enum constant
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcExtTokens.cpp | 150 DIFFERENCE = GL_DIFFERENCE; in init() 276 DIFFERENCE = GL_DIFFERENCE_KHR; in init()
|
H A D | glcExtTokens.hpp | 152 glw::GLenum DIFFERENCE; member
|
/third_party/rust/crates/bitflags/src/ |
H A D | lib.rs | 1231 const DIFFERENCE: Flags = Flags::all().difference(Flags::A); in test_set_ops_const() consts 1233 const SYM_DIFFERENCE: Flags = UNION.symmetric_difference(DIFFERENCE); in test_set_ops_const() 1236 assert_eq!(DIFFERENCE, Flags::all() - Flags::A); in test_set_ops_const()
|
Completed in 6 milliseconds