Home
last modified time | relevance | path

Searched defs:ccf2 (Results 1 – 16 of 16) sorted by relevance

/dports/comms/sdr-wspr/sdr-wspr-0.1.0/libwspr/
H A Dccf2.f9026 subroutine ccf2(ss,nz,lag1,lag2,ccfbest,lagpk) subroutine
28 real ss(nz)
29 real pr(162)
30 logical first
33 integer npr(162)
/dports/comms/wsjtz/wsjtx/map65/libm65/
H A Dccf2.f901 subroutine ccf2(ss,nz,nflip,ccfbest,lagpk) subroutine
5 real ss(nz)
6 real ccf(-LAGMAX:LAGMAX)
7 integer npr(126)
H A Dsynctst.f906 real ccf0(0:LAGMAX),ccf2(0:LAGMAX),ccf3(0:LAGMAX) variable
H A Dsynctst2.f906 real ccf0(0:LAGMAX),ccf1(0:LAGMAX),ccf2(0:LAGMAX),ccf3(0:LAGMAX) variable
/dports/comms/wsjtz/wsjtx/lib/
H A Dccf2.f901 subroutine ccf2(ss,nz,nflip,ccfbest,xlagpk) subroutine
5 real ss(nz)
6 real ccf(-LAGMAX:LAGMAX)
7 integer npr(126)
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_registrar_scscf/
H A Dcxdx_sar.c108 str xml_data = {0, 0}, ccf1 = {0, 0}, ccf2 = {0, 0}, ecf1 = {0, 0}, ecf2 = {0, 0}; in async_cdp_callback() local
H A Dsave.c767 str* ccf1, str* ccf2, str* ecf1, str* ecf2, contact_for_header_t** contact_header) { in update_contacts()
H A Dcxdx_avp.c929 int cxdx_get_charging_info(AAAMessage *msg,str *ccf1,str *ccf2,str *ecf1,str *ecf2) in cxdx_get_charging_info()
/dports/comms/wsjtz/wsjtx/lib/qra/q65/
H A Dq65.f9023 real, allocatable,save :: ccf2(:) !Max CCF(freq) at any lag, single seq variable
440 f0,xdt,ccf2) argument
446 real ccf2(iz) !Orange sync curve local
621 subroutine q65_write_red(iz,xdt,ccf2_avg,ccf2) argument
626 real ccf2(iz) local
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_usrloc_scscf/
H A Dudomain.c224 ims_subscription** s, str* ccf1, str* ccf2, str* ecf1, str* ecf2, in mem_insert_impurecord()
562 ims_subscription** s, str* ccf1, str* ccf2, str* ecf1, str* ecf2, in insert_impurecord()
H A Dusrloc_db.c149 int reg_state, int barring, ims_subscription** s, str* ccf1, str* ccf2, in db_insert_impurecord()
714 str query_contact, query_subscriber, impu, ccf1 = {0, 0}, ecf1 = {0, 0}, ccf2 = {0, 0}, ecf2 = { in preload_udomain() local
H A Dimpurecord.c97 …_identity, int reg_state, int barring, ims_subscription** s, str* ccf1, str* ccf2, str* ecf1, str*… in new_impurecord()
924 …n_delete, int barring, int is_primary, ims_subscription** s, str* ccf1, str* ccf2, str* ecf1, str*… in update_impurecord()
H A Dusrloc.h437 str ccf1, ccf2, ecf1, ecf2; /**< charging functions */ member
454 str *ccf1, *ccf2, *ecf1, *ecf2; member
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_icscf/
H A Dcxdx_avp.c899 int cxdx_get_charging_info(AAAMessage *msg,str *ccf1,str *ccf2,str *ecf1,str *ecf2) in cxdx_get_charging_info()
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_auth/
H A Dcxdx_avp.c933 int cxdx_get_charging_info(AAAMessage *msg,str *ccf1,str *ccf2,str *ecf1,str *ecf2) in cxdx_get_charging_info()
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DFunctionTest.cpp855 Function<double()> ccf2 = std::move(cf2); in TEST() local