| /src/contrib/libedit/ |
| H A D | refresh.c | 497 re_clear_eol(EditLine *el, int fx, int sx, int diff) in re_clear_eol() argument 501 sx, fx, diff)); in re_clear_eol() 503 if (fx < 0) in re_clear_eol() 504 fx = -fx; in re_clear_eol() 507 if (fx > diff) in re_clear_eol() 508 diff = fx; in re_clear_eol() 546 int fx, sx; in re_update_line() local 674 fx = (int)((nsb - nfd) - (osb - ofd)); in re_update_line() 682 if (fx > 0) { in re_update_line() 698 if (fx < 0) { in re_update_line() [all …]
|
| /src/contrib/tcsh/ |
| H A D | ed.refresh.c | 590 int fx, sx; in update_line() local 737 fx = (int) ((nsb - nfd) - (osb - ofd)); in update_line() 745 if (fx > 0) { in update_line() 761 if (fx < 0) { in update_line() 793 fx = (int) ((nsb - nfd) - (osb - ofd)); in update_line() 864 if ((nsb != nfd) && fx > 0 && ((p - old) + fx < TermH)) { in update_line() 882 if (fx > 0) { in update_line() 887 Insert_write(nfd, fx); in update_line() 888 str_insert(old, (int) (ofd - old), TermH, nfd, fx); in update_line() 893 so_write(nfd + fx, (nsb - nfd) - fx); in update_line() [all …]
|
| /src/sys/contrib/dev/iwlwifi/ |
| H A D | zzz_fw_ports_fwget.sh | 138 for fx in ${l}; do 139 if test -e ${LFWDIR}/${fx}; then 140 lx="${lx} ${fx}" 149 case "${fx}" in 151 printf "NOTICE: pnvm file not found for '%s'\n" ${fx} >&2 155 bn=$(echo ${fx} | awk '{ gsub("-[[:digit:]]*.ucode", ""); print; }') 156 vn=$(echo ${fx} | awk '{ gsub(".ucode$", ""); gsub("^.*-", ""); print; }') 168 printf "NOTICE: file for unknown firmware type not found for '%s'\n" ${fx} >&2
|
| /src/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 450 struct l_fpstate *fx = (struct l_fpstate *)&mcp->mc_fpstate[0]; in linux_fxsave() local 452 bzero(&fx->reserved2[0], sizeof(fx->reserved2)); in linux_fxsave() 453 return (copyout(fx, ufp, sizeof(*fx))); in linux_fxsave() 459 struct l_fpstate *fx = (struct l_fpstate *)&mcp->mc_fpstate[0]; in linux_xsave() local 464 fx->sw_reserved.magic1 = LINUX_FP_XSTATE_MAGIC1; in linux_xsave() 465 fx->sw_reserved.xstate_size = mcp->mc_xfpustate_len + sizeof(*fx); in linux_xsave() 466 fx->sw_reserved.extended_size = fx->sw_reserved.xstate_size + in linux_xsave() 468 fx->sw_reserved.xfeatures = xsave_mask; in linux_xsave() 470 error = copyout(fx, ufp, sizeof(*fx)); in linux_xsave() 473 ufp += sizeof(*fx); in linux_xsave()
|
| /src/sys/contrib/dev/rtw89/ |
| H A D | zzz_fw_ports_fwget.sh | 61 for fx in ${l}; do 62 if test -e ${LFWDIR}/${fx}; then 63 lx="${lx} ${fx}"
|
| /src/sys/contrib/dev/rtw88/ |
| H A D | zzz_fw_ports_fwget.sh | 54 for fx in ${l}; do 55 if test -e ${LFWDIR}/${fx}; then 56 lx="${lx} ${fx}"
|
| /src/lib/msun/src/ |
| H A D | s_cbrtl.c | 37 float ft, fx; in cbrtl() local 89 fx = x; in cbrtl() 90 GET_FLOAT_WORD(hx, fx); in cbrtl()
|
| /src/contrib/ncurses/ncurses/tty/ |
| H A D | lib_mvcur.c | 114 #define NOT_LOCAL(sp, fy, fx, ty, tx) ((tx > LONG_DIST) \ argument 116 && (abs(ty-fy) + abs(tx-fx) > LONG_DIST)) 1225 int fy, fx, ty, tx, n, i; in main() local 1248 } else if (sscanf(buf, "%d %d %d %d", &fy, &fx, &ty, &tx) == 4) { in main() 1254 mvcur(fy, fx, ty, tx); in main() 1261 } else if (sscanf(buf, "s %d %d %d %d", &fy, &fx, &ty, &tx) == 4) { in main() 1267 _nc_scrolln(fy, fx, ty, tx); in main()
|
| /src/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 2155 time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; 8474 e = new jQuery.fx( this, opt, p ); 8632 opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration : 8633 opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default; 8669 fx: function( elem, options, prop ) { method 8679 jQuery.fx.prototype = { class in jQuery 8686 ( jQuery.fx.step[ this.prop ] || jQuery.fx.step._default )( this ); 8706 fx = jQuery.fx; 8727 timerId = setInterval( fx.tick, fx.interval ); 8841 jQuery.extend( jQuery.fx, { [all …]
|
| /src/crypto/heimdal/appl/login/ |
| H A D | ChangeLog | 49 2005-05-10 Dave Love <fx@gnu.org> 53 2005-05-02 Dave Love <fx@gnu.org> 57 2005-04-28 Dave Love <fx@gnu.org>
|
| /src/sys/contrib/device-tree/Bindings/net/ |
| H A D | micrel.txt | 48 100base-fx (full and half duplex) modes.
|
| /src/usr.bin/lockf/tests/ |
| H A D | lockf_test.sh | 296 atf_check -o file:testlock pgrep -F testlock -fx "sleep 10"
|
| /src/crypto/heimdal/lib/ntlm/ |
| H A D | ChangeLog | 90 2006-12-22 Dave Love <fx@gnu.org>
|
| /src/crypto/heimdal/appl/su/ |
| H A D | ChangeLog | 35 2005-05-10 Dave Love <fx@gnu.org>
|
| /src/crypto/heimdal/lib/sl/ |
| H A D | ChangeLog | 93 2005-05-10 Dave Love <fx@gnu.org> 103 2005-04-29 Dave Love <fx@gnu.org>
|
| /src/crypto/heimdal/appl/rcp/ |
| H A D | ChangeLog | 41 2005-05-11 David Love <fx@gnu.org>
|
| /src/crypto/heimdal/ |
| H A D | ChangeLog.2005 | 130 2005-11-29 Dave Love <fx@gnu.org> 984 2005-06-07 Dave Love <fx@gnu.org> 990 2005-06-02 Dave Love <fx@gnu.org> 1158 2005-05-24 David Love <fx@gnu.org> 1177 2005-05-23 Dave Love <fx@gnu.org> 1314 2005-05-09 Dave Love <fx@gnu.org> 1366 2005-05-02 Dave Love <fx@gnu.org> 1382 2005-05-02 David Love <fx@gnu.org> 1391 2005-05-02 David Love <fx@gnu.org> 1431 2005-04-26 Dave Love <fx@gnu.org>
|
| /src/crypto/heimdal/appl/telnet/ |
| H A D | ChangeLog | 106 <fx@gnu.org> 158 2005-05-19 Dave Love <fx@gnu.org> 167 2005-05-11 Dave Love <fx@gnu.org> 179 2005-04-27 Dave Love <fx@gnu.org>
|
| /src/crypto/heimdal/lib/kadm5/ |
| H A D | ChangeLog | 166 2007-02-11 David Love <fx@gnu.org> 435 2005-05-25 Dave Love <fx@gnu.org> 440 2005-05-24 Dave Love <fx@gnu.org> 444 2005-05-23 Dave Love <fx@gnu.org> 455 2005-05-09 Dave Love <fx@gnu.org>
|
| /src/crypto/heimdal/lib/com_err/ |
| H A D | ChangeLog | 56 2005-04-29 Dave Love <fx@gnu.org>
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86PfmCounters.td | 247 def : PfmCountersBinding<"athlon-fx", DefaultAMDPfmCounters>;
|
| /src/crypto/heimdal/lib/roken/ |
| H A D | ChangeLog | 422 2005-05-24 Dave Love <fx@gnu.org> 450 2005-05-10 Dave Love <fx@gnu.org> 457 2005-05-04 Dave Love <fx@gnu.org> 461 2005-05-03 Dave Love <fx@gnu.org> 491 2005-04-26 Dave Love <fx@gnu.org>
|
| /src/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_eeprom.c | 1162 int32_t fx[OSPREY_NUM_5G_CAL_PIERS + OSPREY_NUM_2G_CAL_PIERS]; in ar9300_noise_floor_cal_or_power_get() local 1192 fx[nnf] = FBIN2FREQ(p_cal_pier[ipier], is_2ghz); in ar9300_noise_floor_cal_or_power_get() 1205 nf_use = interpolate(frequency, fx, nf, nnf); in ar9300_noise_floor_cal_or_power_get()
|
| /src/contrib/libpcap/ |
| H A D | CREDITS | 5 Francois-Xavier Le Bail <devel dot fx dot lebail at orange dot fr>
|
| /src/contrib/tcpdump/ |
| H A D | CREDITS | 5 Francois-Xavier Le Bail <devel dot fx dot lebail at orange dot fr>
|