Home
last modified time | relevance | path

Searched refs:npend (Results 1 – 25 of 41) sorted by relevance

12

/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/demos/n_pendulum/
H A Dmacros.sci15 function [ydot]=npend ( t, th)
21 ydot=call("npend",3,1,"i",t,2,"d",th,3,"d",ydot,4,"d","sort",4);
102 if ~c_link("npend") then
105 … fcode=mgetl(SCI+"/modules/others/demos/simulation/npend/Maple/dlslv.f");mputl(fcode,"dlslv.f")
106 fcode=mgetl(SCI+"/modules/others/demos/simulation/npend/Maple/ener.f");mputl(fcode,"ener.f")
107 fcode=mgetl(SCI+"/modules/others/demos/simulation/npend/Maple/np.f");mputl(fcode,"np.f")
108 … fcode=mgetl(SCI+"/modules/others/demos/simulation/npend/Maple/npend.f");mputl(fcode,"npend.f")
109 files = ["npend.f","np.f","ener.f","dlslv.f" ];
110 ilib_for_link(["npend";"np";"ener"],files,[],"f");
H A Dn_pendulum.sci17 if ~c_link("npend") then
23 fcode = mgetl(path+"npend.f");mputl(fcode,"npend.f");
25 files = ["npend.f","np.f","dlslv.f"];
27 lib = ilib_for_link(["npend";"np"], ["dlslv.f", "npend.f", "np.f"], [],"f");
28 link(lib, "npend", "f");
127 yt = ode(y0,0,tt,"npend");
/dports/net/libunp/unpv12e/advio/
H A Ddaytimetcpcli.c6 int sockfd, n, npend; in main() local
25 Ioctl(sockfd, FIONREAD, &npend); /* check FIONREAD support */ in main()
26 printf("%d bytes from PEEK, %d bytes pending\n", n, npend); in main()
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/ssl/
H A Dssl_c.c240 size_t npend = BIO_ctrl_pending(cs->wbio); in schedule_wants() local
249 if (npend) { in schedule_wants()
254 my_WBUF *wb = malloc(sizeof(*wb) + npend); in schedule_wants()
256 BIO_read(cs->wbio, wb->buf, npend); in schedule_wants()
258 iov.iov_len = npend; in schedule_wants()
/dports/textproc/groff/groff-1.22.4/src/devices/grolbp/
H A Dlbp.h383 double npend ; in splinerel() local
402 npend = (1.0*dxnew)/dynew; in splinerel()
403 if (( npend == pend) && (sigpend == sg)) in splinerel()
407 pend = npend; in splinerel()
/dports/japanese/groff/groff-1.18.1.1/src/devices/grolbp/
H A Dlbp.h355 float npend ; in splinerel() local
374 npend = (1.0*dxnew)/dynew; in splinerel()
375 if (( npend == pend) && (sigpend == sg)) in splinerel()
379 pend = npend; in splinerel()
/dports/cad/irsim/irsim-9.7.110/base/
H A Dhist_io.c90 char npend[ NB_RTIME ]; /* # of pending events */ member
173 PackBytes( h_end.npend, n, NB_RTIME );
190 PackBytes( h_end.npend, 0, NB_RTIME );
385 UnpackBytes( pe->npend, n, NB_RTIME );
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_mac.c64 u32 npend; in ath9k_hw_numtxpending() local
66 npend = REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT; in ath9k_hw_numtxpending()
67 if (npend == 0) { in ath9k_hw_numtxpending()
70 npend = 1; in ath9k_hw_numtxpending()
73 return npend; in ath9k_hw_numtxpending()
H A Dath9k_xmit.c220 int i, npend = 0; in ath_drain_all_txq() local
232 npend += ath9k_hw_numtxpending(ah, sc->tx.txq[i].axq_qnum); in ath_drain_all_txq()
235 if (npend) in ath_drain_all_txq()
252 return !npend; in ath_drain_all_txq()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_mac.c64 u32 npend; in ath9k_hw_numtxpending() local
66 npend = REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT; in ath9k_hw_numtxpending()
67 if (npend == 0) { in ath9k_hw_numtxpending()
70 npend = 1; in ath9k_hw_numtxpending()
73 return npend; in ath9k_hw_numtxpending()
H A Dath9k_xmit.c220 int i, npend = 0; in ath_drain_all_txq() local
232 npend += ath9k_hw_numtxpending(ah, sc->tx.txq[i].axq_qnum); in ath_drain_all_txq()
235 if (npend) in ath_drain_all_txq()
252 return !npend; in ath_drain_all_txq()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_mac.c64 u32 npend; in ath9k_hw_numtxpending() local
66 npend = REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT; in ath9k_hw_numtxpending()
67 if (npend == 0) { in ath9k_hw_numtxpending()
70 npend = 1; in ath9k_hw_numtxpending()
73 return npend; in ath9k_hw_numtxpending()
H A Dath9k_xmit.c220 int i, npend = 0; in ath_drain_all_txq() local
232 npend += ath9k_hw_numtxpending(ah, sc->tx.txq[i].axq_qnum); in ath_drain_all_txq()
235 if (npend) in ath_drain_all_txq()
252 return !npend; in ath_drain_all_txq()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_mac.c64 u32 npend; in ath9k_hw_numtxpending() local
66 npend = REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT; in ath9k_hw_numtxpending()
67 if (npend == 0) { in ath9k_hw_numtxpending()
70 npend = 1; in ath9k_hw_numtxpending()
73 return npend; in ath9k_hw_numtxpending()
H A Dath9k_xmit.c220 int i, npend = 0; in ath_drain_all_txq() local
232 npend += ath9k_hw_numtxpending(ah, sc->tx.txq[i].axq_qnum); in ath_drain_all_txq()
235 if (npend) in ath_drain_all_txq()
252 return !npend; in ath_drain_all_txq()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_mac.c64 u32 npend; in ath9k_hw_numtxpending() local
66 npend = REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT; in ath9k_hw_numtxpending()
67 if (npend == 0) { in ath9k_hw_numtxpending()
70 npend = 1; in ath9k_hw_numtxpending()
73 return npend; in ath9k_hw_numtxpending()
H A Dath9k_xmit.c220 int i, npend = 0; in ath_drain_all_txq() local
232 npend += ath9k_hw_numtxpending(ah, sc->tx.txq[i].axq_qnum); in ath_drain_all_txq()
235 if (npend) in ath_drain_all_txq()
252 return !npend; in ath_drain_all_txq()
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/ath/ath9k/
H A Dath9k_mac.c64 u32 npend; in ath9k_hw_numtxpending() local
66 npend = REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT; in ath9k_hw_numtxpending()
67 if (npend == 0) { in ath9k_hw_numtxpending()
70 npend = 1; in ath9k_hw_numtxpending()
73 return npend; in ath9k_hw_numtxpending()
H A Dath9k_xmit.c220 int i, npend = 0; in ath_drain_all_txq() local
232 npend += ath9k_hw_numtxpending(ah, sc->tx.txq[i].axq_qnum); in ath_drain_all_txq()
235 if (npend) in ath_drain_all_txq()
252 return !npend; in ath_drain_all_txq()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_mac.c64 u32 npend; in ath9k_hw_numtxpending() local
66 npend = REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT; in ath9k_hw_numtxpending()
67 if (npend == 0) { in ath9k_hw_numtxpending()
70 npend = 1; in ath9k_hw_numtxpending()
73 return npend; in ath9k_hw_numtxpending()
H A Dath9k_xmit.c220 int i, npend = 0; in ath_drain_all_txq() local
232 npend += ath9k_hw_numtxpending(ah, sc->tx.txq[i].axq_qnum); in ath_drain_all_txq()
235 if (npend) in ath_drain_all_txq()
252 return !npend; in ath_drain_all_txq()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_mac.c64 u32 npend; in ath9k_hw_numtxpending() local
66 npend = REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT; in ath9k_hw_numtxpending()
67 if (npend == 0) { in ath9k_hw_numtxpending()
70 npend = 1; in ath9k_hw_numtxpending()
73 return npend; in ath9k_hw_numtxpending()
H A Dath9k_xmit.c220 int i, npend = 0; in ath_drain_all_txq() local
232 npend += ath9k_hw_numtxpending(ah, sc->tx.txq[i].axq_qnum); in ath_drain_all_txq()
235 if (npend) in ath_drain_all_txq()
252 return !npend; in ath_drain_all_txq()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_xmit.c541 uint32_t npend; in ar5212NumTxPending() local
546 npend = OS_REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT; in ar5212NumTxPending()
547 if (npend == 0) { in ar5212NumTxPending()
554 npend = 1; /* arbitrarily return 1 */ in ar5212NumTxPending()
556 return npend; in ar5212NumTxPending()
/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/demos/n_pendulum/TeX/
H A Dnpend.tex22 \special{psfile=npend.ps}

12