Searched defs:ch1 (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A DRTStrNCmp.cpp49 char ch1 = *psz1++; local
51 if (ch1 != ch2)
52 return ch1 > ch2 ? 1 : -1;
53 else if (ch1 == 0)
/vbox/src/VBox/Runtime/r3/nt/
H A Dinternal-r3-nt.h61 unsigned ch1 = *pwsz1++; local
63 if (ch1 != ch2)
/vbox/src/VBox/Frontends/VirtualBox/src/
H A Dhardenedmain.cpp32 char ch1 = *psz1++; local
34 if (ch1 != ch2)
35 return ch1 < ch2 ? -1 : 1;
36 if (!ch1)
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedNoCrt.cpp152 char ch1 = *psz1++; local
154 if (ch1 != ch2)
155 return ch1 < ch2 ? -1 : 1;
156 if (ch1 == 0)
167 char ch1 = *psz1++; local
169 if (ch1 != ch2)
170 return ch1 < ch2 ? -1 : 1;
171 if (ch1 == 0)
/vbox/src/VBox/Runtime/r3/posix/
H A Dpathhost-posix.cpp72 char ch1 = *pszStr1++; local
75 if ( ch1 != ch2Upper
76 && ch1 != ch2Lower)
77 return ch1 < ch2Upper ? -1 : 1;
78 if (!ch1)
/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp355 unsigned ch1 = *pwsz1++; local
357 if (ch1 != ch2)
/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp600 unsigned int ch1 = *psz1++; local
602 if (ch1 != ch2)
605 if (ch1 == '/')
608 return ch1 ? 1 : -1;
609 return ch1 - ch2;
613 if (ch1 == '\0')
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp1281 char ch1 = *pszName1++; local
1283 if (ch1 != wc2)
1285 ch1 = RT_C_TO_LOWER(ch1);
1287 if (ch1 != wc2)
1290 if (!ch1)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dicm.h98 WORD ch1; member in struct:GENERIC3CHANNEL
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dicm.h98 WORD ch1; member in struct:GENERIC3CHANNEL
/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c562 int ch1; /* First child */ member in struct:_xmlXPathStepOp
706 * @ch1: first child index
720 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2, argument
738 comp->steps[comp->nbStep].ch1 = ch1;
788 tmp = op->ch1;
789 op->ch1 = op->ch2;
806 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \
807 xmlXPathCompExprAdd(ctxt->comp, (ch1), (ch2), (op), \
1276 if (op->ch1 >
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 1498 milliseconds