/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | abs.c | 30 abs(arg) function
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | abs.s | 27 .file "abs.s" 31 / abs(arg) 39 ENTRY(abs) function 46 SET_SIZE(abs)
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | abs.s | 30 .file "abs.s" 35 * int abs(register int arg); 37 ENTRY(abs) function 44 SET_SIZE(abs)
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | abs.s | 27 .file "abs.s" 33 * abs(int arg) 41 ENTRY(abs) function 48 SET_SIZE(abs)
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | abs.s | 27 .file "abs.s" 32 * int abs(int arg); 34 ENTRY(abs) function 41 SET_SIZE(abs)
|
/illumos-gate/usr/src/head/ |
H A D | macros.h | 42 * abs() is absolute value 47 #define abs(x) ((x) >= 0 ? (x) : -(x)) macro
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | todstarcat.c | 50 #define abs(x) ((x) < 0 ? -(x) : (x)) macro 200 if (abs(hrestime.tv_sec - ts.tv_sec) > TODSC_SET_THRESHOLD) {
|
H A D | todopl.c | 56 #define abs(x) ((x) < 0 ? -(x) : (x)) macro 233 if (abs(ts.tv_sec - hrestime.tv_sec) > TODOPL_SET_THRESHOLD) {
|
/illumos-gate/usr/src/head/iso/ |
H A D | stdlib_iso.h | 121 extern int abs(int); 167 inline long abs(long _l) { return labs(_l); } function
|
H A D | math_iso.h | 160 inline double abs(double __X) { return fabs(__X); } function 164 inline float abs(float __X) { return __fabsf(__X); } function 190 inline long double abs(long double __X) { return __fabsl(__X); } function
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | libm_inlines.h | 117 abs(int i) function
|
/illumos-gate/usr/src/lib/libfru/libfru/ |
H A D | PayloadReader.cc | 143 int abs = tail - index; local 144 if (abs < 0) 145 // abs is negative here 146 abs = iterPoss + abs; 147 return (length * abs);
|
/illumos-gate/usr/src/cmd/chmod/ |
H A D | common.c | 88 abs(mode_t mode, o_mode_t *group_clear_bits, o_mode_t *group_set_bits), 149 return (abs(old_mode, group_clear_bits, group_set_bits)); 490 abs(mode_t mode, o_mode_t *group_clear_bits, o_mode_t *group_set_bits) function
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | n4.c | 574 int neg, abs, field; local 576 neg = abs = field = digits = 0; 591 abs = 1 + neg; 668 if (abs) { 676 if (abs == 2)
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_timer.c | 743 int abs; local 749 abs = fp->sf_srtt - rtt; 750 abs = abs >= 0 ? abs : -abs; 751 fp->sf_rttvar = (3 * fp->sf_rttvar + abs) >> 2;
|
/illumos-gate/usr/src/uts/common/io/iwn/ |
H A D | if_iwncompat.h | 150 #define abs(x) ABS(x) macro
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_auth.c | 584 * abs IN/OUT Buffer of accumulated auth blocks 585 * abs_len IN/OUT Length of abs 587 * For each new auth block, abs is resized as necessary, and the 594 caddr_t *abs, size_t *abs_len) { 655 if (!(*abs = realloc(*abs, *abs_len + ab_len))) { 661 ab = *abs + *abs_len; 698 free(*abs); 592 make_authblock(struct iovec *authiov, int authiov_len, const char *alias, time_t timestamp, caddr_t *abs, size_t *abs_len) argument
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 61 #define abs(n) ((n) >= 0 ? (n) : -(n)) macro 87 numdots = abs (yd); 99 numdots = abs (xd); 109 if (abs (xd) > abs (yd)) { 111 numdots = abs (xd); 120 numdots = abs (yd); 336 Xs = abs(ys); 337 Ys = abs(xs); 346 Xs = abs(x [all...] |
/illumos-gate/usr/src/cmd/boot/installboot/i386/ |
H A D | installboot.c | 489 uint64_t abs; local 507 abs = device->target.start + device->target.offset; 512 abs = device->stage.start + device->stage.offset; 530 " %d sectors starting at %d (abs %lld)\n"), path, 531 (bblock->buf_size / SECTOR_SIZE) + 1, offset / SECTOR_SIZE, abs); 564 "%s %d sector 0 (abs %d)\n"), 585 "%s %d sector 0 (abs %d)\n"),
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/ |
H A D | usbwcm.c | 111 int dist = abs(val - sc->sc_abs[idx].value); 200 int b5, int rel, int abs) 207 uwacom_event(usbwcmp, EVT_ABS, ABS_WHEEL, abs); 208 uwacom_tool_events_graphire(usbwcmp, 1, b0 | b1 | b4 | b5 | rel | abs); 199 uwacom_pad_events_graphire4(usbwcm_state_t *usbwcmp, int b0, int b1, int b4, int b5, int rel, int abs) argument
|
/illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
H A D | sysctrl_dr.c | 276 #define abs(x) ((x) < 0 ? -(x) : (x)) macro 299 if (abs(cpu_freq - Fmod) < 8)
|
/illumos-gate/usr/src/uts/sun4u/vm/ |
H A D | mach_kpm.c | 1103 #define abs(x) ((x) < 0 ? -(x) : (x)) macro 1133 *kpm_vac_rangep = abs(vcolor - vcolor_pa);
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_panic.c | 55 #define abs(x) ((x) < 0? -(x): (x)) macro 1136 * be abs(retry) for the next cycle 1166 f->uf_retry = abs(f->uf_retry); 1173 retry = abs(retry);
|
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/ |
H A D | usbwcm.h | 306 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | gld.c | 208 #define abs(a) ((a) < 0 ? -(a) : a) macro 3215 2 * (macinfo->gldm_addrlen + abs(macinfo->gldm_saplen)); 3244 abs(macinfo->gldm_saplen); 3259 nmp->b_wptr += abs(macinfo->gldm_saplen); 3267 nmp->b_wptr += abs(macinfo->gldm_saplen); 3460 maclen = macinfo->gldm_addrlen + abs(macinfo->gldm_saplen); 3960 abs(macinfo->gldm_saplen); 4154 addrlen = macinfo->gldm_addrlen + abs(macinfo->gldm_saplen); 4380 bufsize += abs(sap_length); 4430 dlp->dl_addr_length = addr_length + abs(sap_lengt [all...] |