Searched defs:ch2 (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A DRTStrNCmp.cpp50 char ch2 = *psz2++; local
51 if (ch1 != ch2)
52 return ch1 > ch2 ? 1 : -1;
/vbox/src/VBox/Runtime/r3/nt/
H A Dinternal-r3-nt.h62 unsigned ch2 = (unsigned char)*psz2++; local
63 if (ch1 != ch2)
/vbox/src/VBox/Frontends/VirtualBox/src/
H A Dhardenedmain.cpp33 char ch2 = *psz2++; local
34 if (ch1 != ch2)
35 return ch1 < ch2 ? -1 : 1;
/vbox/src/VBox/Runtime/common/path/
H A DRTPathParse.cpp.h178 char ch2 = ch; local
179 if (ch2)
181 ch2 = pszPath[++offCur];
182 if (RTPATH_IS_SLASH(ch2))
186 ch2 = pszPath[++offCur];
187 while (RTPATH_IS_SLASH(ch2));
192 if (ch2 == '\0')
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedNoCrt.cpp153 char ch2 = *psz2++; local
154 if (ch1 != ch2)
155 return ch1 < ch2 ? -1 : 1;
168 char ch2 = *psz2++; local
169 if (ch1 != ch2)
170 return ch1 < ch2 ? -1 : 1;
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfschain.cpp186 char ch2 = psz[2]; local
187 if (ch2 == '(' || ch2 == ')' || ch2 == '\\' || ch2 == ',')
190 ch = ch2;
/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-2.cpp595 char ch2; local
601 while (RT_C_IS_SPACE(ch2 = *psz) || ch2 == '<' || ch2 == '>' || ch2 == ',' || ch2 == ';')
603 if (ch2 == '<')
608 if (ch2 == '0' && (psz[1] == 'x' || psz[1] == 'X'))
611 ch2 = *psz;
614 if (!ch2)
[all...]
/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp356 unsigned ch2 = (unsigned char)*psz2++; local
357 if (ch1 != ch2)
/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp601 unsigned int ch2 = *psz2++; local
602 if (ch1 != ch2)
606 return ch2 ? -1 : 1;
607 if (ch2 == '/')
609 return ch1 - ch2;
/vbox/src/VBox/Debugger/
H A DDBGCEval.cpp243 char const ch2 = pszExpr[1]; local
246 if (ch == '0' && (ch2 == 'x' || ch2 == 'X'))
257 if (ch == '0' && ch2 == 'i')
261 if (ch == '0' && ch2 == 't')
265 if (ch == '0' && ch2 == 'y')
334 char const ch2 = pszExpr[1]; local
338 if (ch == '0' && (ch2 == 'x' || ch2 == 'X'))
362 if (ch == '0' && (ch2
[all...]
/vbox/src/bldprogs/
H A DVBoxTpG.cpp1339 unsigned ch2 = ScmStreamGetCh(pStrm); AssertBreak(ch == ch2); NOREF(ch2); local
H A DVBoxCPP.cpp1364 unsigned ch2 = ScmStreamPeekCh(pStrmInput); local
1365 if (ch2 == '/')
1534 unsigned ch2 = ScmStreamGetCh(pStrmInput); local
1535 AssertBreakStmt(ch2 == ch, rcExit = vbcppError(pThis, "internal error"));
1774 unsigned ch2 = vbcppMacroExpandPeekCh(pExp, poff); local
1775 if (ch2 == '\n')
1777 ch2 = ScmStreamGetCh(pExp->pStrmInput);
1778 AssertReturn(ch2 == '\n', vbcppError(pThis, "internal error"));
1947 unsigned ch2 = vbcppMacroExpandPeekCh(pExp, poff); local
1949 if (ch2
1977 unsigned ch2 = vbcppMacroExpandPeekCh(pExp, poff); local
3687 char ch2 = *pParser->pszCur; local
3782 char ch2 = *pParser->pszCur++; local
4371 unsigned ch2 = ScmStreamGetCh(pStrmInput); Assert(ch == ch2); local
4402 unsigned ch2 = ScmStreamGetCh(pStrmInput); local
4408 unsigned ch2 = ScmStreamGetCh(pStrmInput); Assert(ch == ch2); local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dicm.h99 WORD ch2; member in struct:GENERIC3CHANNEL
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dicm.h99 WORD ch2; member in struct:GENERIC3CHANNEL
/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c563 int ch2; /* Second child */ member in struct:_xmlXPathStepOp
707 * @ch2: second child index
720 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2, argument
739 comp->steps[comp->nbStep].ch2 = ch2;
789 op->ch1 = op->ch2;
790 op->ch2 = tmp;
806 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \
807 xmlXPathCompExprAdd(ctxt->comp, (ch1), (ch2), (op), \
1278 if (op->ch2 >
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...

Completed in 91 milliseconds