Searched defs:cch (Results 126 - 135 of 135) sorted by relevance

123456

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinuser16.h197 UINT16 cch; member in struct:__anon14282
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp1115 size_t cch = strlen(gHostKeyDisabledCombinations); local
1116 for (size_t i = 0; i < cch; i++)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinuser16.h197 UINT16 cch; member in struct:__anon1606
/vbox/src/bldprogs/
H A DVBoxCPP.cpp1050 * @param cch The number of characters to write.
1052 static RTEXITCODE vbcppOutputWrite(PVBCPP pThis, const char *pch, size_t cch) argument
1054 int rc = ScmStreamWrite(&pThis->StrmOutput, pch, cch);
2864 ssize_t cch = 0;
2896 cch = ScmStreamPrintf(&pThis->StrmOutput, "inline %s %s = %.*s;\n",
2935 cch = ScmStreamPrintf(&pThis->StrmOutput, "inline %s %s = %.*s;\n",
2938 cch = ScmStreamPrintf(&pThis->StrmOutput, "inline uint32_t %s = 1U << %llu;\n",
2941 cch = ScmStreamPrintf(&pThis->StrmOutput, "inline uint64_t %s = 1ULL << %llu;\n",
2954 if (cch < 0)
3053 ssize_t cch; local
3122 ssize_t cch = ScmStreamPrintf(&pThis->StrmOutput, "#%*sundef %.*s", local
3229 ssize_t cch = ScmStreamPrintf(&pThis->StrmOutput, "#%*s%s %.*s", local
4538 ssize_t cch = ScmStreamPrintf(&pThis->StrmOutput, "#%*selif", pCond->iKeepLevel - 1, ""); local
4696 ssize_t cch = ScmStreamPrintf(&pThis->StrmOutput, "#%*selse", pCond->iKeepLevel - 1, ""); local
4748 ssize_t cch = ScmStreamPrintf(&pThis->StrmOutput, "#%*sendif", pCond->iKeepLevel - 1, ""); local
4886 ssize_t cch; local
4954 ssize_t cch = ScmStreamPrintf(&pThis->StrmOutput, "#%*spragma %.*s", local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drichedit.h583 LONG cch; member in struct:_ensaveclipboard
H A Dwinuser.h1606 UINT cch; member in struct:tagMENUITEMINFOA
1621 UINT cch; member in struct:tagMENUITEMINFOW
H A Dcommctrl.h1809 UINT cch; member in struct:_TTGETTITLE
1950 UINT cch; member in struct:tagREBARBANDINFOA
1979 UINT cch; member in struct:tagREBARBANDINFOW
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drichedit.h583 LONG cch; member in struct:_ensaveclipboard
H A Dcommctrl.h1841 UINT cch; member in struct:_TTGETTITLE
1990 UINT cch; member in struct:tagREBARBANDINFOA
2019 UINT cch; member in struct:tagREBARBANDINFOW
H A Dwinuser.h2194 UINT cch; member in struct:tagMENUITEMINFOA
2209 UINT cch; member in struct:tagMENUITEMINFOW

Completed in 237 milliseconds

123456