Home
last modified time | relevance | path

Searched refs:cmp (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcall.asm147 cmp rax, 0
191 cmp r10, typelib_TypeClass_VOID
193 cmp r10, typelib_TypeClass_LONG
197 cmp r10, typelib_TypeClass_ENUM
199 cmp r10, typelib_TypeClass_BOOLEAN
201 cmp r10, typelib_TypeClass_BYTE
203 cmp r10, typelib_TypeClass_CHAR
205 cmp r10, typelib_TypeClass_SHORT
209 cmp r10, typelib_TypeClass_FLOAT
211 cmp r10, typelib_TypeClass_DOUBLE
[all …]
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Duno2cpp.cxx83 cmp ecx, typelib_TypeClass_VOID in callVirtualMethod()
87 cmp ecx, typelib_TypeClass_LONG in callVirtualMethod()
89 cmp ecx, typelib_TypeClass_UNSIGNED_LONG in callVirtualMethod()
91 cmp ecx, typelib_TypeClass_ENUM in callVirtualMethod()
94 cmp ecx, typelib_TypeClass_BOOLEAN in callVirtualMethod()
96 cmp ecx, typelib_TypeClass_BYTE in callVirtualMethod()
99 cmp ecx, typelib_TypeClass_CHAR in callVirtualMethod()
101 cmp ecx, typelib_TypeClass_SHORT in callVirtualMethod()
106 cmp ecx, typelib_TypeClass_FLOAT in callVirtualMethod()
109 cmp ecx, typelib_TypeClass_DOUBLE in callVirtualMethod()
[all …]
H A Dcpp2uno.cxx379 cmp eax, typelib_TypeClass_FLOAT in cpp_vtable_call()
381 cmp eax, typelib_TypeClass_DOUBLE in cpp_vtable_call()
383 cmp eax, typelib_TypeClass_HYPER in cpp_vtable_call()
385 cmp eax, typelib_TypeClass_UNSIGNED_HYPER in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcall.s176 cmp $2, %ecx / typelib_TypeClass_BOOLEAN
178 cmp $3, %ecx
182 cmp $4, %ecx / typelib_TypeClass_SHORT
184 cmp $5, %ecx / typelib_TypeClass_UNSIGNED_SHORT
188 cmp $6, %ecx / typelib_TypeClass_LONG
190 cmp $7, %ecx / typelib_TypeClass_UNSIGNED_LONG
192 cmp $1, %ecx / typelib_TypeClass_CHAR (wchar_t)
194 cmp $15, %ecx / typelib_TypeClass_ENUM
198 cmp $8, %ecx / typelib_TypeClass_HYPER
204 cmp $10, %ecx / typelib_TypeClass_FLOAT
[all …]
/trunk/main/sal/osl/unx/asm/
H A Dinterlck_sparc.s133 cmp %o0, %g0
173 cmp %o1, -4096 ! test spinlock
177 cmp %o1, -4096
195 cmp %o1, -4096 ! test spinlock
199 cmp %o1, -4096
230 cmp %o1, %o2
256 cmp %o1, %o2
H A Dinterlck_x86.s40 cmp $0,(%edx)
72 cmp $0,(%edx)
/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.cxx204 sal_Bool cmp = sal_False; in AStringToFloatCompare() local
218 cmp = sal_True; in AStringToFloatCompare()
222 return cmp; in AStringToFloatCompare()
232 sal_Bool cmp = sal_False; in AStringToDoubleCompare() local
246 cmp = sal_True; in AStringToDoubleCompare()
250 return cmp; in AStringToDoubleCompare()
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.cxx226 sal_Bool cmp = sal_False; in AStringToFloatCompare() local
240 cmp = sal_True; in AStringToFloatCompare()
244 return cmp; in AStringToFloatCompare()
254 sal_Bool cmp = sal_False; in AStringToDoubleCompare() local
268 cmp = sal_True; in AStringToDoubleCompare()
272 return cmp; in AStringToDoubleCompare()
/trunk/main/autodoc/source/inc/
H A Dadc_msg.hxx93 { int cmp = csv::compare(sFile,i_other.sFile); in operator <() local
94 return cmp < 0 in operator <()
96 : cmp > 0 in operator <()
/trunk/main/toolkit/source/layout/core/
H A Dproplist.cxx351 int min = 0, max = attribsMapLen - 1, mid, cmp;
355 cmp = rName.compareToAscii( attribsMap[ mid ].name );
356 if ( cmp > 0 )
358 else if ( cmp < 0 )
/trunk/main/pyuno/source/module/
H A Duno.py311 def _uno_struct__eq__(self,cmp): argument
312 if hasattr(cmp,"value"):
313 return self.__dict__["value"] == cmp.__dict__["value"]
/trunk/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java676 if ((eq = cmp(left.Graph, right.Graph )) != 0) in compare()
680 if ((eq = cmp(left.Subject, right.Subject )) != 0) in compare()
684 if ((eq = cmp(left.Predicate, right.Predicate)) != 0) in compare()
688 if ((eq = cmp(left.Object, right.Object )) != 0) in compare()
695 public int cmp(XNode i_Left, XNode i_Right) in cmp() method in RDFRepositoryTest.StmtComp
/trunk/main/sw/source/core/txtnode/
H A Dndhints.cxx394 SwComparePosition cmp = ComparePosition( in Check() local
397 CHECK_ERR( (POS_OVERLAP_BEFORE != cmp) && in Check()
398 (POS_OVERLAP_BEHIND != cmp), in Check()
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A Dmakefile.mk27 PACKAGE = com$/sun$/star$/cmp
42 JARCLASSDIRS = com/sun/star/cmp
H A Dmanifest1 RegistrationClassName: com.sun.star.cmp.MyPersistObject
/trunk/main/sal/osl/w32/
H A Dinterlck.c71 cmp edx, 0
121 cmp edx, 0
/trunk/main/basic/source/comp/
H A Dscanner.cxx379 sal_Unicode *cmp = cmp1; in NextSym() local
387 cmp = cmp2; base = 8; ndig = 11; break; in NextSym()
407 else if( String( cmp ).Search( ch ) != STRING_NOTFOUND ) in NextSym()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dcall.s61 cmp $10, %rax # typelib_TypeClass_FLOAT
63 cmp $11, %rax # typelib_TypeClass_DOUBLE
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dcall.s61 cmp $10, %rax # typelib_TypeClass_FLOAT
63 cmp $11, %rax # typelib_TypeClass_DOUBLE
/trunk/main/solenv/bin/
H A Dbuildalyzer66 return cmp(self.getFullOutputname(), other.getFullOutputname())
75 return cmp(self.name, other.name)
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java1046 if ((eq = cmp(left.Graph, right.Graph )) != 0) return eq; in compare()
1047 if ((eq = cmp(left.Subject, right.Subject )) != 0) return eq; in compare()
1048 if ((eq = cmp(left.Predicate, right.Predicate)) != 0) return eq; in compare()
1049 if ((eq = cmp(left.Object, right.Object )) != 0) return eq; in compare()
1053 public int cmp(XNode i_Left, XNode i_Right) in cmp() method in DocumentMetadataAccess.StmtComp
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx195 const char *cmp = "0123456789ABCDEF"; in ImpScan() local
201 case 'O': cmp = "01234567"; base = 8; ndig = 11; break; in ImpScan()
211 if( strchr( cmp, ch ) ) *q++ = ch; in ImpScan()
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx1222 int min = 0, max = sizeof( toIgnoreList )/sizeof( char * ) - 1, mid, cmp; in toIgnore() local
1225 cmp = prop.compareToAscii( toIgnoreList[ mid ] ); in toIgnore()
1226 if ( cmp > 0 ) in toIgnore()
1228 else if ( cmp < 0 ) in toIgnore()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.hxx114 return const_cast<GooString*>(&familyName)->cmp( in operator ==()
/trunk/main/mythes/
H A Dmythes-1.2.0-vanilla-th-gen-idx.patch37 $aent cmp $bent;

Completed in 167 milliseconds

12