| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | ResponseGuide.rst | 86 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 …]
|
| D | Benchmarking.rst | 20 * Use a high resolution timer, e.g. perf under linux.
|
| D | LinkTimeOptimization.rst | 96 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/ |
| D | FileTimeType.rst | 21 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/ |
| D | mouse.c | 44 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/ |
| D | mouse_protocols.c | 678 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()
|
| D | wsmoused.h | 98 unsigned int resolution; /* MOUSE_RES_XXX or a positive number */ member
|
| /openbsd/src/regress/usr.bin/mandoc/roff/nr/ |
| D | predef.out_ascii | 9 horizontal resolution: 24 dots per character 13 vertical resolution: 40 dots per line
|
| /openbsd/src/usr.bin/file/magdir/ |
| D | modem | 8 >29 byte 1 , fine resolution 9 >29 byte 0 , normal resolution
|
| D | jpeg | 22 # 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/ |
| D | display.c | 546 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()
|
| D | display.h | 218 int intel_vgpu_init_display(struct intel_vgpu *vgpu, u64 resolution);
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlmroapi.pod | 3 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/ |
| D | uoakrh.c | 53 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/ |
| D | pfr.addrs1 | 12 # name resolution
|
| D | pfr.addrs3 | 12 # name resolution
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AVR/ |
| D | README.md | 7 …llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=1094…
|
| /openbsd/src/regress/usr.bin/mandoc/eqn/define/ |
| D | font.out_ascii | 4 ddeeffiinnee--ffoonntt - font selection takes place after define resolution
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ |
| D | README | 17 overload Tests for overload resolution and conversions.
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/lsan/ |
| D | lsan_flags.inc | 22 int, resolution, 0,
|
| D | lsan_common.cpp | 837 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/ |
| D | 410_syn_host.t | 80 # ping() does dns resolution and
|
| D | 420_ping_syn_port.t | 75 # ping() does dns resolution and
|
| D | 400_ping_syn.t | 87 # ping() does dns resolution and
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | timevar.def | 55 DEFTIMEVAR (TV_OVERLOAD , "overload resolution")
|