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

/freebsd-current/contrib/libedit/
H A Drefresh.c492 * the line. fx and sx is the number of characters inserted or deleted
497 re_clear_eol(EditLine *el, int fx, int sx, int diff) argument
500 ELRE_DEBUG(1, (__F, "re_clear_eol sx %d, fx %d, diff %d\n",
501 sx, fx, diff));
503 if (fx < 0)
504 fx = -fx;
507 if (fx > diff)
508 diff = fx;
546 int fx, s local
[all...]
/freebsd-current/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-current/lib/msun/src/
H A Ds_cbrtl.c37 float ft, fx; local
89 fx = x;
90 GET_FLOAT_WORD(hx, fx);
/freebsd-current/sys/amd64/linux/
H A Dlinux_sysvec.c450 struct l_fpstate *fx = (struct l_fpstate *)&mcp->mc_fpstate[0]; local
452 bzero(&fx->reserved2[0], sizeof(fx->reserved2));
453 return (copyout(fx, ufp, sizeof(*fx)));
459 struct l_fpstate *fx = (struct l_fpstate *)&mcp->mc_fpstate[0]; local
464 fx->sw_reserved.magic1 = LINUX_FP_XSTATE_MAGIC1;
465 fx->sw_reserved.xstate_size = mcp->mc_xfpustate_len + sizeof(*fx);
466 fx
[all...]
/freebsd-current/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c114 #define NOT_LOCAL(sp, fy, fx, ty, tx) ((tx > LONG_DIST) \
116 && (abs(ty-fy) + abs(tx-fx) > LONG_DIST))
1206 int fy, fx, ty, tx, n, i; local
1218 PUTS("fy fx ty tx -- (4 numbers) display (fy,fx)->(ty,tx) move");
1229 } else if (sscanf(buf, "%d %d %d %d", &fy, &fx, &ty, &tx) == 4) {
1235 mvcur(fy, fx, ty, tx);
1242 } else if (sscanf(buf, "s %d %d %d %d", &fy, &fx, &ty, &tx) == 4) {
1248 _nc_scrolln(fy, fx, ty, tx);
/freebsd-current/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-current/share/mk/
H A Dbsd.cpu.mk171 ${CPUTYPE} == "athlon-fx"
258 ${CPUTYPE} == "athlon-fx" || ${CPUTYPE} == "k8"
/freebsd-current/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 121 milliseconds