Searched defs:thresh (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dqsort.c43 static int thresh; /* THRESHold in chars */ variable
65 thresh = qsz * THRESH;
70 hi = base + thresh;
213 if (lo >= thresh)
218 if (hi >= thresh)
222 } while (lo >= thresh);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_solarnet.c84 ulong_t thresh; local
121 thresh = getxdr_u_long();
122 if (thresh == ULONG_MAX)
125 (void) sprintf(line, " %lu", thresh);
135 thresh = getxdr_u_long();
136 if (thresh == ULONG_MAX)
139 (void) sprintf(line, " %lu", thresh);
215 thresh = showxdr_u_long("Input rows = %lu");
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexp.S600 #define thresh 0x8 define
670 ! f38 thresh
714 ldd [%o3+thresh],THRESH
H A D__vsin.S58 .word 0x3fc40000,0x00000000 ! references to "thresh" below
81 #define thresh 0xa8 define
1542 add %l5,thresh+4,%o7
1548 add %l5,thresh,%g1
1830 add %l5,thresh-4,%g1
2667 add %l5,thresh,%g1
2685 add %l5,thresh+4,%o7
2754 add %l5,thresh-4,%g1
2766 add %l5,thresh,%g1
2784 add %l5,thresh
[all...]
H A D__vcos.S58 .word 0x3fc40000,0x00000000 ! references to "thresh" below
81 #define thresh 0xa8 define
1618 add %l5,thresh+4,%o7
1624 add %l5,thresh,%g1
1906 add %l5,thresh-4,%g1
2743 add %l5,thresh,%g1
2761 add %l5,thresh+4,%o7
2830 add %l5,thresh-4,%g1
2842 add %l5,thresh,%g1
2860 add %l5,thresh
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosbig.c68 int stridey, int thresh)
79 if (hx <= thresh || hx >= 0x7ff00000)
67 __vlibm_vcos_big(int n, double * restrict x, int stridex, double * restrict y, int stridey, int thresh) argument
H A D__vsinbig.c68 int stridey, int thresh)
79 if (hx <= thresh || hx >= 0x7ff00000)
67 __vlibm_vsin_big(int n, double * restrict x, int stridex, double * restrict y, int stridey, int thresh) argument
H A D__vsincosbig.c69 double * restrict cc, int stridecc, int thresh)
80 if (hx <= thresh || hx >= 0x7ff00000)
67 __vlibm_vsincos_big(int n, double * restrict x, int stridex, double * restrict ss, int stridess, double * restrict cc, int stridecc, int thresh) argument
H A D__vcos.c82 static const unsigned thresh[2] = { 0x3fc90000, 0x3fc40000 }; variable
666 i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31;
668 i |= (((xsb1 & ~0x80000000) - thresh[n1&1]) >> 30) & 2;
670 i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4;
1019 if ((xsb1 & ~0x80000000) < thresh[n1&1])
1066 if ((xsb0 & ~0x80000000) < thresh[n0&1])
H A D__vcosbig_ultra3.c69 static const unsigned thresh[2] = { 0x3fc90000, 0x3fc40000 }; variable
219 i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31;
221 i |= (((xsb1 & ~0x80000000) - thresh[n1&1]) >> 30) & 2;
223 i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4;
572 if ((xsb1 & ~0x80000000) < thresh[n1&1])
619 if ((xsb0 & ~0x80000000) < thresh[n0&1])
H A D__vsin.c70 static const unsigned thresh[2] = { 0x3fc90000, 0x3fc40000 }; variable
674 i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31;
676 i |= (((xsb1 & ~0x80000000) - thresh[n1&1]) >> 30) & 2;
678 i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4;
1027 if ((xsb1 & ~0x80000000) < thresh[n1&1])
1074 if ((xsb0 & ~0x80000000) < thresh[n0&1])
H A D__vsinbig_ultra3.c69 static const unsigned thresh[2] = { 0x3fc90000, 0x3fc40000 }; variable
219 i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31;
221 i |= (((xsb1 & ~0x80000000) - thresh[n1&1]) >> 30) & 2;
223 i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4;
572 if ((xsb1 & ~0x80000000) < thresh[n1&1])
619 if ((xsb0 & ~0x80000000) < thresh[n0&1])
/illumos-gate/usr/src/cmd/troff/
H A Dn8.c57 int thresh = THRESH; variable
127 thresh = THRESH;
131 thresh = atoi();
347 if (maxval > thresh)
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c1109 off_t written = 0, rem, last = 0, thresh = 1024 * 1024; local
1171 if ((rem = s.st_size - written) < thresh) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Djfs.h154 u8 thresh; /* Alert Threshold (in percent) */ member in struct:dasd
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c727 * Convert a single threshold string or paren groups of thresh's as
728 * described below. All thresh's are saved to an allocated list at
731 * a single thresh or N groups of thresh's with a trailing zero:
1213 char *thresh = LINEARG(1); local
1215 if (strcmp(thresh, always_on) == 0)
1217 else if ((value = get_scaled_value(thresh, &nerr)) < 0 || nerr) {
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c784 pm_set_idle_threshold(dev_info_t *dip, int thresh, int flag) argument
791 "%s@%s(%s#%d) default thresh to 0t%d\n",
792 PM_DEVICE(dip), thresh))
793 pm_set_device_threshold(dip, thresh, flag);
1607 PMD(PMD_THRESH, ("ioctl: %s: record thresh %d for "
1776 PMD(PMD_ERROR, ("ioctl: %s: invalid thresh "
1995 int thresh; local
1997 &thresh);
1998 retval = thresh - (now - timestamp[i]);
2000 "thresh
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c956 int i, mag = 1, thresh; local
961 for (thresh = mag * 10; mag >= 1; mag /= 10, i--) {
993 if (v < thresh) {
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c6480 int thresh = 0; local
6491 thresh = IBD_FREE_SWQES_THRESH;
6497 thresh = IBD_FREE_LSOS_THRESH;
6500 if (met_thresh > thresh)
6503 if (met_thresh > thresh) {
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c1194 time_t *timestamp, idletime, now, thresh; local
1275 thresh = cur_threshold(dip, i); /* comp i threshold */
1279 timeleft = max(thresh, min_scan);
1282 timeleft, max(thresh, min_scan));
1289 if (idletime >= thresh || PM_IS_PID(dip)) {
1325 timeleft = thresh - idletime;
1327 timeleft = min(timeleft, (thresh - idletime));
3635 int thresh; local
3637 thresh = pm_default_nexus_threshold;
3639 thresh
4283 int thresh; local
8674 time_t idletime, thresh; local
[all...]
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c9221 uint8_t smart_data[512], id, value, worst, thresh; local
9235 thresh = smart_data[index + 2];
9243 max_count = value - thresh;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c2777 u32 thresh = (ELINK_ETH_MAX_JUMBO_PACKET_SIZE + local
2781 REG_WR(cb, PBF_REG_P0_ARB_THRSH + port*4, thresh);
2785 init_crd = thresh + 553 - 22;

Completed in 169 milliseconds