Searched refs:vk (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c2081 digit wm1, wm2, carry, q, r, vtop, *v0, *vk, *w0, *ak; local
2134 for (vk = v0+k, ak = a->ob_digit + k; vk-- > v0;) {
2135 /* inner loop: divide vk[0:size_w+1] by w0[0:size_w], giving
2136 single-digit quotient q, remainder in vk[0:size_w]. */
2147 vtop = vk[size_w];
2149 vv = ((twodigits)vtop << PyLong_SHIFT) | vk[size_w-1];
2153 | vk[size_w-2])) {
2161 /* subtract q*w0[0:size_w] from vk[0:size_w+1] */
2166 z = (sdigit)vk[
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwindowsx.h872 /* void Cls_OnKey(HWND hwnd, UINT vk, BOOL fDown, int cRepeat, UINT flags) */
875 #define FORWARD_WM_KEYDOWN(hwnd, vk, cRepeat, flags, fn) \
876 (void)(fn)((hwnd), WM_KEYDOWN, (WPARAM)(UINT)(vk), MAKELPARAM((cRepeat), (flags)))
878 /* void Cls_OnKey(HWND hwnd, UINT vk, BOOL fDown, int cRepeat, UINT flags) */
881 #define FORWARD_WM_KEYUP(hwnd, vk, cRepeat, flags, fn) \
882 (void)(fn)((hwnd), WM_KEYUP, (WPARAM)(UINT)(vk), MAKELPARAM((cRepeat), (flags)))
896 /* void Cls_OnSysKey(HWND hwnd, UINT vk, BOOL fDown, int cRepeat, UINT flags) */
899 #define FORWARD_WM_SYSKEYDOWN(hwnd, vk, cRepeat, flags, fn) \
900 (void)(fn)((hwnd), WM_SYSKEYDOWN, (WPARAM)(UINT)(vk), MAKELPARAM((cRepeat), (flags)))
902 /* void Cls_OnSysKey(HWND hwnd, UINT vk, BOO
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwindowsx.h872 /* void Cls_OnKey(HWND hwnd, UINT vk, BOOL fDown, int cRepeat, UINT flags) */
875 #define FORWARD_WM_KEYDOWN(hwnd, vk, cRepeat, flags, fn) \
876 (void)(fn)((hwnd), WM_KEYDOWN, (WPARAM)(UINT)(vk), MAKELPARAM((cRepeat), (flags)))
878 /* void Cls_OnKey(HWND hwnd, UINT vk, BOOL fDown, int cRepeat, UINT flags) */
881 #define FORWARD_WM_KEYUP(hwnd, vk, cRepeat, flags, fn) \
882 (void)(fn)((hwnd), WM_KEYUP, (WPARAM)(UINT)(vk), MAKELPARAM((cRepeat), (flags)))
896 /* void Cls_OnSysKey(HWND hwnd, UINT vk, BOOL fDown, int cRepeat, UINT flags) */
899 #define FORWARD_WM_SYSKEYDOWN(hwnd, vk, cRepeat, flags, fn) \
900 (void)(fn)((hwnd), WM_SYSKEYDOWN, (WPARAM)(UINT)(vk), MAKELPARAM((cRepeat), (flags)))
902 /* void Cls_OnSysKey(HWND hwnd, UINT vk, BOO
[all...]

Completed in 1157 milliseconds