HomeSort by relevance Sort by last modified time
    Searched defs:ABS (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/
gen.h 66 #define ABS(A) ((A) >= 0 ? (A) : -(A))
  /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4v/etm/
etm_impl.h 63 #ifndef ABS
64 #define ABS(x) ((x) < (0) ? (-(x)) : (x))
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
start_eltorito.S 40 #define ABS(x) (x-_start+BOOTSEC_LOCATION)
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(MaxTransfer), %b
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpcp/common/
libpcp.h 74 #ifndef ABS
75 #define ABS(x) ((x) < (0) ? (-(x)) : (x))
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage1/
stage1.S 30 #define ABS(x) (x-_start+0x7c00)
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(sectors), %s
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
sysmacros.h 57 #ifndef ABS
58 #define ABS(a) ((a) < 0 ? -(a) : (a))
  /onnv/onnv-gate/usr/src/uts/sun4v/ontario/io/
tsalarm.c 57 #ifndef ABS
58 #define ABS(x) ((x) < (0) ? (-(x)) : (x))
    [all...]

Completed in 240 milliseconds