Home
last modified time | relevance | path

Searched refs:x_lists (Results 1 – 12 of 12) sorted by relevance

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/uccsdt/
H A Daterm.F1 subroutine uccsdt_aterm_init(x_lists) argument
10 integer x_lists(3,0:7)
20 call ga_scale(x_lists(1,symnf),0.5d0)
21 call ga_scale(x_lists(2,symnf),0.5d0)
141 call ga_put(x_lists(x_nr,symnf),n_address,dimi,
160 subroutine uccsdt_aterm_finish(x_lists)
167 integer x_lists(0:7,14)
H A Dacefterms.F1 subroutine uccsdt_acefterms(x_lists) argument
13 integer lists(0:7,14), x_lists(3,0:7)
23 call uccsdt_aterm_init(x_lists)
43 call uccsdt_aterm_finish(x_lists)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/uccsdt/
H A Daterm.F1 subroutine uccsdt_aterm_init(x_lists) argument
10 integer x_lists(3,0:7)
20 call ga_scale(x_lists(1,symnf),0.5d0)
21 call ga_scale(x_lists(2,symnf),0.5d0)
141 call ga_put(x_lists(x_nr,symnf),n_address,dimi,
160 subroutine uccsdt_aterm_finish(x_lists)
167 integer x_lists(0:7,14)
H A Dacefterms.F1 subroutine uccsdt_acefterms(x_lists) argument
13 integer lists(0:7,14), x_lists(3,0:7)
23 call uccsdt_aterm_init(x_lists)
43 call uccsdt_aterm_finish(x_lists)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_prefix/
H A Dmod_prefix.c214 switch_xml_t xml = NULL, x_lists = NULL, x_list = NULL, cfg = NULL; in do_config() local
216 if ((x_lists = switch_xml_child(cfg, "tables"))) { in do_config()
217 for (x_list = switch_xml_child(x_lists, "table"); x_list; x_list = x_list->next) { in do_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp.c493 …switch_xml_t xml = NULL, x_lists = NULL, x_list = NULL, cfg = NULL, callprogress = NULL, xdescript… in load_configuration() local
533 if ((x_lists = switch_xml_child(cfg, "modem-settings"))) { in load_configuration()
534 for (x_list = switch_xml_child(x_lists, "param"); x_list; x_list = x_list->next) { in load_configuration()
571 …if ((x_lists = switch_xml_child(cfg, "fax-settings")) || (x_lists = switch_xml_child(cfg, "setting… in load_configuration()
572 for (x_list = switch_xml_child(x_lists, "param"); x_list; x_list = x_list->next) { in load_configuration()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_speex.c478 switch_xml_t x_lists; in load_configuration() local
479 if ((x_lists = switch_xml_child(cfg, "settings"))) { in load_configuration()
480 const char *settings_name = switch_xml_attr(x_lists, "name"); in load_configuration()
485 for (x_list = switch_xml_child(x_lists, "param"); x_list; x_list = x_list->next) { in load_configuration()
H A Dswitch_time.c1393 switch_xml_t xml = NULL, x_lists = NULL, x_list = NULL, cfg = NULL; in switch_load_timezones() local
1409 if ((x_lists = switch_xml_child(cfg, "timezones"))) { in switch_load_timezones()
1410 for (x_list = switch_xml_child(x_lists, "zone"); x_list; x_list = x_list->next) { in switch_load_timezones()
H A Dswitch_core.c1438 switch_xml_t xml = NULL, x_lists = NULL, x_list = NULL, x_node = NULL, cfg = NULL; in switch_load_network_lists() local
1555 if ((x_lists = switch_xml_child(cfg, "network-lists"))) { in switch_load_network_lists()
1556 for (x_list = switch_xml_child(x_lists, "list"); x_list; x_list = x_list->next) { in switch_load_network_lists()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_hash/
H A Dmod_hash.c906 switch_xml_t xml = NULL, x_lists = NULL, x_list = NULL, cfg = NULL; in do_config() local
908 if ((x_lists = switch_xml_child(cfg, "remotes"))) { in do_config()
909 for (x_list = switch_xml_child(x_lists, "remote"); x_list; x_list = x_list->next) { in do_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_loopback/
H A Dmod_loopback.c1740 switch_xml_t xml = NULL, x_lists = NULL, x_list = NULL, cfg = NULL; in load_loopback_configuration() local
1750 if ((x_lists = switch_xml_child(cfg, "settings"))) { in load_loopback_configuration()
1751 for (x_list = switch_xml_child(x_lists, "param"); x_list; x_list = x_list->next) { in load_loopback_configuration()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_avmd/
H A Dmod_avmd.c886 switch_xml_t xml = NULL, x_lists = NULL, x_list = NULL, cfg = NULL; in avmd_load_xml_configuration() local
897 if ((x_lists = switch_xml_child(cfg, "settings"))) { in avmd_load_xml_configuration()
898 for (x_list = switch_xml_child(x_lists, "param"); x_list; x_list = x_list->next) { in avmd_load_xml_configuration()