Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/tests/derive/
Dnested_subcommands.rs123 cmd: Sub3,
129 enum Sub3 { enum
141 cmd: Sub3::Quux {} in test_subsubcommand()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless.c90 static LOCAL_INLINE int Sub3(int a, int b, int c) { in Sub3() function
100 Sub3((a >> 24) , (b >> 24) , (c >> 24) ) + in Select()
101 Sub3((a >> 16) & 0xff, (b >> 16) & 0xff, (c >> 16) & 0xff) + in Select()
102 Sub3((a >> 8) & 0xff, (b >> 8) & 0xff, (c >> 8) & 0xff) + in Select()
103 Sub3((a ) & 0xff, (b ) & 0xff, (c ) & 0xff); in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1787 SDValue Sub3 = DAG.getBitcast(VT, in LowerUDIVREM64() local
1796 SDValue Sel2 = DAG.getSelectCC(DL, C6, Zero, Sub3, Sub2, ISD::SETNE); in LowerUDIVREM64()