Searched defs:ABS (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dgen.h66 #define ABS(A) ((A) >= 0 ? (A) : -(A)) macro
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_impl.h63 #ifndef ABS
64 #define ABS(x) ((x) < (0) ? (-(x)) : (x)) macro
/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.h74 #ifndef ABS
75 #define ABS(x) ((x) < (0) ? (-(x)) : (x)) macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstart_eltorito.S40 #define ABS(x) (x-_start+BOOTSEC_LOCATION) define
49 #define MSG(x) mov $ABS(x), %si; call message;
69 ljmp $0, $ABS(real_start)
93 mov %dl, ABS(BootDrive)
100 mov ABS(bi_length), %eax
107 mov ABS(bi_file), %eax
115 mov $ABS(firstlist - BOOTSEC_LISTSIZE), %si
117 mov ABS(BootDrive), %dl /* this makes sure %dl is our "boot" drive */
137 mov $ABS(dapa), %si /* Load up the DAPA */
145 cmp ABS(MaxTransfe
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S30 #define ABS(x) (x-_start+0x7c00) define
33 #define MSG(x) movw $ABS(x), %si; call message
128 ljmp $0, $ABS(real_start)
145 MOV_MEM_TO_AL(ABS(boot_drive)) /* movb ABS(boot_drive), %al */
178 MOV_MEM_TO_AL(ABS(force_lba)) /* movb ABS(force_lba), %al */
189 movw $ABS(disk_address_packet), %si
194 movl ABS(stage2_sector), %ebx
250 movw $ABS(sector
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h59 #ifndef ABS
60 #define ABS(a) ((a) < 0 ? -(a) : (a)) macro
/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c57 #ifndef ABS
58 #define ABS(x) ((x) < (0) ? (-(x)) : (x)) macro

Completed in 69 milliseconds