Searched defs:dwVal (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw32rng.c61 DWORD dwHigh, dwLow, dwVal; local
89 dwVal = GetTickCount();
91 nBytes = sizeof(dwVal) > size ? size : sizeof(dwVal);
92 memcpy(((char *)buf) + n, &dwVal, nBytes);
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp1252 DWORD dwVal; local
1258 dwVal = _ttol(argv[7]);
1259 pbVal = (BYTE*)&dwVal;

Completed in 68 milliseconds