Searched refs:cstate (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_call.c | 798 if (c->cstate == CALLST_U1 || c->cstate == CALLST_N6) in unx_alerting() 800 else if (c->cstate == CALLST_U3 || c->cstate == CALLST_N9) in unx_alerting() 1119 if (c->cstate == CALLST_U1 || c->cstate == CALLST_N6) in unx_connect() 1121 else if (c->cstate == CALLST_U3 || c->cstate == CALLST_N9) in unx_connect() 1306 if (c->cstate == CALLST_U6 || c->cstate == CALLST_N1) { in unx_release_response() 3354 if (c->cstate == CALLST_U10 || c->cstate == CALLST_N10) in uni_sig_call() 3460 if (c->cstate == CALLST_U1 || c->cstate == CALLST_U3) { in uni_sig_call() 3478 if (c->cstate == CALLST_U1 || c->cstate == CALLST_U3 || in uni_sig_call() 3486 if (c->cstate == CALLST_N6 || c->cstate == CALLST_N7 || in uni_sig_call() 3814 if (c->cstate == CALLST_U6 || c->cstate == CALLST_U9 || in uni_sig_call() [all …]
|
| H A D | sig_uni.c | 529 uniapi_uni_error(c->uni, reason, cookie, callstates[c->cstate].ext); in uniapi_call_error() 535 callstates[p->call->cstate].ext); in uniapi_party_error()
|
| H A D | unipriv.h | 312 enum call_state cstate; /* the state of the call */ member
|
| H A D | sig_party.c | 930 p->call->mine ? "mine" : "his", callstates[p->call->cstate].name, in uni_sig_party()
|
| /f-stack/freebsd/net/ |
| H A D | slcompress.h | 115 struct cstate { struct 116 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ argument 133 struct cstate *last_cs; /* most recently used tstate */ argument 147 struct cstate tstate[MAX_STATES]; /* xmit connection states */ 148 struct cstate rstate[MAX_STATES]; /* receive connection states */
|
| H A D | slcompress.c | 68 struct cstate *tstate = comp->tstate; in sl_compress_init() 157 struct cstate *cs = comp->last_cs->cs_next; in sl_compress_tcp() 201 struct cstate *lcs; in sl_compress_tcp() 202 struct cstate *lastcs = comp->last_cs; in sl_compress_tcp() 459 struct cstate *cs; in sl_uncompress_tcp_core()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 110 FSE_CState_t cstate; in ZSTD_fseBitCost() local 111 FSE_initCState(&cstate, ctable); in ZSTD_fseBitCost() 118 unsigned const tableLog = cstate.stateLog; in ZSTD_fseBitCost() 120 unsigned const bitCost = FSE_bitCost(cstate.symbolTT, tableLog, s, kAccuracyLog); in ZSTD_fseBitCost()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_vjc.c | 358 struct cstate *const cs = &sl->tstate[i]; in ng_vjc_rcvmsg()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 11351 FSE_CState_t cstate; in ZSTD_fseBitCost() local 11352 FSE_initCState(&cstate, ctable); in ZSTD_fseBitCost() 11359 unsigned const tableLog = cstate.stateLog; in ZSTD_fseBitCost() 11361 unsigned const bitCost = FSE_bitCost(cstate.symbolTT, tableLog, s, kAccuracyLog); in ZSTD_fseBitCost()
|