Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 94) sorted by relevance

1234

/qemu/util/
H A Dtimed-average.c59 static void update_expiration(TimedAverageWindow *w, int64_t now, in update_expiration()
74 static void window_reset(TimedAverageWindow *w) in window_reset()
137 TimedAverageWindow *w = &ta->windows[i]; in check_expirations() local
170 TimedAverageWindow *w = &ta->windows[i]; in timed_average_account() local
192 TimedAverageWindow *w; in timed_average_min() local
205 TimedAverageWindow *w; in timed_average_avg() local
229 TimedAverageWindow *w; in timed_average_sum() local
H A Dqemu-coroutine-sleep.c21 void qemu_co_sleep_wake(QemuCoSleep *w) in qemu_co_sleep_wake()
39 QemuCoSleep *w = opaque; in co_sleep_cb() local
43 void coroutine_fn qemu_co_sleep(QemuCoSleep *w) in qemu_co_sleep()
63 void coroutine_fn qemu_co_sleep_ns_wakeable(QemuCoSleep *w, in qemu_co_sleep_ns_wakeable()
H A Dqemu-coroutine-lock.c142 static void coroutine_fn push_waiter(CoMutex *mutex, CoWaitRecord *w) in push_waiter()
153 CoWaitRecord *w = QSLIST_FIRST(&reversed); in move_waiters() local
161 CoWaitRecord *w; in pop_waiter() local
198 CoWaitRecord w; in qemu_co_mutex_lock_slowpath() local
/qemu/hw/watchdog/
H A Dspapr_watchdog.c74 static target_ulong watchdog_stop(unsigned watchdogNumber, SpaprWatchdog *w) in watchdog_stop()
105 SpaprWatchdog *w = pw; in watchdog_expired() local
140 SpaprWatchdog *w; in h_watchdog() local
206 SpaprWatchdog *w = &spapr->wds[i]; in spapr_watchdog_init() local
219 SpaprWatchdog *w = opaque; in watchdog_needed() local
239 SpaprWatchdog *w = SPAPR_WDT(dev); in spapr_wdt_realize() local
/qemu/ui/
H A Dvnc-enc-tight.c117 static bool tight_can_send_png_rect(VncState *vs, int w, int h) in tight_can_send_png_rect()
138 tight_detect_smooth_image24(VncState *vs, int w, int h) in tight_detect_smooth_image24()
296 tight_detect_smooth_image(VncState *vs, int w, int h) in tight_detect_smooth_image()
550 tight_filter_gradient24(VncState *vs, uint8_t *buf, int w, int h) in tight_filter_gradient24()
676 check_solid_tile32(VncState *vs, int x, int y, int w, int h, in check_solid_tile32()
705 static bool check_solid_tile(VncState *vs, int x, int y, int w, int h, in check_solid_tile()
712 static void find_best_solid_area(VncState *vs, int x, int y, int w, int h, in find_best_solid_area()
750 static void extend_solid_area(VncState *vs, int x, int y, int w, int h, in extend_solid_area()
917 static int send_full_color_rect(VncState *vs, int x, int y, int w, int h) in send_full_color_rect()
963 int w, int h, uint32_t bg, uint32_t fg) in send_mono_rect()
[all …]
H A Dvnc-enc-zrle.c54 static void *zrle_convert_fb(VncState *vs, int x, int y, int w, int h, in zrle_convert_fb()
119 static void zrle_choose_palette_rle(VncState *vs, int w, int h, in zrle_choose_palette_rle()
256 int w, int h) in zrle_send_framebuffer_update()
346 int vnc_zrle_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_zrle_send_framebuffer_update()
352 int vnc_zywrle_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_zywrle_send_framebuffer_update()
H A Dvnc-enc-hextile.c30 static void hextile_enc_cord(uint8_t *ptr, int x, int y, int w, int h) in hextile_enc_cord()
47 int y, int w, int h) in vnc_hextile_send_framebuffer_update()
H A Dsdl2-gl.c64 int x, int y, int w, int h) in sdl2_gl_update()
208 uint32_t w, uint32_t h, in sdl2_gl_scanout_texture()
228 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in sdl2_gl_scanout_flush()
H A Dgtk-egl.c135 int x, int y, int w, int h) in gd_egl_update()
244 uint32_t w, uint32_t h, in gd_egl_scanout_texture()
339 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_egl_scanout_flush()
407 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_egl_flush()
H A Dgtk-gl-area.c149 int x, int y, int w, int h) in gd_gl_area_update()
296 uint32_t w, uint32_t h, in gd_gl_area_scanout_texture()
327 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_gl_area_scanout_flush()
H A Degl-headless.c30 int x, int y, int w, int h) in egl_gfx_update()
64 uint32_t w, uint32_t h, in egl_scanout_texture()
144 uint32_t w, uint32_t h) in egl_scanout_flush()
H A Ddbus-listener.c242 int x, int y, int w, int h) in dbus_call_update_gl()
471 uint32_t w, uint32_t h) in dbus_scanout_share_d3d_texture()
581 uint32_t w, uint32_t h, in dbus_scanout_texture()
696 uint32_t w, uint32_t h) in dbus_scanout_update()
739 int x, int y, int w, int h) in dbus_gl_gfx_update()
755 int x, int y, int w, int h) in dbus_gfx_update_sub()
815 int x, int y, int w, int h) in dbus_gfx_update()
H A Dsdl2-2d.c32 int x, int y, int w, int h) in sdl2_2d_update()
/qemu/hw/display/
H A Dexynos4210_fimd.c109 #define IS_PALETTIZED_MODE(w) (w->wincon & 0xC) argument
111 #define WIN_BPP_MODE(w) ((w->wincon >> 2) & 0xF) argument
112 #define WIN_BPP_MODE_WITH_ALPHA(w) \ argument
117 #define FIMD_WINDOW_PROTECTED(s, w) ((s) & (1 << (10 + (w)))) argument
587 static uint32_t fimd_get_alpha_pix(Exynos4210fimdWindow *w, uint32_t pix_a) in fimd_get_alpha_pix()
593 fimd_get_alpha_pix_extlow(Exynos4210fimdWindow *w, uint32_t pix_a) in fimd_get_alpha_pix_extlow()
599 fimd_get_alpha_pix_exthigh(Exynos4210fimdWindow *w, uint32_t pix_a) in fimd_get_alpha_pix_exthigh()
604 static uint32_t fimd_get_alpha_mult(Exynos4210fimdWindow *w, uint32_t pix_a) in fimd_get_alpha_mult()
609 static uint32_t fimd_get_alpha_mult_ext(Exynos4210fimdWindow *w, uint32_t pix_a) in fimd_get_alpha_mult_ext()
615 static uint32_t fimd_get_alpha_aen(Exynos4210fimdWindow *w, uint32_t pix_a) in fimd_get_alpha_aen()
[all …]
H A Dvga-helpers.h336 int w; in vga_draw_line15_le() local
355 int w; in vga_draw_line15_be() local
377 int w; in vga_draw_line16_le() local
396 int w; in vga_draw_line16_be() local
418 int w; in vga_draw_line24_le() local
436 int w; in vga_draw_line24_be() local
457 int w; in vga_draw_line32_le() local
475 int w; in vga_draw_line32_be() local
H A Dvmware_vga.c82 int x, y, w, h; member
298 int x, int y, int w, int h) in vmsvga_verify_rect()
354 int x, int y, int w, int h) in vmsvga_update_rect()
403 int x, int y, int w, int h) in vmsvga_update_rect_delayed()
421 int x0, int y0, int x1, int y1, int w, int h) in vmsvga_copy_rect()
459 uint32_t c, int x, int y, int w, int h) in vmsvga_fill_rect()
514 #define SVGA_BITMAP_SIZE(w, h) ((((w) + 31) >> 5) * (h)) argument
515 #define SVGA_PIXMAP_SIZE(w, h, bpp) (((((w) * (bpp)) + 31) >> 5) * (h)) argument
/qemu/tests/tcg/multiarch/
H A Dsha1.c63 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
64 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
65 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
66 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
67 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
/qemu/tests/tcg/i386/
H A Dtest-avx.py65 def reg_w(w): argument
76 def mem_w(w): argument
126 def __init__(self, reg, w): argument
173 def __init__(self, w): argument
H A Dtest-mmx.py32 def reg_w(w): argument
43 def mem_w(w): argument
112 def __init__(self, w): argument
/qemu/target/hexagon/mmvec/
H A Dmmvec.h36 int32_t w[MAX_VEC_SIZE_BYTES / 4]; member
47 int32_t w[2 * MAX_VEC_SIZE_BYTES / 4]; member
59 int32_t w[MAX_VEC_SIZE_BYTES / 4 / 8]; member
/qemu/hw/xen/
H A Dxen-operations.c323 struct qemu_xs_watch *w = container_of(n, struct qemu_xs_watch, notifier); in watch_notify() local
334 struct qemu_xs_watch *w = g_new0(struct qemu_xs_watch, 1); in new_watch() local
348 static void free_watch(struct qemu_xs_watch *w) in free_watch()
360 struct qemu_xs_watch *w = new_watch(path, fn, opaque); in libxenstore_watch() local
374 struct qemu_xs_watch *w) in libxenstore_unwatch()
/qemu/hw/pci/
H A Dpci_bridge.c192 PCIBridgeWindows *w = &br->windows; in pci_bridge_region_init() local
217 static void pci_bridge_region_del(PCIBridge *br, PCIBridgeWindows *w) in pci_bridge_region_del()
228 static void pci_bridge_region_cleanup(PCIBridge *br, PCIBridgeWindows *w) in pci_bridge_region_cleanup()
240 PCIBridgeWindows *w = &br->windows; in pci_bridge_update_mappings() local
/qemu/tests/tcg/s390x/
H A Dvx.h8 uint32_t w[4]; /* word */ member
/qemu/hw/nvram/
H A Dxlnx-efuse-crc.c82 uint64_t w; in xlnx_efuse_u37_crc() local
/qemu/target/i386/
H A Dcpu.c1704 FeatureWord w; in is_feature_word_cpuid() local
1974 static uint64_t x86_cpu_get_migratable_flags(X86CPU *cpu, FeatureWord w) in x86_cpu_get_migratable_flags()
6251 FeatureWord w; in x86_cpu_have_filtered_features() local
6262 void mark_unavailable_features(X86CPU *cpu, FeatureWord w, uint64_t mask, in mark_unavailable_features()
6290 void mark_forced_on_features(X86CPU *cpu, FeatureWord w, uint64_t mask, in mark_forced_on_features()
6536 FeatureWord w; in x86_cpu_get_feature_words() local
6577 static const char *x86_cpu_feature_name(FeatureWord w, int bitnr) in x86_cpu_feature_name()
6709 FeatureWord w; in x86_cpu_list_feature_names() local
6944 uint64_t x86_cpu_get_supported_feature_word(X86CPU *cpu, FeatureWord w) in x86_cpu_get_supported_feature_word()
7156 FeatureWord w; in x86_cpu_load_model() local
[all …]

1234