| /openbmc/u-boot/drivers/usb/musb/ |
| H A D | musb_debug.h | 27 static inline void musb_print_csr0(u16 w) in musb_print_csr0() 57 static inline void musb_print_intrtx(u16 w) in musb_print_intrtx() 62 static inline void musb_print_intrrx(u16 w) in musb_print_intrrx() 124 static inline void musb_print_rxmaxp(u16 w) in musb_print_rxmaxp() 129 static inline void musb_print_rxcsr(u16 w) in musb_print_rxcsr() 153 static inline void musb_print_txmaxp(u16 w) in musb_print_txmaxp() 158 static inline void musb_print_txcsr(u16 w) in musb_print_txcsr() 180 #define musb_print_csr0(w) argument 182 #define musb_print_intrtx(w) argument 183 #define musb_print_intrrx(w) argument [all …]
|
| /openbmc/qemu/util/ |
| H A D | timed-average.c | 59 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 D | qemu-coroutine-sleep.c | 21 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 D | qemu-coroutine-lock.c | 142 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
|
| /openbmc/qemu/hw/watchdog/ |
| H A D | spapr_watchdog.c | 74 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
|
| /openbmc/u-boot/cmd/ |
| H A D | itest.c | 51 static long evalexp(char *s, int w) in evalexp() 129 static int arithcomp (char *s, char *t, int op, int w) in arithcomp() 147 static int binary_test(char *op, char *arg1, char *arg2, int w) in binary_test() 174 int value, w; in do_itest() local
|
| /openbmc/u-boot/arch/nios2/lib/ |
| H A D | libgcc.c | 58 DWunion w; in __ashldi3() local 84 DWunion w; in __ashrdi3() local 111 DWunion w; in __lshrdi3() local 365 DWtype w; in __divdi3() local 385 const DWunion w = { {.low = -uu.s.low, in __negdi2() local 397 DWunion w = {.ll = __umulsidi3 (uu.s.low, vv.s.low)}; in __muldi3() local 411 DWtype w; in __moddi3() local 453 UDWtype w; in __umoddi3() local
|
| /openbmc/qemu/hw/display/ |
| H A D | exynos4210_fimd.c | 109 #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 D | vga-helpers.h | 336 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
|
| /openbmc/qemu/ui/ |
| H A D | vnc-enc-tight.c | 117 static bool tight_can_send_png_rect(VncState *vs, VncTight *tight, int w, int h) in tight_can_send_png_rect() 138 tight_detect_smooth_image24(VncState *vs, VncTight *tight, int w, int h) in tight_detect_smooth_image24() 297 tight_detect_smooth_image(VncState *vs, VncTight *tight, int w, int h) in tight_detect_smooth_image() 555 int w, int h) in tight_filter_gradient24() 681 check_solid_tile32(VncState *vs, int x, int y, int w, int h, in check_solid_tile32() 710 static bool check_solid_tile(VncState *vs, int x, int y, int w, int h, in check_solid_tile() 717 static void find_best_solid_area(VncState *vs, int x, int y, int w, int h, in find_best_solid_area() 755 static void extend_solid_area(VncState *vs, int x, int y, int w, int h, in extend_solid_area() 923 int x, int y, int w, int h) in send_full_color_rect() 970 int w, int h, uint32_t bg, uint32_t fg) in send_mono_rect() [all …]
|
| H A D | vnc-enc-zrle.c | 55 int x, int y, int w, int h, int bpp) in zrle_convert_fb() 119 static void zrle_choose_palette_rle(VncState *vs, int w, int h, in zrle_choose_palette_rle() 256 int x, int y, int w, int h) in zrle_send_framebuffer_update() 347 int x, int y, int w, int h) in vnc_zrle_send_framebuffer_update() 354 int x, int y, int w, int h) in vnc_zywrle_send_framebuffer_update()
|
| H A D | vnc-enc-hextile.c | 30 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 D | sdl2-gl.c | 64 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()
|
| /openbmc/u-boot/arch/arc/lib/ |
| H A D | libgcc2.c | 16 DWunion w; in __ashldi3() local 39 DWunion w; in __ashrdi3() local 63 DWunion w; in __lshrdi3() local
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | sha1.c | 63 #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
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-avx.py | 65 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 D | test-mmx.py | 32 def reg_w(w): argument 43 def mem_w(w): argument 112 def __init__(self, w): argument
|
| /openbmc/qemu/target/hexagon/mmvec/ |
| H A D | mmvec.h | 36 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
|
| /openbmc/u-boot/include/linux/ |
| H A D | bitops.h | 112 static inline unsigned int generic_hweight32(unsigned int w) in generic_hweight32() 121 static inline unsigned int generic_hweight16(unsigned int w) in generic_hweight16() 129 static inline unsigned int generic_hweight8(unsigned int w) in generic_hweight8()
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen-operations.c | 323 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()
|
| /openbmc/u-boot/arch/mips/lib/ |
| H A D | lshrdi3.c | 5 DWunion uu, w; in __lshrdi3() local
|
| H A D | ashrdi3.c | 5 DWunion uu, w; in __ashrdi3() local
|
| H A D | ashldi3.c | 5 DWunion uu, w; in __ashldi3() local
|
| /openbmc/u-boot/arch/sh/lib/ |
| H A D | ashldi3.c | 5 DWunion uu, w; in __ashldi3() local
|
| H A D | lshrdi3.c | 5 DWunion uu, w; in __lshrdi3() local
|