Searched refs:dx (Results 1 – 3 of 3) sorted by relevance
/lk-master/lib/gfx/ |
A D | gfx.c | 327 int dx = x2 - x1; in gfx_line() local 330 int sdx = (0 < dx) - (dx < 0); in gfx_line() 333 uint dxabs = (dx > 0) ? dx : -dx; in gfx_line() 731 float a,b, dx, dy, mag, c, ci; in gfx_draw_mandelbrot() local 734 dx= 3.0f/((float)surface->width); in gfx_draw_mandelbrot() 753 c = c + dx; in gfx_draw_mandelbrot()
|
/lk-master/arch/x86/ |
A D | faults.c | 33 frame->ax, frame->cx, frame->dx, frame->bx); in dump_fault_frame() 42 frame->ax, frame->bx, frame->cx, frame->dx); in dump_fault_frame()
|
/lk-master/arch/x86/include/arch/ |
A D | x86.h | 28 uint32_t di, si, bp, sp, bx, dx, cx, ax; // pushed by common handler using pusha member 37 uint64_t di, si, bp, bx, dx, cx, ax; // pushed by common handler member
|
Completed in 7 milliseconds