Home
last modified time | relevance | path

Searched refs:getbaud (Results 1 – 16 of 16) sorted by relevance

/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/
H A Dv27ter_tx.c126 static complexi16_t getbaud(v27ter_tx_state_t *s) in getbaud() function
128 static complexf_t getbaud(v27ter_tx_state_t *s) in getbaud()
265 s->rrc_filter[s->rrc_filter_step + V27TER_TX_FILTER_STEPS] = getbaud(s); in v27ter_tx()
306 s->rrc_filter[s->rrc_filter_step + V27TER_TX_FILTER_STEPS] = getbaud(s); in v27ter_tx()
H A Dv29tx.c107 static __inline__ complexi16_t getbaud(v29_tx_state_t *s) in getbaud() function
109 static __inline__ complexf_t getbaud(v29_tx_state_t *s) in getbaud()
219 s->rrc_filter[s->rrc_filter_step + V29_TX_FILTER_STEPS] = getbaud(s); in v29_tx()
H A Dv17tx.c186 static __inline__ complexi16_t getbaud(v17_tx_state_t *s) in getbaud() function
188 static __inline__ complexf_t getbaud(v17_tx_state_t *s) in getbaud()
271 s->rrc_filter[s->rrc_filter_step + V17_TX_FILTER_STEPS] = getbaud(s); in v17_tx()
H A Dv22bis_tx.c486 static complexf_t getbaud(v22bis_state_t *s) in getbaud() function
538 s->tx.rrc_filter[s->tx.rrc_filter_step + V22BIS_TX_FILTER_STEPS] = getbaud(s); in v22bis_tx()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Dv27ter_tx.c145 static complexi16_t getbaud(v27ter_tx_state_t *s) in getbaud() function
147 static complexf_t getbaud(v27ter_tx_state_t *s) in getbaud()
274 v = getbaud(s);; in v27ter_tx()
308 v = getbaud(s); in v27ter_tx()
H A Dv29tx.c125 static __inline__ complexi16_t getbaud(v29_tx_state_t *s) in getbaud() function
127 static __inline__ complexf_t getbaud(v29_tx_state_t *s) in getbaud()
240 v = getbaud(s); in v29_tx()
H A Dv17tx.c236 static __inline__ complexi16_t getbaud(v17_tx_state_t *s) in getbaud() function
238 static __inline__ complexf_t getbaud(v17_tx_state_t *s) in getbaud()
324 v = getbaud(s); in v17_tx()
H A Dv22bis_tx.c428 static complexi16_t getbaud(v22bis_state_t *s) in getbaud() function
430 static complexf_t getbaud(v22bis_state_t *s) in getbaud()
494 v = getbaud(s); in v22bis_tx()
/dports/comms/spandsp/spandsp-284fe91/src/
H A Dv27ter_tx.c145 static complexi16_t getbaud(v27ter_tx_state_t *s) in getbaud() function
147 static complexf_t getbaud(v27ter_tx_state_t *s) in getbaud()
274 v = getbaud(s);; in v27ter_tx()
308 v = getbaud(s); in v27ter_tx()
H A Dv29tx.c125 static __inline__ complexi16_t getbaud(v29_tx_state_t *s) in getbaud() function
127 static __inline__ complexf_t getbaud(v29_tx_state_t *s) in getbaud()
240 v = getbaud(s); in v29_tx()
H A Dv17tx.c236 static __inline__ complexi16_t getbaud(v17_tx_state_t *s) in getbaud() function
238 static __inline__ complexf_t getbaud(v17_tx_state_t *s) in getbaud()
324 v = getbaud(s); in v17_tx()
H A Dv22bis_tx.c428 static complexi16_t getbaud(v22bis_state_t *s) in getbaud() function
430 static complexf_t getbaud(v22bis_state_t *s) in getbaud()
494 v = getbaud(s); in v22bis_tx()
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/gdamore/tcell/tcell-1.1.4/
H A Dtscreen_solaris.go40 func getbaud(tios *unix.Termios) int { func
119 t.baud = getbaud(tio)
H A Dtscreen_linux.go40 func getbaud(tios *unix.Termios) int {
131 t.baud = getbaud(tio)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/gdamore/tcell/
H A Dtscreen_solaris.go40 func getbaud(tios *unix.Termios) int { func
119 t.baud = getbaud(tio)
H A Dtscreen_linux.go40 func getbaud(tios *unix.Termios) int { func
131 t.baud = getbaud(tio)