Searched refs:wa (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
H A D | misc.c | 281 int k, wa, wb, wc; local 299 wa = a->wds; 301 wc = wa + wb; 310 xae = xa + wa; 556 int i, wa, wb; local 588 wa = a->wds; 590 xae = xa + wa; 642 wa--; 643 c->wds = wa;
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | xclip.c | 532 XWindowAttributes wa; local 635 XGetWindowAttributes(g_display, g_wnd, &wa); 636 if ((wa.your_event_mask | PropertyChangeMask) != wa.your_event_mask) 638 XSelectInput(g_display, g_wnd, (wa.your_event_mask | PropertyChangeMask)); 897 XWindowAttributes wa; local 921 XGetWindowAttributes(g_display, g_wnd, &wa); 923 (wa.your_event_mask ^ PropertyChangeMask));
|
H A D | xwin.c | 378 XWindowAttributes wa; local 383 XGetWindowAttributes(g_display, sw->wnd, &wa); 384 XTranslateCoordinates(g_display, sw->wnd, wa.root, 385 -wa.border_width, -wa.border_width, &x, &y, &child_return); 387 serial = seamless_send_position(sw->id, x, y, wa.width, wa.height, 0); 394 sw->outpos_width = wa.width; 395 sw->outpos_height = wa.height;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prdtoa.c | 839 int k, wa, wb, wc; local 857 wa = a->wds; 859 wc = wa + wb; 866 xae = xa + wa; 1102 int i, wa, wb; local 1130 wa = a->wds; 1132 xae = xa + wa; 1182 wa--; 1183 c->wds = wa;
|
/vbox/src/recompiler/tests/ |
H A D | test-i386.c | 862 int16_t wa; local 879 asm volatile ("fist %0" : "=m" (wa) : "t" (a)); 884 printf("(short)a = %d\n", wa);
|
Completed in 1170 milliseconds