Home
last modified time | relevance | path

Searched refs:dx (Results 1 – 3 of 3) sorted by relevance

/lk-master/lib/gfx/
A Dgfx.c327 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 Dfaults.c33 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 Dx86.h28 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 9 milliseconds