Searched defs:length2 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp834 uint32 length2 = sizeof regStr; local
835 err = NR_RegGetEntry( mReg,(RKEY)baseKey,NS_CONST_CAST(char*,path), regStr, &length2);
840 *length = length2;
849 *length = length2;
864 length2 = *length;
865 err = NR_RegGetEntry( mReg,(RKEY)baseKey,NS_CONST_CAST(char*,path), *result, &length2);
866 *length = length2;
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2459 double length2 = sqrt (pow ((double) (var2.x() - aRectangle.x()), (double) 2) + local
2463 return length1 > length2 ? var2 : var1;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 63 milliseconds