Searched refs:x1 (Results 1 – 5 of 5) sorted by relevance
| /components/lwp/arch/aarch64/cortex-a/ |
| A D | lwp_gcc.S | 63 msr elr_el1, x1 97 msr elr_el1, x1 117 mov sp, x1 192 mov x1, sp 233 orr x2, x2, x1 237 bic x2, x2, x1 247 mrs x1, elr_el1 307 mrs x1, spsr_el1 311 orr x1, x1, #(1 << 21) 334 mov sp, x1 [all …]
|
| /components/drivers/virtio/ |
| A D | virtio_gpu.c | 711 static void virtio_gpu_draw_hline(const char *pixel, int x1, int x2, int y) in virtio_gpu_draw_hline() argument 719 x1 < 0 || x2 < 0 || y < 0) in virtio_gpu_draw_hline() 724 if (x1 > x2) in virtio_gpu_draw_hline() 726 x1 ^= x2; in virtio_gpu_draw_hline() 727 x2 ^= x1; in virtio_gpu_draw_hline() 728 x1 ^= x2; in virtio_gpu_draw_hline() 732 fb += (y * virtio_gpu_dev->pmode.r.width + x1) * VIRTIO_GPU_FORMAT_PIXEL; in virtio_gpu_draw_hline() 734 for (i = x1; i < x2; ++i) in virtio_gpu_draw_hline()
|
| /components/drivers/include/drivers/classes/ |
| A D | graphic.h | 97 void (*draw_hline)(const char *pixel, int x1, int x2, int y);
|
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | auth_none.c | 121 static bool_t authnone_validate(AUTH *x, struct opaque_auth *x1) in authnone_validate() argument
|
| /components/dfs/dfs_v1/filesystems/nfs/ |
| A D | nfs_auth.c | 158 static bool_t authnone_validate(AUTH *x, struct opaque_auth *x1) in authnone_validate() argument
|
Completed in 10 milliseconds