Home
last modified time | relevance | path

Searched refs:cycle (Results 1 – 25 of 91) sorted by relevance

1234

/dragonfly/contrib/binutils-2.34/gprof/
H A Dbsd_callg_bl.m31 its membership in a cycle, if any.
58 parent's membership in a cycle, if any.
84 membership in a cycle, if any.
92 children) in the same cycle as the function. If
93 the function (or child) is a member of a cycle,
96 cycle as a whole.
103 cycle listings:
104 the cycle as a whole is listed with the same
106 the members of the cycle, and their contributions
107 to the time and call counts of the cycle.
H A Dfsf_callg_bl.m32 cycle, the cycle number is printed between the
51 member of a cycle, the cycle number is printed between
73 member of a cycle, the cycle number is printed
77 entry for the cycle-as-a-whole. This entry shows who called the
78 cycle (as parents) and the members of the cycle (as children.)
80 were internal to the cycle, and the calls entry for each member shows,
82 the cycle.
/dragonfly/contrib/binutils-2.27/gprof/
H A Dbsd_callg_bl.m31 its membership in a cycle, if any.
58 parent's membership in a cycle, if any.
84 membership in a cycle, if any.
92 children) in the same cycle as the function. If
93 the function (or child) is a member of a cycle,
96 cycle as a whole.
103 cycle listings:
104 the cycle as a whole is listed with the same
106 the members of the cycle, and their contributions
107 to the time and call counts of the cycle.
H A Dfsf_callg_bl.m32 cycle, the cycle number is printed between the
51 member of a cycle, the cycle number is printed between
73 member of a cycle, the cycle number is printed
77 entry for the cycle-as-a-whole. This entry shows who called the
78 cycle (as parents) and the members of the cycle (as children.)
80 were internal to the cycle, and the calls entry for each member shows,
82 the cycle.
H A Dgprof.texi151 of the cycle.
1165 If the function is part of a cycle of recursion, the cycle number is
1173 gnurr <cycle 1> [12]
1224 If the caller is part of a recursion cycle, the cycle number is
1280 If the caller is part of a recursion cycle, the cycle number is
1286 @cindex cycle
1300 considered a cycle.
1316 ``subroutines'' of the cycle are the individual functions of the cycle, and
1318 the cycle are the functions, outside the cycle, that called functions in
1319 the cycle.
[all …]
H A Dgprof.info960 If the function is part of a cycle of recursion, the cycle number
966 gnurr <cycle 1> [12]
1015 If the caller is part of a recursion cycle, the cycle number is
1067 If the caller is part of a recursion cycle, the cycle number is
1080 and `b' form a cycle.
1090 graph it is followed by `<cycle NUMBER>'.
1102 "subroutines" of the cycle are the individual functions of the cycle,
1104 "callers" of the cycle are the functions, outside the cycle, that
1105 called functions in the cycle.
1180 cycle.
[all …]
/dragonfly/lib/libthread_xu/thread/
H A Dthr_barrier.c82 int64_t cycle; in _pthread_barrier_wait() local
99 cycle = bar->b_cycle; in _pthread_barrier_wait()
102 _thr_umtx_wait(&bar->b_cycle, cycle, NULL, 0); in _pthread_barrier_wait()
104 } while (cycle == bar->b_cycle); in _pthread_barrier_wait()
H A Dthr_sig.c84 umtx_t cycle; in _thr_suspend_check() local
100 curthread->cycle++; in _thr_suspend_check()
101 cycle = curthread->cycle; in _thr_suspend_check()
104 _thr_umtx_wake(&curthread->cycle, 0); in _thr_suspend_check()
114 _thr_umtx_wait(&curthread->cycle, cycle, NULL, 0); in _thr_suspend_check()
H A Dthr_resume_np.c86 thread->cycle++; in resume_common()
87 _thr_umtx_wake(&thread->cycle, 1); in resume_common()
H A Dthr_suspend_np.c123 tmp = thread->cycle; in suspend_common()
127 _thr_umtx_wait(&thread->cycle, tmp, NULL, 0); in suspend_common()
H A Dthr_create.c181 new_thread->cycle++; in _pthread_create()
182 _thr_umtx_wake(&new_thread->cycle, 0); in _pthread_create()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dmcf.c808 cycle[i] = -1; in cancel_negative_cycle()
858 cycle[0] = pfedge->dest; in cancel_negative_cycle()
864 cycle[i] = j; in cancel_negative_cycle()
867 if (cycle[k] == j) in cancel_negative_cycle()
880 gcc_assert (cycle[cycle_start] == cycle[cycle_end]); in cancel_negative_cycle()
889 pfedge = find_fixup_edge (fixup_graph, cycle[k + 1], cycle[k]); in cancel_negative_cycle()
893 fprintf (dump_file, "%d ", cycle[k]); in cancel_negative_cycle()
909 pfedge = find_fixup_edge (fixup_graph, cycle[k + 1], cycle[k]); in cancel_negative_cycle()
910 r_pfedge = find_fixup_edge (fixup_graph, cycle[k], cycle[k + 1]); in cancel_negative_cycle()
1307 int *cycle; in find_minimum_cost_flow() local
[all …]
H A Dmodulo-sched.c130 int cycle; member
466 SCHED_TIME (u) = cycle; in update_node_sched_params()
467 SCHED_ROW (u) = SMODULO (cycle, ii); in update_node_sched_params()
865 crr_insn->cycle = normalized_time; in reset_sched_times()
2120 SCHED_TIME (u) = cycle; in try_scheduling_node_in_cycle()
2299 crr_insn->cycle = new_time; in ps_insert_empty_row()
2320 crr_insn->cycle = new_time; in ps_insert_empty_row()
2924 create_ps_insn (int id, int cycle) in create_ps_insn() argument
2931 ps_i->cycle = cycle; in create_ps_insn()
3157 int cycle; in ps_has_conflicts() local
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmcf.c812 cycle[i] = -1; in cancel_negative_cycle()
862 cycle[0] = pfedge->dest; in cancel_negative_cycle()
868 cycle[i] = j; in cancel_negative_cycle()
871 if (cycle[k] == j) in cancel_negative_cycle()
884 gcc_assert (cycle[cycle_start] == cycle[cycle_end]); in cancel_negative_cycle()
893 pfedge = find_fixup_edge (fixup_graph, cycle[k + 1], cycle[k]); in cancel_negative_cycle()
897 fprintf (dump_file, "%d ", cycle[k]); in cancel_negative_cycle()
913 pfedge = find_fixup_edge (fixup_graph, cycle[k + 1], cycle[k]); in cancel_negative_cycle()
914 r_pfedge = find_fixup_edge (fixup_graph, cycle[k], cycle[k + 1]); in cancel_negative_cycle()
1325 int *cycle; in find_minimum_cost_flow() local
[all …]
H A Dgcov.c102 unsigned int cycle : 1; member
1944 block->u.cycle.arc = NULL; in add_line_counts()
1945 block->u.cycle.ident = ~0U; in add_line_counts()
2078 arc->cycle in accumulate_line_counts()
2082 || dst->u.cycle.arc) in accumulate_line_counts()
2105 cycle_arc->cycle = 1; in accumulate_line_counts()
2116 arc = head->u.cycle.arc; in accumulate_line_counts()
2117 head->u.cycle.arc = NULL; in accumulate_line_counts()
2126 dst->u.cycle.arc = arc; in accumulate_line_counts()
2132 arc = head->u.cycle.arc; in accumulate_line_counts()
[all …]
H A Dmodulo-sched.c134 int cycle; member
480 SCHED_TIME (u) = cycle; in update_node_sched_params()
481 SCHED_ROW (u) = SMODULO (cycle, ii); in update_node_sched_params()
876 crr_insn->cycle = normalized_time; in reset_sched_times()
2136 SCHED_TIME (u) = cycle; in try_scheduling_node_in_cycle()
2320 crr_insn->cycle = new_time; in ps_insert_empty_row()
2341 crr_insn->cycle = new_time; in ps_insert_empty_row()
2955 create_ps_insn (int id, int cycle) in create_ps_insn() argument
2962 ps_i->cycle = cycle; in create_ps_insn()
3188 int cycle; in ps_has_conflicts() local
[all …]
/dragonfly/usr.sbin/fwcontrol/
H A Dfwdv.c254 int systype=-1, pad_acc, cycle_acc=0, cycle=0, f_frac; in dvsend() local
347 cycle = 1; in dvsend()
348 cycle_acc = frame_cycle[systype].d * cycle; in dvsend()
365 ciph->fdf.dv.cyc = htons(cycle << 12 | f_frac); in dvsend()
382 cycle ++; in dvsend()
390 cycle ++; in dvsend()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dpentium.md84 ;; We add dummy "port" pipes allocated only first cycle of
93 ;; instructions. We model only first cycle of FP pipeline, as it is
103 ;; last cycle of first instruction, when data are bypassed.
153 ;; Moves usually have one cycle penalty, but there are exceptions.
179 ;; Push and pop instructions have 1 cycle latency and special
234 ;; load/execute 2 cycles and execute only one cycle.
H A Dppro.md76 ;; decoders in one cycle.
78 ;; but still in only one cycle.
83 ;; in each cycle, to decode as many instructions per cycle as possible.
97 ;; The out-of-order core has five pipelines. During each cycle, the core
99 ;; so the maximum number of dispatched uops per cycle is 5. In practicer,
100 ;; 3 uops per cycle is more realistic.
202 ;; branches cost only one fetch cycle. Mispredicted branches are very
293 ;; has throughput "1/cycle (align with FADD)". What do they
442 ;; throughput of 1/cycle.
H A Datom.md52 ;;; Most of simple instructions have 1 cycle latency. Some of them
58 ;;; Some insn issues in port 0 with 3 cycle latency and 1 cycle tput
399 ;; pop r64 is 1 cycle. UCODE if segreg, ignored
628 ;; Except dppd/dpps, 4 cycle if mulss
765 ;; There will be 0 cycle stall from cmp/test to jcc
767 ;; There will be 1 cycle stall from flag producer to cmov and adc/sbb
780 ;; lea to shift source stall is 1 cycle
785 ;; non-lea to shift count stall is 1 cycle
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dpentium.md84 ;; We add dummy "port" pipes allocated only first cycle of
93 ;; instructions. We model only first cycle of FP pipeline, as it is
103 ;; last cycle of first instruction, when data are bypassed.
153 ;; Moves usually have one cycle penalty, but there are exceptions.
179 ;; Push and pop instructions have 1 cycle latency and special
234 ;; load/execute 2 cycles and execute only one cycle.
H A Dppro.md76 ;; decoders in one cycle.
78 ;; but still in only one cycle.
83 ;; in each cycle, to decode as many instructions per cycle as possible.
97 ;; The out-of-order core has five pipelines. During each cycle, the core
99 ;; so the maximum number of dispatched uops per cycle is 5. In practicer,
100 ;; 3 uops per cycle is more realistic.
202 ;; branches cost only one fetch cycle. Mispredicted branches are very
293 ;; has throughput "1/cycle (align with FADD)". What do they
442 ;; throughput of 1/cycle.
H A Datom.md52 ;;; Most of simple instructions have 1 cycle latency. Some of them
58 ;;; Some insn issues in port 0 with 3 cycle latency and 1 cycle tput
399 ;; pop r64 is 1 cycle. UCODE if segreg, ignored
626 ;; Except dppd/dpps, 4 cycle if mulss
763 ;; There will be 0 cycle stall from cmp/test to jcc
765 ;; There will be 1 cycle stall from flag producer to cmov and adc/sbb
778 ;; lea to shift source stall is 1 cycle
783 ;; non-lea to shift count stall is 1 cycle
/dragonfly/usr.bin/dsynth/
H A Dprogress.js200 function cycle () { function
217 cycle();
226 cycle();
/dragonfly/sys/dev/sound/pcm/
H A Dbuffer.c692 unsigned int cycle; in sndbuf_feed() local
697 cycle = 0; in sndbuf_feed()
715 cycle++; in sndbuf_feed()
720 if (cycle > snd_feeder_maxcycle) in sndbuf_feed()
721 snd_feeder_maxcycle = cycle; in sndbuf_feed()

1234