Home
last modified time | relevance | path

Searched +full:625 +full:v (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/sys/dev/videomode/
H A Dmodelines1 // $NetBSD: modelines,v 1.8 2011/03/21 19:28:37 jdc Exp $
11 // $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.3 1999/11/16 03:28:03 tsi Exp $
12 // $XFree86: xc/programs/Xserver/hw/xfree86/etc/extramodes,v 1.5 2002/06/05 19:43:05 dawes Exp $
46 ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
55 ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
142 // $XFree86: xc/programs/Xserver/hw/xfree86/etc/extramodes,v 1.5 2002/06/05 19:43:05 dawes Exp $
146 ModeLine "832x624" 57.284 832 864 928 1152 624 625 628 667 -Hsync -Vsync
H A Dvideomode.c6 * NetBSD: modelines,v 1.9 2011/03/30 18:45:04 jdc Exp
39 M("800x600x56",800,600,36000,824,896,1024,601,603,625,HP|VP),
42 M("800x600x75",800,600,49500,816,896,1056,601,604,625,HP|VP),
70 M("832x624x74",832,624,57284,864,928,1152,625,628,667,HN|VN),
107 M("800x600x60",800,600,81000,832,928,1080,600,602,625,HP|VP|DS),
108 M("800x600x65",800,600,87750,832,928,1080,600,602,625,HP|VP|DS),
109 M("800x600x70",800,600,94500,832,928,1080,600,602,625,HP|VP|DS),
110 M("800x600x75",800,600,101250,832,928,1080,600,602,625,HP|VP|DS),
111 M("800x600x85",800,600,114750,832,928,1080,600,602,625,HP|VP|DS),
/freebsd/crypto/openssh/
H A Ddh.c1 /* $OpenBSD: dh.c,v 1.74 2021/04/03 06:18:40 djm Exp $ */
360 "E485B576" "625E7EC6" "F44C42E9" "A637ED6B" "0BFF5CB6" "F406B7ED" in dh_new_group1()
375 "E485B576" "625E7EC6" "F44C42E9" "A637ED6B" "0BFF5CB6" "F406B7ED" in dh_new_group14()
395 "E485B576" "625E7EC6" "F44C42E9" "A637ED6B" "0BFF5CB6" "F406B7ED" in dh_new_group16()
426 "E485B576" "625E7EC6" "F44C42E9" "A637ED6B" "0BFF5CB6" "F406B7ED" in dh_new_group18()
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dqcom,pm8xxx-xoadc.txt19 with PMIC variant but is typically something like 2.2 or 1.8V.
62 1:1 ratio converters that sample 625, 1250 and 0 milliV and create
92 calibrated with the 0.625V and 1.25V reference channels, also
154 <&xoadc 0x00 0x0c>, /* Reference voltage 1.25V */
155 <&xoadc 0x00 0x0d>, /* Reference voltage 0.625V */
156 <&xoadc 0x00 0x0e>; /* Reference voltage 0.325V */
H A Dqcom,pm8018-adc.yaml32 something like 2.2 or 1.8V.
74 1:1 ratio converters that sample 625, 1250 and 0 milliV and create
100 calibrated with the 0.625V and 1.25V reference channels, also
/freebsd/contrib/gdtoa/
H A Dmisc.c88 (v) Bigint *v; in Bfree() argument
90 (Bigint *v)
93 if (v) {
94 if (v->k > Kmax)
96 FREE((void*)v);
98 free((void*)v);
102 v->next = freelist[v->k];
103 freelist[v->k] = v;
398 p5 = p5s = i2b(625);
403 p5 = p5s = i2b(625);
/freebsd/sys/contrib/v4l/
H A Dvideodev.h159 #define VIDEO_CLIPMAP_SIZE (128 * 625)
254 #define VIDIOCGCAP _IOR('v',1,struct video_capability) /* Get capabilities */
255 #define VIDIOCGCHAN _IOWR('v',2,struct video_channel) /* Get channel info (sources) */
256 #define VIDIOCSCHAN _IOW('v',3,struct video_channel) /* Set channel */
257 #define VIDIOCGTUNER _IOWR('v',4,struct video_tuner) /* Get tuner abilities */
258 #define VIDIOCSTUNER _IOW('v',5,struct video_tuner) /* Tune the tuner for the current channel */
259 #define VIDIOCGPICT _IOR('v',6,struct video_picture) /* Get picture properties */
260 #define VIDIOCSPICT _IOW('v',7,struct video_picture) /* Set picture properties */
261 #define VIDIOCCAPTURE _IOW('v',8,int) /* Start, end capture */
262 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
[all …]
H A Dvideodev2.h243 * D R I V E R C A P A B I L I T I E S
277 * V I D E O I M A G E F O R M A T
313 #define V4L2_PIX_FMT_YVU410 v4l2_fourcc('Y', 'V', 'U', '9') /* 9 YVU 4:1:0 */
314 #define V4L2_PIX_FMT_YVU420 v4l2_fourcc('Y', 'V', '1', '2') /* 12 YVU 4:2:0 */
315 #define V4L2_PIX_FMT_YUYV v4l2_fourcc('Y', 'U', 'Y', 'V') /* 16 YUV 4:2:2 */
316 #define V4L2_PIX_FMT_YYUV v4l2_fourcc('Y', 'Y', 'U', 'V') /* 16 YUV 4:2:2 */
317 #define V4L2_PIX_FMT_YVYU v4l2_fourcc('Y', 'V', 'Y', 'U') /* 16 YVU 4:2:2 */
318 #define V4L2_PIX_FMT_UYVY v4l2_fourcc('U', 'Y', 'V', 'Y') /* 16 YUV 4:2:2 */
319 #define V4L2_PIX_FMT_VYUY v4l2_fourcc('V', 'Y', 'U', 'Y') /* 16 YUV 4:2:2 */
324 #define V4L2_PIX_FMT_YUV555 v4l2_fourcc('Y', 'U', 'V', 'O') /* 16 YUV-5-5-5 */
[all …]
/freebsd/share/man/man4/
H A Dng_hci.425 .\" $Id: ng_hci.4,v 1.3 2003/05/21 19:37:35 max Exp $
84 The channel is divided into time slots, each 625 usec in length.
/freebsd/contrib/ntp/html/drivers/
H A Ddriver7.html32 …nal variations in ionospheric layer height and ray geometry. In Newark DE, 625 km from the transmi…
53 …ghout the day and night. The radio interface is compatible with the ICOM CI-V standard, which is a…
54 …. If the <tt>/dev/icom</tt> link is not present or the open fails or the CI-V bus is inoperative, …
61V interface for ICOM radios is active, a debug level greater than 1 will produce a trace of the CI…
114 code, if the CI-V interface is active, or <tt>CHU</tt> if not. The radio
/freebsd/contrib/file/magic/Magdir/
H A Danimation3 # $File: animation,v 1.98 2024/09/01 15:51:51 christos Exp $
504 >>>5 beshort&0x0FFF 0x0240 \b PAL 625
510 >>>5 beshort&0x0FFF 0x0240 \b PAL 625
516 >>>5 beshort&0x0FFF 0x0240 \b PAL 625
986 >6 string >\0 v%s
1000 >0x21 byte x v%x
1004 >0x21 byte x v%x
1016 >12 string x v%s
1024 >12 string x v%s
H A Darchive2 # $File: archive,v 1.207 2024/11/27 15:37:46 christos Exp $
93 # created for example by DOS TAR 3.20g 1994 Tim V.Shapore with -j option
465 # System V Release 1 portable(?) archive format.
467 0 string =<ar> System V Release 1 ar archive
503 # skip space (0x20 BSD) and slash (0x2f System V) character marking end of name
811 # tag size in bytes like: 0 (often) 2580h (PUID fmt/625) 4B00h (Microsoft Mail.image)
817 # disk encoding like: 0 1 2 3 (PUID: fmt/625)
1406 >>3 byte x (v%c)
1463 >5 byte x \b, v%d
1471 >>0x20 ubyte x (v%u)
[all …]
/freebsd/share/doc/usd/05.dc/
H A Ddc1 .\" $OpenBSD: dc,v 1.2 2003/09/22 19:08:27 otto Exp $
235 v
750 Comm. ACM \fB8\fP, pp. 623-625 (Oct. 1965).
/freebsd/sys/dev/usb/serial/
H A Duslcom.c1 /* $OpenBSD: uslcom.c,v 1.17 2007/11/24 10:52:12 jsg Exp $ */
228 #define USLCOM_DEV(v,p) { USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) } argument
266 USLCOM_DEV(LAKESHORE, 625A),
/freebsd/contrib/bearssl/src/x509/
H A Dx509_decoder.c319 625,
388 #define T0_PUSH(v) do { *dp = (v); dp ++; } while (0) in br_x509_decoder_run() argument
389 #define T0_PUSHi(v) do { *(int32_t *)dp = (v); dp ++; } while (0) in br_x509_decoder_run() argument
392 #define T0_RPUSH(v) do { *rp = (v); rp ++; } while (0) in br_x509_decoder_run() argument
393 #define T0_RPUSHi(v) do { *(int32_t *)rp = (v); rp ++; } while (0) in br_x509_decoder_run() argument
/freebsd/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx512.pl23 # | rsa2048 | 2 127 659 | 1 015 625 | cycles/sign |
41 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
47 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)(?:\.([0-9]+))?/) {
51 if (!$avx512 && `$ENV{CC} -v 2>&1`
/freebsd/contrib/ntp/ntpd/
H A Dntp_keyword.h256 S_ST( 'v', 3, 24, 16 ), /* 23 a */
374 S_ST( 'v', 3, 142, 133 ), /* 141 de */
491 S_ST( 'v', 1, 0, 0 ), /* 258 T_Abbrev */
708 S_ST( 'v', 3, 331, 446 ), /* 475 ip */
739 S_ST( 'v', 3, 507, 0 ), /* 506 leapsmearinter */
790 S_ST( 'v', 3, 558, 0 ), /* 557 manycastser */
857 S_ST( 's', 3, 625, 0 ), /* 624 ms */
858 S_ST( 'n', 3, 626, 0 ), /* 625 mss */
894 S_ST( 'v', 3, 662, 377 ), /* 661 non */
914 S_ST( 'v',
[all...]
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c289 size_t v; in test_MD5_SHA1() local
304 for (v = 0; v < u; v ++) { in test_MD5_SHA1()
305 br_md5sha1_update(&cc, buf + v, 1); in test_MD5_SHA1()
590 size_t u, v; in test_HMAC_CT() local
595 for (v = 0; v < 130; v ++) { in test_HMAC_CT()
599 min_len = v; in test_HMAC_CT()
600 max_len = v + 256; in test_HMAC_CT()
620 (unsigned)u, (unsigned)v, (unsigned)w); in test_HMAC_CT()
1478 size_t msg_len, out_len, v; in test_SHAKE_KAT() local
1490 for (v = 0; v < msg_len; v ++) { in test_SHAKE_KAT()
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok74 V. Y. Lum Multi-Attribute Retrieval with Combined
181 M. V. Kailas Another method of converting from
255 V. Rajaraman On the Conversion of Decision Tables to
410 numerical problems . . . . . . . . . . . 625--634
418 V. Y. Lum Multi-attribute retrieval with combined
450 M. V. Mathews and
569 V. Y. Lum and
641 C. V. Ramamoorthy and
785 A. V. Aho and
906 V. K. M. Whitney ACM Algorithm 422: Minimal Spanning Tree 273--274
[all …]
/freebsd/share/misc/
H A Dpci_vendors1330 174b 7c37 Radeon 9600SE 128M DDR V/D/VO
1360 174b 7c36 Radeon 9600SE 128M DDR V/D/VO (secondary)
1475 1043 841b M5A88-V EVO
1552 1043 8443 M5A88-V EVO
1567 1043 8443 M5A88-V EVO
1578 1043 8443 M5A88-V EVO
1594 1043 8443 M5A88-V EVO
1612 1043 8443 M5A88-V EVO
3749 6900 Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445 / 530/535 / 620/625 Mobile]
4227 9553 RV710/M92 [Mobility Radeon HD 4530/4570/5145/530v/540v/545v]
[all …]
/freebsd/contrib/expat/
H A DChanges327 #596 #625 Autotools: Sync CMake templates with CMake 3.22
634 - that are shown in "xmlwf -v" output.
713 #382 #428 testrunner: Make verbose mode (argument "-v") report
/freebsd/sys/contrib/dev/rtw89/
H A Dphy.c2423 s8 v[4] = {};
2443 v[cur.idx % 4] = in rtw89_phy_cfo_set_crystal_cap()
2451 val = FIELD_PREP(GENMASK(7, 0), v[0]) | in rtw89_phy_cfo_set_crystal_cap()
2452 FIELD_PREP(GENMASK(15, 8), v[1]) | in rtw89_phy_cfo_set_crystal_cap()
2453 FIELD_PREP(GENMASK(23, 16), v[2]) | in rtw89_phy_cfo_set_crystal_cap()
2454 FIELD_PREP(GENMASK(31, 24), v[3]); in rtw89_phy_cfo_set_crystal_cap()
2474 s8 v[RTW89_RATE_OFFSET_NUM_AX] = {}; in rtw89_phy_cfo_reset()
2480 v[desc.idx] = rtw89_phy_read_txpwr_byrate(rtwdev, band, 0, &desc); in rtw89_phy_cfo_reset()
2483 val = FIELD_PREP(GENMASK(3, 0), v[0]) | in rtw89_phy_cfo_reset()
2484 FIELD_PREP(GENMASK(7, 4), v[ in rtw89_phy_cfo_reset()
2116 s8 v[4] = {}; rtw89_phy_set_txpwr_byrate() local
2167 s8 v[RTW89_RATE_OFFSET_NUM] = {}; rtw89_phy_set_txpwr_offset() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp535 If the value is zero, V->firstSigDigit points to a non-digit, and
762 …static const APFloatBase::integerPart firstEightPowers[] = { 1, 5, 25, 125, 625, 3125, 15625, 7812… in powerOf5()
2241 IEEEFloat V = scalbn(rhs, Exp, rmNearestTiesToEven); in mod() local
2242 // V can overflow to NaN with fltNonfiniteBehavior::NanOnly, so explicitly in mod()
2244 if (V.isNaN() || compareAbsoluteValue(V) == cmpLessThan) in mod()
2245 V = scalbn(rhs, Exp - 1, rmNearestTiesToEven); in mod()
2246 V.sign = sign; in mod()
2248 fs = subtract(V, rmNearestTiesToEven); in mod()
3514 IEEEFloat v(extended); in convertPPCDoubleDoubleAPFloatToAPInt() local
3515 v.subtract(u, rmNearestTiesToEven); in convertPPCDoubleDoubleAPFloatToAPInt()
[all …]
/freebsd/sys/dev/usb/
H A Dusbdevs1 /* $NetBSD: usbdevs,v 1.392 2004/12/29 08:38:44 imp Exp $ */
512 vendor OPTION 0x0af0 Option N.V.
2520 product HP 4670V 0x3005 ScanJet 4670v
2875 product LAKESHORE 625A 0x0600 625A Magnet PSU
/freebsd/sys/cam/scsi/
H A Dscsi_all.c134 #define V (1 << T_ADC) macro
139 #define ALL (D | T | L | P | W | R | O | M | A | E | B | K | V | F | S | C)
184 * . .W - WRITE ONCE READ MULTIPLE DEVICE (SBC-2) V = Vendor spec.
192 * . . . . V - AUTOMATION/DRIVE INTERFACE (ADC)
200 /* 01 Z V ZZZZ REZERO UNIT */
202 /* 02 VVVVVV V */
211 /* 05 VMVVVV V READ BLOCK LIMITS */
213 /* 06 VVVVVV V */
224 /* 09 VVVVVV V */
239 /* 0C VVVVVV V */
[all …]

123