Searched refs:fx (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Dvia_video.c73 drm_via_futex_t *fx = data; local
81 if (fx->lock >= VIA_NR_XVMC_LOCKS)
84 lock = (volatile int *)XVMCLOCKPTR(sAPriv, fx->lock);
86 switch (fx->func) {
88 DRM_WAIT_ON(ret, dev_priv->decoder_queue[fx->lock],
89 (fx->ms / 10) * (DRM_HZ / 100), *lock != fx->val);
92 DRM_WAKEUP(&(dev_priv->decoder_queue[fx->lock]));
/freebsd-11-stable/lib/libedit/
H A Drefresh.c456 * the line. fx and sx is the number of characters inserted or deleted
461 re_clear_eol(EditLine *el, int fx, int sx, int diff) argument
464 ELRE_DEBUG(1, (__F, "re_clear_eol sx %d, fx %d, diff %d\n",
465 sx, fx, diff));
467 if (fx < 0)
468 fx = -fx;
471 if (fx > diff)
472 diff = fx;
510 int fx, s local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Ded.refresh.c590 int fx, sx; local
734 * fx is the number of characters we need to insert/delete: in the
737 fx = (int) ((nsb - nfd) - (osb - ofd));
745 if (fx > 0) {
761 if (fx < 0) {
791 * Now that we are done with pragmatics we recompute fx, sx
793 fx = (int) ((nsb - nfd) - (osb - ofd));
835 * fx is the difference in length between the the chars between nfd and
864 if ((nsb != nfd) && fx > 0 && ((p - old) + fx < Term
[all...]
/freebsd-11-stable/lib/msun/src/
H A Ds_cbrtl.c40 float ft, fx; local
92 fx = x;
93 GET_FLOAT_WORD(hx, fx);
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c113 #define NOT_LOCAL(sp, fy, fx, ty, tx) ((tx > LONG_DIST) \
115 && (abs(ty-fy) + abs(tx-fx) > LONG_DIST))
1198 int fy, fx, ty, tx, n, i; local
1207 puts("fy fx ty tx -- (4 numbers) display (fy,fx)->(ty,tx) move");
1222 } else if (sscanf(buf, "%d %d %d %d", &fy, &fx, &ty, &tx) == 4) {
1228 mvcur(fy, fx, ty, tx);
1235 } else if (sscanf(buf, "s %d %d %d %d", &fy, &fx, &ty, &tx) == 4) {
1241 _nc_scrolln(fy, fx, ty, tx);
/freebsd-11-stable/contrib/amd/amd/
H A Dopts.c547 char *fx; local
568 fx = strchr(arg, ')');
569 if (fx == NULL || fx == arg) {
573 *fx = '\0';
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js2055 type = ( type || "fx" ) + "mark";
2067 type = type || "fx";
2082 type = ( type || "fx" ) + "queue";
2098 type = type || "fx";
2104 // If the fx queue is dequeued, always remove the progress sentinel
2110 // Add a progress sentinel to prevent the fx queue from being
2112 if ( type === "fx" ) {
2133 type = "fx";
2142 if ( type === "fx" && queue[0] !== "inprogress" ) {
2155 time = jQuery.fx
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dlib1funcs.asm196 fcvt.fx.trunc.s1 f10 = f10
250 fcvt.fx.trunc.s1 f10 = f10
411 fcvt.fx.trunc.s1 f10 = f10
459 fcvt.fx.trunc.s1 f10 = f10
/freebsd-11-stable/share/mk/
H A Dbsd.cpu.mk194 ${CPUTYPE} == "athlon-fx"
270 ${CPUTYPE} == "athlon-fx" || ${CPUTYPE} == "k8"
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c1162 int32_t fx[OSPREY_NUM_5G_CAL_PIERS + OSPREY_NUM_2G_CAL_PIERS]; local
1192 fx[nnf] = FBIN2FREQ(p_cal_pier[ipier], is_2ghz);
1205 nf_use = interpolate(frequency, fx, nf, nnf);

Completed in 148 milliseconds