Home
last modified time | relevance | path

Searched refs:sta2 (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/net/hostapd-devel/hostap-14ab4a816/tests/hwsim/
H A Dtest_fst_module.py108 new_iface = sta2.ifname()
215 resp_newif = sta2.ifname()
355 new_iface = sta2.ifname()
1107 sta2.start()
1112 sta2.send_iface_attach_request(sta2.ifname(),
1127 sta2.send_iface_detach_request(sta2.ifname())
1147 sta2.stop()
1892 resp_newif = sta2.ifname()
2058 sta = sta2.get_instance()
2158 resp_newif = sta2.ifname()
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/tests/hwsim/
H A Dtest_fst_module.py108 new_iface = sta2.ifname()
215 resp_newif = sta2.ifname()
355 new_iface = sta2.ifname()
1107 sta2.start()
1112 sta2.send_iface_attach_request(sta2.ifname(),
1127 sta2.send_iface_detach_request(sta2.ifname())
1147 sta2.stop()
1892 resp_newif = sta2.ifname()
2058 sta = sta2.get_instance()
2158 resp_newif = sta2.ifname()
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/visualizer/
H A Dhecmw_vis_comm_util.c44 HECMW_Status *sta1, *sta2; in stack_part_send_recv() local
55 sta2 = in stack_part_send_recv()
80 HECMW_free(sta2); in stack_part_send_recv()
179 HECMW_Status *sta1, *sta2; in int_part_send_recv() local
195 sta2 = in int_part_send_recv()
244 HECMW_free(sta2); in int_part_send_recv()
255 HECMW_Status *sta1, *sta2; in double_part_send_recv() local
329 HECMW_free(sta2); in double_part_send_recv()
442 HECMW_Status *sta1, *sta2; in int2_whole_send_recv() local
504 HECMW_free(sta2); in int2_whole_send_recv()
[all …]
/dports/math/lis/lis-2.0.30/src/fortran/amg/
H A Dlis_m_solver_SR2.F9074 integer(kind=kint ), dimension(:,:), save, allocatable :: sta2 local
87 allocate (sta2(MPI_STATUS_SIZE, NEIBPETOT))
93 deallocate(sta1, sta2, req1, req2)
95 allocate (sta2(MPI_STATUS_SIZE, NEIBPETOT))
125 call MPI_WAITALL (NEIBPETOT, req2, sta2, ierr)
173 integer(kind=kint), dimension(:,:), save, allocatable :: sta2 local
190 allocate (sta2(MPI_STATUS_SIZE, NEIBPETOT))
196 deallocate(sta1, sta2, req1, req2)
198 allocate (sta2(MPI_STATUS_SIZE, NEIBPETOT))
229 call MPI_WAITALL (NEIBPETOT, req2, sta2, ierr)
[all …]
H A Dlis_m_solver_Gnumbering.F9086 ALLOCATE(sta2(MPI_STATUS_SIZE,NEIBPETOT))
92 DEALLOCATE(sta1,sta2)
95 ALLOCATE(sta2(MPI_STATUS_SIZE,NEIBPETOT))
180 INTEGER(kind=kint ), ALLOCATABLE :: sta2(:,:) local
206 ALLOCATE (sta2(MPI_STATUS_SIZE,NEIBPETOT))
261 CALL MPI_WAITALL (NEIBPETOT, req2, sta2, ierr)
309 DEALLOCATE (sta2)
497 ALLOCATE(sta2(MPI_STATUS_SIZE,PE_list_size))
583 CALL MPI_WAITALL(pls, req2, sta2, ierr)
603 CALL MPI_WAITALL(pls, req2, sta2, ierr)
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/operations/dynamic_load_balancing/
H A Dhecmw_dlb_comm_util.c131 HECMW_Status *sta1, *sta2; in stack_part_send_recv() local
166 free(sta2); in stack_part_send_recv()
265 HECMW_Status *sta1, *sta2; in int_part_send_recv() local
328 free(sta2); in int_part_send_recv()
339 HECMW_Status *sta1, *sta2; in double_part_send_recv() local
413 free(sta2); in double_part_send_recv()
524 HECMW_Status *sta1, *sta2; in int2_whole_send_recv() local
585 free(sta2); in int2_whole_send_recv()
597 HECMW_Status *sta1, *sta2; in double2_whole_send_recv() local
657 free(sta2); in double2_whole_send_recv()
[all …]
/dports/math/lis/lis-2.0.30/src/matrix/
H A Dlis_matrix_mpi.c435 if( table->sta2 ) lis_free( table->sta2 ); in lis_commtable_destroy()
462 MPI_Status *sta1,*sta2; in lis_commtable_duplicate() local
482 sta2 = NULL; in lis_commtable_duplicate()
532 if( sta2 ) lis_free(sta2); in lis_commtable_duplicate()
568 (*tout)->sta2 = sta2; in lis_commtable_duplicate()
714 if( sta2==NULL ) in lis_commtable_create()
818 commtable->sta2 = sta2; in lis_commtable_create()
1033 sta2 = NULL;
1254 if( sta2==NULL )
1569 sta2 = NULL; in lis_vector_redistribute()
[all …]
/dports/audio/snd/snd-21.2/
H A Drhypar.cms117 (sta2 0.00)
130 (set! sta2 0.0)
137 (beats sta2 rhythm 600 0.25)
138 (set! sta2 (+ sta2 (/ 1 (* h r)) ))) )
174 (sta2 0.00)
187 (set! sta2 0.0)
194 (beats sta2 rhythm 400 (* 0.25 (ampgaussian j notes)))
195 (set! sta2 (+ sta2 (/ 1 (* h r)) ))) )
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/solver/communication/
H A Dhecmw_solver_SR_33.F9064 integer(kind=kint ), dimension(:,:), allocatable :: sta2 local
73 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
108 call MPI_WAITALL (nreq2, req2, sta2, ierr)
122 deallocate (sta1, sta2, req1, req2)
232 integer(kind=kint ), dimension(:,:), allocatable :: sta2 local
253 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
255 call MPI_WAITALL (nreq2, req2, sta2, ierr)
269 deallocate (sta1, sta2)
H A Dhecmw_solver_SR_11.F9040 integer(kind=kint ), dimension(:,:), allocatable :: sta2 local
53 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
89 call MPI_WAITALL (nreq2, req2, sta2, ierr)
101 deallocate (sta1, sta2, req1, req2)
H A Dhecmw_solver_SR_11i.F9040 integer(kind=kint ), dimension(:,:), allocatable :: sta2 local
52 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
88 call MPI_WAITALL (nreq2, req2, sta2, ierr)
100 deallocate (sta1, sta2, req1, req2)
H A Dhecmw_solver_SR_22i.F9041 integer(kind=kint ), dimension(:,:), allocatable :: sta2 local
53 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
87 call MPI_WAITALL (nreq2, req2, sta2, ierr)
100 deallocate (sta1, sta2, req1, req2)
H A Dhecmw_solver_SR_mm.F9042 integer(kind=kint ), dimension(:,:), allocatable :: sta2 local
53 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
88 call MPI_WAITALL (nreq2, req2, sta2, ierr)
103 deallocate (sta1, sta2, req1, req2)
H A Dhecmw_solver_SR_mmi.F9042 integer(kind=kint ), dimension(:,:), allocatable :: sta2 local
53 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
88 call MPI_WAITALL (nreq2, req2, sta2, ierr)
103 deallocate (sta1, sta2, req1, req2)
H A Dhecmw_solver_SR_22.F9041 integer(kind=kint ), dimension(:,:), allocatable :: sta2 local
53 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
87 call MPI_WAITALL (nreq2, req2, sta2, ierr)
100 deallocate (sta1, sta2, req1, req2)
H A Dhecmw_solver_SR_33i.F9041 integer(kind=kint ), dimension(:,:), allocatable :: sta2 local
53 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
88 call MPI_WAITALL (nreq2, req2, sta2, ierr)
102 deallocate (sta1, sta2, req1, req2)
H A Dhecmw_solver_SR_44i.F9041 integer(kind=kint ), dimension(:,:), allocatable :: sta2 local
53 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
89 call MPI_WAITALL (nreq2, req2, sta2, ierr)
104 deallocate (sta1, sta2, req1, req2)
H A Dhecmw_solver_SR_44.F9041 integer(kind=kint ), dimension(:,:), allocatable :: sta2 local
53 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
89 call MPI_WAITALL (nreq2, req2, sta2, ierr)
104 deallocate (sta1, sta2, req1, req2)
H A Dhecmw_solver_SR_66.F9041 integer(kind=kint ), dimension(:,:), allocatable :: sta2 local
53 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
91 call MPI_WAITALL (nreq2, req2, sta2, ierr)
108 deallocate (sta1, sta2, req1, req2)
H A Dhecmw_solver_SR_66i.F9041 integer(kind=kint ), dimension(:,:), allocatable :: sta2 local
53 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
91 call MPI_WAITALL (nreq2, req2, sta2, ierr)
108 deallocate (sta1, sta2, req1, req2)
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/operations/adaptation/
H A Dhecmw_adapt_stack_sr.f9030 integer(kind=kint ), dimension(:,:), save, allocatable :: sta2 local
41 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
62 call MPI_WAITALL (NEIBPETOT, req2, sta2, ierr)
H A Dhecmw_adapt_item_sr.f9034 integer(kind=kint ), dimension(:,:), save, allocatable :: sta2 local
45 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
79 call MPI_WAITALL (NEIBPETOT, req2, sta2, ierr)
H A Dhecmw_adapt_real_sr.f9036 integer(kind=kint ), dimension(:,:), save, allocatable :: sta2 local
47 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
79 call MPI_WAITALL (NEIBPETOT, req2, sta2, ierr)
H A Dhecmw_adapt_int_sr.f9036 integer(kind=kint ), dimension(:,:), save, allocatable :: sta2 local
46 allocate (sta2(MPI_STATUS_SIZE,NEIBPETOT))
78 call MPI_WAITALL (NEIBPETOT, req2, sta2, ierr)
/dports/net/ns3/ns-allinone-3.35/ns-3.35/examples/ipv6/
H A Dicmpv6-redirect.cc79 Ptr<Node> sta2 = CreateObject<Node> (); in main() local
81 NodeContainer net2 (r2, sta2); in main()
82 NodeContainer all (sta1, r1, r2, sta2); in main()

12345678