Home
last modified time | relevance | path

Searched refs:ABS (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dlib.h46 #define ABS(_x) ({ \ macro
/xen-4.10.0-shim-comet/xen/common/
A Dlib.c412 ua = ABS(a); in __ldivmod_helper()
413 ub = ABS(b); in __ldivmod_helper()
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D10graphics.diff47 + movw %ax, ABS(int1c_offset)
49 + movw %ax, ABS(int1c_segment)
52 + movw $ABS(int1c_handler), %ax
69 + movw $ABS(int1c_handler), %ax
77 + movw ABS(int1c_offset), %ax
79 + movw ABS(int1c_segment), %ax
98 + movw $ABS(cursorY), %si
101 + movw $ABS(cursorX), %si
107 + movw $ABS(cursorBuf), %si /* fontBuf in ds:si */
128 + mov $ABS(cursorCount), %si
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtime.c660 if ( ABS(plt_wrap - now) > ABS(plt_now - now) ) in plt_overflow()
1656 if ( ABS((s64)tmp - (s64)tmp2) < (1LL << 31) ) in tsc_check_writability()
/xen-4.10.0-shim-comet/xen/common/compat/
A Dmemory.c175 (((1U << ABS(order_delta)) + 1) * in compat_memory_op()

Completed in 13 milliseconds