Searched refs:resolution (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_flags.inc22 int, resolution, 0,
H A Dlsan_common.cpp495 u32 resolution = flags()->resolution; local
497 if (resolution > 0) {
499 stack.size = Min(stack.size, resolution);
/freebsd-12-stable/share/examples/printing/
H A Dhpvf8 giftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \
/freebsd-12-stable/sys/kern/
H A Dsubr_rtc.c97 * The resadj member is used to apply a "resolution adjustment" equal to half
98 * the clock's resolution, which is useful mainly on clocks with a whole-second
99 * resolution. Because the clock truncates the fractional part, adding half the
100 * resolution performs 4/5 rounding. The same adjustment is applied to the
107 int resolution; member in struct:rtc_instance
123 * Registered clocks are kept in a list which is sorted by resolution; the more
214 clock_register_flags(device_t clockdev, long resolution, int flags) argument
220 newrtc->resolution = (int)resolution;
223 newrtc->resadj.tv_sec = newrtc->resolution /
[all...]
/freebsd-12-stable/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.c407 * "The time resolution in integer format, where the resolution
411 * ntpEntTimeResolution is a challenge for ntpd, as the resolution is
415 * Logically the resolution must be at least the precision, so report
416 * it as our best approximation of resolution until/unless ntpd provides
428 u_int32 resolution; local
441 resolution = 1 << -precision;
445 (void *)&resolution,
446 sizeof(resolution));
/freebsd-12-stable/sys/contrib/alpine-hal/
H A Dal_hal_iofic.h80 * configure the moderation timer resolution for a given group
85 * @param resolution resolution of the timer interval, the resolution determines the rate
92 uint8_t resolution);
99 * @param interval between interrupts in resolution units. 0 disable
H A Dal_hal_iofic.c64 * configure the moderation timer resolution for a given group
67 uint8_t resolution)
80 resolution);
66 al_iofic_moder_res_config(void __iomem *regs_base, int group, uint8_t resolution) argument
/freebsd-12-stable/sys/dev/isl/
H A Disl.c232 "resolution", CTLTYPE_INT | CTLFLAG_RD,
234 "Current proximity sensor resolution");
265 int resolution; local
276 resolution = resolutions[(rbyte & CMD2_MASK_RESOLUTION)
283 CMD1_MASK_ALS_ONCE) * range) >> resolution;
292 arg = (1 << resolution);
/freebsd-12-stable/usr.sbin/bhyve/
H A Dps2mouse.c101 uint8_t resolution; member in struct:ps2mouse_softc
235 sc->resolution = 4;
289 sc->resolution = val;
349 fifo_put(sc, sc->resolution);
/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c485 #define PSM_CONFIG_RESOLUTION 0x000f /* resolution */
536 int resolution; member in struct:old_mousemode
911 * information: set resolution to 25 ppi, set scaling to 1:1, set
1098 if (mode->resolution >= 0)
1099 mode->resolution =
1100 set_mouse_resolution(kbdc, mode->resolution);
1549 sc->dflt_mode.resolution = sc->mode.resolution = stat[1];
1552 sc->dflt_mode.resolution = sc->mode.resolution
[all...]
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.h61 #error Must have high resolution timer defined
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dtxg.h79 hrtime_t resolution);
/freebsd-12-stable/tools/build/
H A Dcheck-links.sh24 -L: Specify an alternative LD_LIBRARY_PATH for the library resolution.
/freebsd-12-stable/usr.sbin/moused/
H A Dmoused.c408 int resolution; /* MOUSE_RES_XXX or a positive number */ member in struct:rodentparam
435 .resolution = MOUSE_RES_UNKNOWN,
675 rodent.resolution = MOUSE_RES_HIGH;
677 rodent.resolution = MOUSE_RES_HIGH;
679 rodent.resolution = MOUSE_RES_MEDIUMLOW;
681 rodent.resolution = MOUSE_RES_LOW;
683 rodent.resolution = MOUSE_RES_DEFAULT;
685 rodent.resolution = atoi(optarg);
686 if (rodent.resolution <= 0) {
1377 "usage: moused [-DRcdfs] [-I file] [-F rate] [-r resolution] [
[all...]
/freebsd-12-stable/sys/dev/syscons/
H A Dsysmouse.c157 mode->resolution = -1; /* unknown */
167 mode->resolution = -1;
/freebsd-12-stable/sys/dev/adb/
H A Dadb_mouse.c171 sc->mode.resolution = 100;
187 sc->mode.resolution = 100;
190 sc->mode.resolution = 200;
199 sc->mode.resolution = (r1[4] << 8) | r1[5];
225 sc->hw.buttons, sc->mode.resolution,description);
/freebsd-12-stable/tools/tools/netmap/
H A Dnmreplay.c166 will have to be swapped too. For nanosecond-resolution files, the writing
239 uint32_t resolution; /* 1000 for us, 1 for ns */ member in struct:nm_pcap_file
354 case 0xa1b2c3d4: /* native, us resolution */
356 pf->resolution = 1000;
358 case 0xd4c3b2a1: /* swapped, us resolution */
360 pf->resolution = 1000;
362 case 0xa1b23c4d: /* native, ns resolution */
364 pf->resolution = 1; /* nanoseconds */
366 case 0x4d3cb2a1: /* swapped, ns resolution */
368 pf->resolution
[all...]
/freebsd-12-stable/sys/dev/iicbus/
H A Dnxprtc.c45 * fractional seconds and get a resolution of ~15ms.
52 * to get better resolution.
685 int clockflags, resolution; local
727 * we're using the timer to count fractional seconds, our resolution is
735 resolution = sc->use_timer ? 1000000 / TMR_TICKS_SEC : 1000000 / 2;
737 clock_register_flags(sc->dev, resolution, clockflags);
/freebsd-12-stable/sys/dev/evdev/
H A Devdev_mt.c193 evdev->ev_absinfo[evdev_mtstmap[i][0]].resolution);
H A Dinput.h66 int32_t resolution; member in struct:input_absinfo
/freebsd-12-stable/sys/dev/usb/
H A Dusb_hid.c854 * calculate HID item resolution. unit/mm for distances, unit/rad for angles
885 int64_t resolution; local
918 resolution = logical_size * multiplier * scale[hi->unit_exponent][0] /
921 if (resolution > INT32_MAX)
924 return (resolution);
/freebsd-12-stable/sys/sys/
H A Dmouse.h180 int resolution; /* MOUSE_RES_XXX, -1 if unknown */ member in struct:mousemode
/freebsd-12-stable/contrib/wpa/src/utils/
H A Dhttp_curl.c316 LogotypeImageResolution *resolution; member in struct:__anon7508
389 ASN1_OPT(LogotypeImageInfo, resolution, LogotypeImageResolution),
669 if (info->resolution) {
671 info->resolution->type);
672 switch (info->resolution->type) {
674 val = ASN1_INTEGER_get(info->resolution->d.numBits);
678 val = ASN1_INTEGER_get(info->resolution->d.tableSize);
/freebsd-12-stable/sys/dev/cyapa/
H A Dcyapa.c556 sc->mode.resolution = 4;
845 sc->mode.resolution = fifo_read_char(sc, &sc->wfifo);
862 * byte2: resolution counts/mm
998 * (reset sampling rate, resolution, scaling and
1003 sc->mode.resolution = 4;
1151 ((mousemode_t *)data)->resolution =
1152 MOUSE_RES_LOW - sc->mode.resolution;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc212 // Call ::open in a lambda to avoid overload resolution in

Completed in 542 milliseconds

12