Home
last modified time | relevance | path

Searched refs:subroutine (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dopenacc_lib.h84 subroutine acc_set_device_type_h (devicetype)
87 end subroutine
98 subroutine acc_set_device_num_h (devicenum, devicetype)
102 end subroutine
127 subroutine acc_get_property_string_h (devicenum, devicetype, &
135 end subroutine
152 subroutine acc_wait_h (arg)
154 end subroutine
163 subroutine acc_wait_async_h (arg, async)
165 end subroutine
[all …]
H A Domp_lib.f90.in70 subroutine omp_init_lock (svar)
73 end subroutine omp_init_lock
77 subroutine omp_init_lock_with_hint (svar, hint)
81 end subroutine omp_init_lock_with_hint
85 subroutine omp_init_nest_lock (nvar)
88 end subroutine omp_init_nest_lock
92 subroutine omp_init_nest_lock_with_hint (nvar, hint)
96 end subroutine omp_init_nest_lock_with_hint
100 subroutine omp_destroy_lock (svar)
103 end subroutine omp_destroy_lock
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dopenacc_lib.h84 subroutine acc_set_device_type_h (devicetype)
87 end subroutine
98 subroutine acc_set_device_num_h (devicenum, devicetype)
102 end subroutine
127 subroutine acc_get_property_string_h (devicenum, devicetype, &
135 end subroutine
152 subroutine acc_wait_h (arg)
154 end subroutine
163 subroutine acc_wait_async_h (arg, async)
165 end subroutine
[all …]
H A Domp_lib.f90.in184 subroutine omp_init_lock (svar)
187 end subroutine omp_init_lock
191 subroutine omp_init_lock_with_hint (svar, hint)
195 end subroutine omp_init_lock_with_hint
199 subroutine omp_init_nest_lock (nvar)
202 end subroutine omp_init_nest_lock
206 subroutine omp_init_nest_lock_with_hint (nvar, hint)
210 end subroutine omp_init_nest_lock_with_hint
214 subroutine omp_destroy_lock (svar)
217 end subroutine omp_destroy_lock
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dlibfcollector.h26 subroutine collector_sample(name)
28 end subroutine
31 subroutine collector_pause()
32 end subroutine
35 subroutine collector_resume()
36 end subroutine
39 subroutine collector_terminate_expt()
40 end subroutine
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dlibfcollector.h26 subroutine collector_sample(name)
28 end subroutine
31 subroutine collector_pause()
32 end subroutine
35 subroutine collector_resume()
36 end subroutine
39 subroutine collector_terminate_expt()
40 end subroutine
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
H A Dcommon.inc21 comment "Declare a subroutine"
26 comment "End a subroutine"
31 comment "enter - subroutine prologue"
32 comment "leave - subroutine epilogue"
33 comment "call - call a named subroutine"
39 comment "declare - declare the start of a subroutine"
40 comment "end - end a subroutine"
H A Dalpha.inc1 comment "subroutine declare"
8 comment "subroutine prologue"
18 comment "subroutine epilogue"
25 comment "subroutine end"
31 comment "subroutine call"
H A Dsh.inc5 comment "subroutine declare"
13 comment "subroutine prologue"
21 comment "subroutine epilogue"
31 comment "subroutine end"
38 comment "subroutine call"
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
H A Dcommon.inc21 comment "Declare a subroutine"
26 comment "End a subroutine"
31 comment "enter - subroutine prologue"
32 comment "leave - subroutine epilogue"
33 comment "call - call a named subroutine"
39 comment "declare - declare the start of a subroutine"
40 comment "end - end a subroutine"
H A Dalpha.inc1 comment "subroutine declare"
8 comment "subroutine prologue"
18 comment "subroutine epilogue"
25 comment "subroutine end"
31 comment "subroutine call"
H A Dsh.inc5 comment "subroutine declare"
13 comment "subroutine prologue"
21 comment "subroutine epilogue"
31 comment "subroutine end"
38 comment "subroutine call"
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dpl_calldist_example.txt4 prints a report containing distribution plots per subroutine. Here it
11 Exclusive subroutine elapsed times (us),
31 Inclusive subroutine elapsed times (us),
52 The exclusive subroutine elapsed times show that each subroutine spent
56 The inclusive subroutine elapsed times show that func_c() took between 0.5 and
62 These elapsed times are the absolute time from when the subroutine began to
69 detailed explanation of exclusive vs inclusive subroutine time.
80 Exclusive subroutine elapsed times (us),
262 Inclusive subroutine elapsed times (us),
445 the "print_neat" subroutine in "nicstat",
H A Dpl_calltime_example.txt17 Exclusive subroutine elapsed times (us),
24 Inclusive subroutine elapsed times (us),
32 The exclusive subroutine elapsed times show that each subroutine spent around
36 The inclusive subroutine elapsed times show that func_a() took around 3.0
42 These elapsed times are the absolute time from when the subroutine began to
49 detailed explanation of exclusive vs inclusive subroutine time.
91 Exclusive subroutine elapsed times (us),
119 Inclusive subroutine elapsed times (us),
146 The output showed that the most time was spent in the subroutine find_nets(),
H A Dphp_calldist_example.txt4 containing distribution plots per subroutine. Here it traces the example program
66 The exclusive subroutine elapsed times show that each subroutine spent
70 The inclusive subroutine elapsed times show that func_c() took between 0.5
76 These elapsed times are the absolute time from when the subroutine began to
83 detailed explanation of exclusive vs inclusive subroutine time.
H A Dpl_cpudist_example.txt4 prints a report containing distribution plots per subroutine. Here it
11 Exclusive subroutine on-CPU times (us),
31 Inclusive subroutine on-CPU times (us),
50 The exclusive subroutine on-CPU times show that func_a() spent between
54 The inclusive subroutine on-CPU times show that func_c() spent between 0.5 and
61 the subroutine began to when it completed. This does not include time
67 detailed explanation of exclusive vs inclusive subroutine time.
77 Exclusive subroutine on-CPU times (us),
265 Inclusive subroutine on-CPU times (us),
457 the "print_neat" subroutine in "nicstat",
H A Dphp_cpudist_example.txt4 containing distribution plots per subroutine. Here it traces the example
66 The exclusive subroutine elapsed times show that each subroutine spent
70 The inclusive subroutine elapsed times show that func_c() took between 32
77 These elapsed times are the on CPU time from when the subroutine began to
83 detailed explanation of exclusive vs inclusive subroutine time.
H A Dpl_cputime_example.txt17 Exclusive subroutine on-CPU times (us),
24 Inclusive subroutine on-CPU times (us),
33 The exclusive subroutine on-CPU times show that func_a() spent around 264.2 ms
37 The inclusive subroutine on-CPU times show that func_c() spent around 799.0 ms
44 the subroutine began to when it completed. This does not include time
50 detailed explanation of exclusive vs inclusive subroutine time.
92 Exclusive subroutine on-CPU times (us),
120 Inclusive subroutine on-CPU times (us),
147 The output showed that the most CPU time was spent in the subroutine
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dpl_calldist_example.txt4 prints a report containing distribution plots per subroutine. Here it
11 Exclusive subroutine elapsed times (us),
31 Inclusive subroutine elapsed times (us),
52 The exclusive subroutine elapsed times show that each subroutine spent
56 The inclusive subroutine elapsed times show that func_c() took between 0.5 and
62 These elapsed times are the absolute time from when the subroutine began to
69 detailed explanation of exclusive vs inclusive subroutine time.
80 Exclusive subroutine elapsed times (us),
262 Inclusive subroutine elapsed times (us),
445 the "print_neat" subroutine in "nicstat",
H A Dpl_calltime_example.txt17 Exclusive subroutine elapsed times (us),
24 Inclusive subroutine elapsed times (us),
32 The exclusive subroutine elapsed times show that each subroutine spent around
36 The inclusive subroutine elapsed times show that func_a() took around 3.0
42 These elapsed times are the absolute time from when the subroutine began to
49 detailed explanation of exclusive vs inclusive subroutine time.
91 Exclusive subroutine elapsed times (us),
119 Inclusive subroutine elapsed times (us),
146 The output showed that the most time was spent in the subroutine find_nets(),
H A Dphp_calldist_example.txt4 containing distribution plots per subroutine. Here it traces the example program
66 The exclusive subroutine elapsed times show that each subroutine spent
70 The inclusive subroutine elapsed times show that func_c() took between 0.5
76 These elapsed times are the absolute time from when the subroutine began to
83 detailed explanation of exclusive vs inclusive subroutine time.
H A Dpl_cpudist_example.txt4 prints a report containing distribution plots per subroutine. Here it
11 Exclusive subroutine on-CPU times (us),
31 Inclusive subroutine on-CPU times (us),
50 The exclusive subroutine on-CPU times show that func_a() spent between
54 The inclusive subroutine on-CPU times show that func_c() spent between 0.5 and
61 the subroutine began to when it completed. This does not include time
67 detailed explanation of exclusive vs inclusive subroutine time.
77 Exclusive subroutine on-CPU times (us),
265 Inclusive subroutine on-CPU times (us),
457 the "print_neat" subroutine in "nicstat",
H A Dphp_cpudist_example.txt4 containing distribution plots per subroutine. Here it traces the example
66 The exclusive subroutine elapsed times show that each subroutine spent
70 The inclusive subroutine elapsed times show that func_c() took between 32
77 These elapsed times are the on CPU time from when the subroutine began to
83 detailed explanation of exclusive vs inclusive subroutine time.
H A Dpl_cputime_example.txt17 Exclusive subroutine on-CPU times (us),
24 Inclusive subroutine on-CPU times (us),
33 The exclusive subroutine on-CPU times show that func_a() spent around 264.2 ms
37 The inclusive subroutine on-CPU times show that func_c() spent around 799.0 ms
44 the subroutine began to when it completed. This does not include time
50 detailed explanation of exclusive vs inclusive subroutine time.
92 Exclusive subroutine on-CPU times (us),
120 Inclusive subroutine on-CPU times (us),
147 The output showed that the most CPU time was spent in the subroutine
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Darm11 # use little endian variant of subroutine to
20 # use little endian variant of subroutine to
29 # use little endian variant of subroutine to
38 # use little endian variant of subroutine to
47 # use little endian variant of subroutine to

12345678910>>...22