Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DPrereqs.pm61 PHASE: for my $phase (keys %$prereq_spec) {
62 next PHASE unless $phase =~ /\Ax_/i or $is_legal_phase{$phase};
64 my $phase_spec = $prereq_spec->{ $phase };
98 my ($self, $phase, $type) = @_;
103 unless ($phase =~ /\Ax_/i or grep { $phase eq $_ } $self->__legal_phases) {
144 my ($self, $phase) = @_;
146 return unless $phase =~ /\Ax_/i or grep { $phase eq $_ } $self->__legal_phases;
223 for my $phase ( @$phases ) {
224 unless ($phase =~ /\Ax_/i or grep { $phase eq $_ } $self->__legal_phases) {
254 for my $phase ($self->phases) {
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dldexp.c209 if (expld.phase != lang_first_phase_enum) in fold_unary()
236 if (expld.phase != lang_first_phase_enum) in fold_unary()
246 if (expld.phase != lang_first_phase_enum in fold_unary()
250 || expld.dataseg.phase == exp_dataseg_adjust in fold_unary()
252 || expld.phase == lang_final_phase_enum)) in fold_unary()
257 expld.dataseg.phase = exp_dataseg_end_seen; in fold_unary()
386 if (expld.phase != lang_first_phase_enum in fold_binary()
388 && (expld.dataseg.phase == exp_dataseg_none in fold_binary()
482 if (expld.phase != lang_mark_phase_enum) in fold_name()
684 if (expld.phase == lang_mark_phase_enum in exp_fold_tree_1()
[all …]
/openbsd/gnu/usr.bin/perl/dist/Attribute-Handlers/lib/Attribute/
H A DHandlers.pm40 my %phase;
185 $phase{$ref}{BEGIN} = 1
187 $phase{$ref}{INIT} = 1
189 $phase{$ref}{END} = 1
191 $phase{$ref}{CHECK} = 1
193 || ! keys %{$phase{$ref}};
208 $raw{$handler}, $phase{$handler}, $filename, $linenum];
220 if $phase{$handler}{END};
241 my ($declaration, $phase) = @_;
243 return unless $handlerphase->{$phase};
[all …]
/openbsd/gnu/gcc/gcc/
H A Dgcov-iov.c37 char phase = 0; in main() local
52 phase = argv[2][0]; in main()
53 if (phase == '\0') in main()
54 phase = '*'; in main()
59 v[3] = phase; in main()
66 argv[1], major, minor, argv[2], phase); in main()
H A Dtree-dump.c829 if (phase < TDI_end) in get_dump_file_info()
830 return &dump_files[phase]; in get_dump_file_info()
847 if (phase == TDI_none) in get_dump_file_name()
850 dfi = get_dump_file_info (phase); in get_dump_file_name()
885 if (phase == TDI_none || !dump_enabled_p (phase)) in dump_begin()
888 name = get_dump_file_name (phase); in dump_begin()
889 dfi = get_dump_file_info (phase); in dump_begin()
907 dump_enabled_p (enum tree_dump_index phase) in dump_enabled_p() argument
909 if (phase == TDI_tree_all) in dump_enabled_p()
1074 stream = dump_begin (phase, &flags); in dump_function()
[all …]
/openbsd/usr.sbin/smtpd/
H A Dmail.lmtp.c30 enum phase { enum
234 enum phase phase = PHASE_BANNER; in lmtp_engine() local
264 if (line[0] != (phase == PHASE_DATA ? '3' : '2')) in lmtp_engine()
270 switch (phase) { in lmtp_engine()
274 phase++; in lmtp_engine()
279 phase++; in lmtp_engine()
285 phase++; in lmtp_engine()
293 phase++; in lmtp_engine()
299 phase++; in lmtp_engine()
304 phase++; in lmtp_engine()
H A Dlka_filter.c75 enum filter_phase phase; member
79 enum filter_phase phase; member
636 if (fs->phase == FILTER_DATA_LINE) in lka_filter_process_response()
646 if (fs->phase == FILTER_COMMIT) in lka_filter_process_response()
682 fs->phase = phase; in filter_protocol_internal()
687 phase = fs->phase; in filter_protocol_internal()
688 if (fs->phase != phase) in filter_protocol_internal()
803 fs->phase = FILTER_DATA_LINE; in filter_data_internal()
839 switch (phase) { in filter_protocol()
927 phase, reqid, token, param); in filter_protocol_query()
[all …]
/openbsd/sbin/isakmpd/
H A Dsa.c158 u_int8_t phase; member
168 sa->phase == arg->phase && !(sa->flags & SA_FLAG_REPLACED); in sa_check_name_phase()
178 arg.phase = phase; in sa_lookup_by_name()
185 int phase; member
236 (addr->phase && addr->phase != sa->phase)) in sa_check_peer()
308 arg.phase = phase; in sa_lookup_by_peer()
321 arg.phase = 1; in sa_isakmp_lookup_by_peer()
424 sa->phase = exchange->phase; in sa_create()
760 fprintf(fd, " (Phase %d%s)\n", sa->phase, sa->phase == 1 ? in sa_dump_all()
773 if (sa->phase == 1) in sa_dump_all()
[all …]
H A Dui.c129 int phase; in ui_teardown() local
133 phase = 2; in ui_teardown()
135 phase = 1; in ui_teardown()
137 phase = 2; in ui_teardown()
143 "phase %d", name, phase)); in ui_teardown()
153 SA_LEN((struct sockaddr *)&addr), phase)) != 0) { in ui_teardown()
163 SA_LEN((struct sockaddr *)&addr6), phase)) != 0) { in ui_teardown()
169 if (phase == 2) in ui_teardown()
171 while ((sa = sa_lookup_by_name(name, phase)) != 0) in ui_teardown()
H A Dexchange.c439 exchange->phase == 1) in exchange_lookup_from_icookie()
461 "<unnamed>", phase, exchange->phase)); in exchange_lookup_by_name()
469 exchange->phase == phase && in exchange_lookup_by_name()
495 "<unnamed>", phase, exchange->phase)); in exchange_lookup_active()
498 exchange->phase == phase) { in exchange_lookup_active()
603 exchange->phase = phase; in exchange_create()
1286 if (sa->phase != new_sa->phase || new_sa->name == 0 || in exchange_check_old_sa()
1747 int phase; in exchange_establish() local
1755 name, phase)); in exchange_establish()
1773 switch (phase) { in exchange_establish()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn21/
H A Ddcn21_dccg.c53 int phase; in dccg21_update_dpp_dto() local
67 phase = (req_dppclk + 9999) / 10000; in dccg21_update_dpp_dto()
69 if (phase > modulo) { in dccg21_update_dpp_dto()
74 phase = modulo; in dccg21_update_dpp_dto()
85 phase = 10; in dccg21_update_dpp_dto()
89 DPPCLK0_DTO_PHASE, phase, in dccg21_update_dpp_dto()
/openbsd/gnu/usr.bin/perl/dist/Attribute-Handlers/t/
H A Dlinerep.t7 my ($package, $symbol, $referent, $attr, $data, $phase, $filename, $linenum) = @_;
14 is( $phase, 'CHECK', 'phase' );
29 my ($package, $symbol, $referent, $attr, $data, $phase, $filename, $linenum) = @_;
36 is( $phase, 'CHECK', 'phase' );
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree-dump.c689 dump_begin (phase, flag_ptr) in dump_begin() argument
690 enum tree_dump_index phase; in dump_begin()
696 if (!dump_files[phase].state)
704 dump_files[phase].state = 1;
715 dump_enabled_p (phase) in dump_enabled_p() argument
716 enum tree_dump_index phase; in dump_enabled_p()
718 return dump_files[phase].state;
724 dump_flag_name (phase) in dump_flag_name() argument
725 enum tree_dump_index phase; in dump_flag_name()
727 return dump_files[phase].swtch;
[all …]
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DCacheMgr.pm193 my($class,$phase) = @_;
194 $phase ||= "atstart";
209 $self->scan_cache($phase);
219 my ($self, $phase) = @_;
220 $phase = '' unless defined $phase;
221 return unless $phase eq $self->{SCAN};
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_dccg.c53 int modulo, phase; in dccg2_update_dpp_dto() local
57 phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk; in dccg2_update_dpp_dto()
59 if (phase > 0xff) { in dccg2_update_dpp_dto()
61 phase = 0xff; in dccg2_update_dpp_dto()
65 DPPCLK0_DTO_PHASE, phase, in dccg2_update_dpp_dto()
H A Ddcn20_dwb_scl.c689 int phase; in wbscl_set_scaler_filter() local
693 for (phase = 0; phase < (NUM_PHASES / 2 + 1); phase++) { in wbscl_set_scaler_filter()
695 even_coef = filter[phase * taps + 2 * pair]; in wbscl_set_scaler_filter()
697 odd_coef = filter[phase * taps + 2 * pair + 1]; in wbscl_set_scaler_filter()
703 WBSCL_COEF_RAM_PHASE, phase, in wbscl_set_scaler_filter()
/openbsd/sys/dev/pci/drm/i915/gem/
H A Di915_gem_pm.c137 }, **phase; in i915_gem_suspend_late() local
167 for (phase = phases; *phase; phase++) { in i915_gem_suspend_late()
168 list_for_each_entry(obj, *phase, mm.link) { in i915_gem_suspend_late()
H A Di915_gem_shrinker.c118 }, *phase; in i915_gem_shrink() local
173 for (phase = phases; phase->list; phase++) { in i915_gem_shrink()
178 if ((shrink & phase->bit) == 0) in i915_gem_shrink()
192 (obj = list_first_entry_or_null(phase->list, in i915_gem_shrink()
239 list_splice_tail(&still_in_list, phase->list); in i915_gem_shrink()
/openbsd/gnu/usr.bin/perl/
H A Dmydtrace.h36 # define PERL_DTRACE_PROBE_PHASE(phase) \ argument
38 Perl_dtrace_probe_phase(aTHX_ phase);
48 # define PERL_DTRACE_PROBE_PHASE(phase) argument
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_dccg.c60 int modulo, phase; in dccg31_update_dpp_dto() local
64 phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk; in dccg31_update_dpp_dto()
66 if (phase > 0xff) { in dccg31_update_dpp_dto()
68 phase = 0xff; in dccg31_update_dpp_dto()
72 DPPCLK0_DTO_PHASE, phase, in dccg31_update_dpp_dto()
573 uint32_t modulo, phase; in dccg31_set_dtbclk_dto() local
577 phase = div_u64((((unsigned long long)modulo * req_dtbclk_khz) + params->ref_dtbclk_khz - 1), in dccg31_set_dtbclk_dto()
584 REG_WRITE(DTBCLK_DTO_PHASE[params->otg_inst], phase); in dccg31_set_dtbclk_dto()
617 uint32_t modulo, phase; in dccg31_set_audio_dtbclk_dto() local
621phase = div_u64((((unsigned long long)modulo * params->req_audio_dtbclk_khz) + params->ref_dtbclk_… in dccg31_set_audio_dtbclk_dto()
[all …]
/openbsd/sys/dev/ic/
H A Diha.c1597 int phase; in iha_status_msg() local
1809 int phase; in iha_msgin() local
1825 phase = -1; in iha_msgin()
1864 return (phase); in iha_msgin()
1873 int phase; in iha_msgin_ignore_wid_resid() local
1889 return (phase); in iha_msgin_ignore_wid_resid()
1906 return (phase); in iha_msgin_extended()
1932 return (phase); in iha_msgin_extended()
1965 return (phase); in iha_msgin_extended()
2066 int phase; in iha_msgout_extended() local
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Doptimize.c285 dump_function (phase, fn) in dump_function() argument
286 enum tree_dump_index phase; in dump_function()
292 stream = dump_begin (phase, &flags);
299 fprintf (stream, ";; enabled by -%s\n", dump_flag_name (phase));
303 dump_end (phase, stream);
/openbsd/usr.sbin/pppd/
H A Dmain.c108 int phase; /* where the link is at */ variable
191 phase = PHASE_INITIALIZE;
403 phase = PHASE_DORMANT;
534 for (phase = PHASE_ESTABLISH; phase != PHASE_DEAD; ) {
543 if (phase == PHASE_NETWORK) {
587 phase = PHASE_HOLDOFF;
596 phase = PHASE_DORMANT; /* allow signal to end holdoff */
599 } while (phase == PHASE_HOLDOFF);
630 phase = PHASE_DORMANT;
683 if (phase <= PHASE_AUTHENTICATE in get_input()
[all …]
/openbsd/sys/dev/pci/drm/i915/gvt/
H A Dedid.c134 vgpu->display.i2c_edid.gmbus.phase = GMBUS_IDLE_PHASE; in reset_gmbus_controller()
163 vgpu->display.i2c_edid.gmbus.phase = GMBUS_IDLE_PHASE; in gmbus0_mmio_write()
249 i2c_edid->gmbus.phase = GMBUS_IDLE_PHASE; in gmbus1_mmio_write()
261 i2c_edid->gmbus.phase = GMBUS_DATA_PHASE; in gmbus1_mmio_write()
320 i2c_edid->gmbus.phase = GMBUS_IDLE_PHASE; in gmbus3_mmio_read()
325 i2c_edid->gmbus.phase = GMBUS_WAIT_PHASE; in gmbus3_mmio_read()
/openbsd/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/
H A DDemo.pm9 my ($package, $symbol, $referent, $attr, $data, $phase) = @_;
13 "with data ($data)\nin phase $phase\n";

12345678910>>...12