Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 25 of 218) sorted by relevance

123456789

/openbsd/src/gnu/llvm/llvm/docs/
DResponseGuide.rst86 more information, and determine a :ref:`resolution<Resolutions>`.
89 resolution<Following Up With the Reportee>` and feedback is requested. This
90 feedback may or may not be used to re-evaluate the resolution.
92 5. Inform the reportee of the resolution. The reportee is provided options to
95 6. The :ref:`resolution<Resolutions>` is implemented.
100 The committee will never make public statements about a resolution and will
142 * Notify the reporter of the resolution and request feedback. This may or may
143 not be used to reevaluate the resolution.
145 The committee will aim to have a resolution agreed upon within two weeks of
146 receipt of the incident report. In the event that a resolution cannot be
[all …]
DBenchmarking.rst20 * Use a high resolution timer, e.g. perf under linux.
DLinkTimeOptimization.rst96 symbol resolution pass and finds that ``foo2()`` is not used
115 information collected during the linker's normal symbol resolution phase.
178 After symbol resolution, the linker tells the LTO shared object which symbols
/openbsd/src/gnu/llvm/libcxx/docs/DesignDocs/
DFileTimeType.rst21 that the resolution and range of file_time_type reflect the operating
22 system dependent resolution and range of file time values.
35 To represent the range and resolution of ``timespec``, we need to (A) have
36 nanosecond resolution, and (B) use more than 64 bits (assuming a 64 bit ``time_t``).
57 To get nanosecond resolution, we simply define ``period`` to be ``std::nano``.
71 One solution to the range problem is to simply reduce the resolution of
76 at nanosecond resolution.
80 and with nanosecond resolution).
82 To get the same range, we would need to drop our resolution to that of seconds
139 is by reducing the resolution. But matching the range of ``timespec`` using a
[all …]
/openbsd/src/sbin/wsconsctl/
Dmouse.c44 static u_int resolution; variable
51 { "resolution", &resolution, FMT_UINT, FLG_WRONLY },
166 if (field_by_value(mouse_field_tab, &resolution)->flags & FLG_SET) { in mouse_put_values()
167 if (ioctl(fd, WSMOUSEIO_SRES, &resolution) == -1) { in mouse_put_values()
/openbsd/src/usr.sbin/wsmoused/
Dmouse_protocols.c678 if (mouse.resolution == MOUSE_RES_LOW) in mouse_init()
680 else if (mouse.resolution == MOUSE_RES_MEDIUMLOW) in mouse_init()
682 else if (mouse.resolution == MOUSE_RES_MEDIUMHIGH) in mouse_init()
684 else if (mouse.resolution == MOUSE_RES_HIGH) in mouse_init()
686 else if (mouse.resolution <= 40) in mouse_init()
688 else if (mouse.resolution <= 100) in mouse_init()
690 else if (mouse.resolution <= 200) in mouse_init()
692 else if (mouse.resolution <= 500) in mouse_init()
694 else if (mouse.resolution <= 1000) in mouse_init()
Dwsmoused.h98 unsigned int resolution; /* MOUSE_RES_XXX or a positive number */ member
/openbsd/src/regress/usr.bin/mandoc/roff/nr/
Dpredef.out_ascii9 horizontal resolution: 24 dots per character
13 vertical resolution: 40 dots per line
/openbsd/src/usr.bin/file/magdir/
Dmodem8 >29 byte 1 , fine resolution
9 >29 byte 0 , normal resolution
Djpeg22 # Next, the resolution or aspect ratio of the image:
24 #>>13 byte 1 \b, resolution (DPI)
25 #>>13 byte 2 \b, resolution (DPCM)
/openbsd/src/sys/dev/pci/drm/i915/gvt/
Ddisplay.c546 int type, unsigned int resolution) in setup_virtual_dp_monitor() argument
552 if (drm_WARN_ON(&i915->drm, resolution >= GVT_EDID_NUM)) in setup_virtual_dp_monitor()
565 memcpy(port->edid->edid_block, virtual_dp_monitor_edid[resolution], in setup_virtual_dp_monitor()
573 port->id = resolution; in setup_virtual_dp_monitor()
791 int intel_vgpu_init_display(struct intel_vgpu *vgpu, u64 resolution) in intel_vgpu_init_display() argument
802 resolution); in intel_vgpu_init_display()
805 resolution); in intel_vgpu_init_display()
Ddisplay.h218 int intel_vgpu_init_display(struct intel_vgpu *vgpu, u64 resolution);
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlmroapi.pod3 perlmroapi - Perl method resolution plugin interface
8 resolution orders other than the default (linear depth first search).
9 The C3 method resolution order added in 5.10.0 has been re-implemented as
/openbsd/src/sys/dev/usb/
Duoakrh.c53 int resolution; member
301 sc->sc_sensor.resolution = (result & OAK_RH_SENSOR_RES_MASK); in uoakrh_get_sensor_setting()
323 (sc->sc_sensor.resolution ? "8bit RH/12 bit" : "12bit RH/14bit")); in uoakrh_dev_print()
/openbsd/src/regress/sbin/pfctl/
Dpfr.addrs112 # name resolution
Dpfr.addrs312 # name resolution
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DREADME.md7 …llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=1094…
/openbsd/src/regress/usr.bin/mandoc/eqn/define/
Dfont.out_ascii4 ddeeffiinnee--ffoonntt - font selection takes place after define resolution
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/
DREADME17 overload Tests for overload resolution and conversions.
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_flags.inc22 int, resolution, 0,
Dlsan_common.cpp837 if (u32 resolution = flags()->resolution) { in AddLeakedChunks() local
839 stack.size = Min(stack.size, resolution); in AddLeakedChunks()
/openbsd/src/gnu/usr.bin/perl/dist/Net-Ping/t/
D410_syn_host.t80 # ping() does dns resolution and
D420_ping_syn_port.t75 # ping() does dns resolution and
D400_ping_syn.t87 # ping() does dns resolution and
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtimevar.def55 DEFTIMEVAR (TV_OVERLOAD , "overload resolution")

123456789