Home
last modified time | relevance | path

Searched refs:timings (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DMirrors.pm243 my $timings = $self->get_mirrors_timings(
249 return $self->default_mirror unless @$timings;
251 $how_many = @$timings if $how_many > @$timings;
253 return wantarray ? @{$timings}[0 .. $how_many-1] : $timings->[0];
315 my $timings = [];
324 push @$timings, $m;
328 push @$timings, $seen->{$m->hostname}
347 } @$timings;
/openbsd/sys/dev/pci/drm/
H A Ddrm_edid.c6674 (timings->pixel_clock[1] << 8) | in drm_mode_displayid_detailed()
6676 unsigned hactive = (timings->hactive[0] | timings->hactive[1] << 8) + 1; in drm_mode_displayid_detailed()
6677 unsigned hblank = (timings->hblank[0] | timings->hblank[1] << 8) + 1; in drm_mode_displayid_detailed()
6678 unsigned hsync = (timings->hsync[0] | (timings->hsync[1] & 0x7f) << 8) + 1; in drm_mode_displayid_detailed()
6679 unsigned hsync_width = (timings->hsw[0] | timings->hsw[1] << 8) + 1; in drm_mode_displayid_detailed()
6680 unsigned vactive = (timings->vactive[0] | timings->vactive[1] << 8) + 1; in drm_mode_displayid_detailed()
6681 unsigned vblank = (timings->vblank[0] | timings->vblank[1] << 8) + 1; in drm_mode_displayid_detailed()
6682 unsigned vsync = (timings->vsync[0] | (timings->vsync[1] & 0x7f) << 8) + 1; in drm_mode_displayid_detailed()
6683 unsigned vsync_width = (timings->vsw[0] | timings->vsw[1] << 8) + 1; in drm_mode_displayid_detailed()
6708 if (timings->flags & 0x80) in drm_mode_displayid_detailed()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dintdoc.in1083 @cindex limits, timings
1108 @cindex limits, timings
1130 @cindex limits, timings
1149 @cindex limits, timings
1341 @cindex limits, timings
1364 @cindex limits, timings
1392 @cindex limits, timings
1405 @cindex limits, timings
1420 @cindex limits, timings
1444 @cindex limits, timings
[all …]
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_displayid.h128 struct displayid_detailed_timings_1 timings[]; member
H A Ddrm_panel.h139 struct display_timing *timings);
H A Ddrm_bridge.h761 const struct drm_bridge_timings *timings; member
H A Ddrm_edid.h164 struct std_timing timings[6]; member
/openbsd/gnu/usr.bin/perl/t/
H A DTEST199 my %timings = (); # testname => [@et] pairs if $show_elapsed_time.
891 $timings{$test} = [$etms,@endtimes];
982 Storable::store({ perf => \%timings,
/openbsd/gnu/gcc/gcc/config/mips/
H A D24k.md223 ;; These timings are therefore twice the values in the 24K manual,
227 ;; the unscaled timings
342 ;; the unscaled timings
H A Dsr71k.md17 ;; contrived to support published timings.
255 ;; timings for double. However, single RECIP has a latency of
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/
H A Dsr71k.md17 ;; contrived to support published timings.
285 ;; timings for double. However, single RECIP has a latency of
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/App/
H A DCpan.pm850 my @timings = $mirrors->get_mirrors_timings( \@mirrors );
852 foreach my $timing ( @timings ) {
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_display.c2117 const struct drm_display_mode *timings) in intel_mode_from_crtc_timings() argument
2119 mode->hdisplay = timings->crtc_hdisplay; in intel_mode_from_crtc_timings()
2120 mode->htotal = timings->crtc_htotal; in intel_mode_from_crtc_timings()
2121 mode->hsync_start = timings->crtc_hsync_start; in intel_mode_from_crtc_timings()
2122 mode->hsync_end = timings->crtc_hsync_end; in intel_mode_from_crtc_timings()
2124 mode->vdisplay = timings->crtc_vdisplay; in intel_mode_from_crtc_timings()
2125 mode->vtotal = timings->crtc_vtotal; in intel_mode_from_crtc_timings()
2126 mode->vsync_start = timings->crtc_vsync_start; in intel_mode_from_crtc_timings()
2127 mode->vsync_end = timings->crtc_vsync_end; in intel_mode_from_crtc_timings()
2129 mode->flags = timings->flags; in intel_mode_from_crtc_timings()
[all …]
/openbsd/gnu/gcc/gcc/config/arm/
H A Darm1136jfs.md264 ;; cost, but we're conservative here, and use the timings a
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMSchedule.td15 // The instruction cycle timings table might contain an entry for an operation
H A DARMScheduleA9.td189 // FIXME: The timings are some rough approximations
/openbsd/gnu/llvm/llvm/docs/
H A DXRayFDRFormat.rst98 that is required to contextualize the fine-grained timings. They also are used
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCSchedule440.td14 // timings here are constructed to match the FP2 unit shipped with the
/openbsd/sys/sys/
H A Dvideoio.h2416 struct v4l2_dv_timings timings; member
/openbsd/gnu/gcc/gcc/config/i386/
H A Dathlon.md839 ;; divsd timings. divss is faster
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dgprof.texi2120 propagates the timings along the call graph, subject
2122 With the print flag, fractions, and timings now stored in the symbol
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dgprof.texi2132 propagates the timings along the call graph, subject
2134 With the print flag, fractions, and timings now stored in the symbol
/openbsd/gnu/usr.bin/binutils-2.17/cpu/
H A Dcris.cpu166 ; if we include timings for machs that we don't generate sims for.
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.md113 ;; and div operations that have size dependent timings.
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.md117 ;; and div operations that have size dependent timings.

12