Home
last modified time | relevance | path

Searched defs:in2 (Results 1 – 4 of 4) sorted by relevance

/trunk/main/autodoc/inc/cosv/
H A Dcomfunc.hxx81 max(E in1, E in2) { return in1 < in2 ? in2 : in1; } in max()
84 min(E in1, E in2) { return in1 < in2 ? in1 : in2; } in min()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcpp2uno.cxx546 sal_Int64 cpp_vtable_call( sal_uInt32 in0, sal_uInt32 in1, sal_uInt32 in2, sal_uInt32 in3, sal_uInt… in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dcpp2uno.cxx486 long in0, long in1, long in2, long in3, long in4, long in5, long in6, long in7, in cpp_vtable_call()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx983 void SAL_CALL OComponent::testout_methodMulParams4( float in1, float& out1, sal_Int32 in2, sal_Int3… in testout_methodMulParams4() argument

Completed in 36 milliseconds