/src/lib/libm/noieee_src/ |
trig.h | 33 vc(thresh, 2.6117239648121182150E-1 ,b863,3f85,6ea0,6b02, -1, .85B8636B026EA0) 40 ic(thresh, 2.6117239648121182150E-1 , -2, 1.0B70C6D604DD4) 48 #define thresh vccast(thresh) macro
|
/src/sys/dev/ic/ |
arn9285.c | 657 int i, maxgain, nclcs, thresh, error; local in function:ar9285_init_calib 680 thresh = 0; 684 thresh++; 686 thresh++; 688 if (thresh <= AR9285_CL_CAL_REDO_THRESH) 692 DPRINTFN(DBG_INIT, sc, "CLC threshold=%d\n", thresh);
|
/src/sys/arch/macppc/dev/ |
lmu.c | 376 int thresh; local in function:lmu_sysctl_thresh 378 thresh = sc->sc_thresh; 379 node.sysctl_data = &thresh;
|
/src/usr.sbin/mrinfo/ |
mrinfo.c | 207 u_char thresh; local in function:accept_neighbors 213 thresh = *p++; 222 inet_name(neighbor), metric, thresh); 245 u_char thresh; local in function:accept_neighbors2 252 thresh = *p++; 265 inet_name(neighbor), metric, thresh);
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
tegra_drm.h | 148 * @thresh: 152 __u32 thresh; member in struct:drm_tegra_syncpt_wait 403 * @thresh: 407 __u32 thresh; member in struct:drm_tegra_waitchk
|
/src/sbin/atactl/ |
atactl.c | 902 printf("id value thresh crit collect reliability description" 905 int thresh = 0; local in function:print_smart_status 914 thresh = threshold_buf->thresholds[j].value; 917 if (thresh && attr == NULL) 948 i, attr->value, thresh, 951 attr->value > thresh ? "posi" : "nega", name);
|
/src/sys/dev/pci/ |
if_sip.c | 1959 uint32_t thresh; local in function:sipcom_intr 1966 thresh = sc->sc_tx_drain_thresh + 1; 1967 if (thresh <= __SHIFTOUT_MASK(sc->sc_bits.b_txcfg_drth_mask) 1968 && (thresh * 32) <= (txfifo_size - 1972 thresh * 32); 1973 sc->sc_tx_drain_thresh = thresh;
|