Home
last modified time | relevance | path

Searched +full:an +full:- +full:877 (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad9467.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices AD9467 and similar High-Speed ADCs
10 - Michael Hennerich <michael.hennerich@analog.com>
13 The AD9467 and the parts similar with it, are high-speed analog-to-digital
18 All the parts support the register map described by Application Note AN-877
19 https://www.analog.com/media/en/technical-documentation/application-notes/AN-877.pdf
21 https://www.analog.com/media/en/technical-documentation/data-sheets/AD9265.pdf
22 https://www.analog.com/media/en/technical-documentation/data-sheets/AD9434.pdf
[all …]
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i31_keygen_inner.c19 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
38 (*rng)->generate(rng, x + 1, len * sizeof(uint32_t)); in mkrand()
46 x[len] &= 0x7FFFFFFF >> (31 - m); in mkrand()
51 * This is the big-endian unsigned representation of the product of
88 * exceeds 512 (which is a count in 32-bit words) when BR_MAX_RSA_SIZE
89 * is greater than 4464 (default value is 4096, so the 2-kB limit is
100 * br_i31_moddiv() function will report an error if y is not invertible
102 * divides x), 0 on error (a non-trivial GCD is obtained).
120 * Perform n rounds of Miller-Rabin on the candidate prime x. This
131 * Since x = 3 mod 4, the Miller-Rabin test is simple: in miller_rabin()
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog1 Changes in version 2.1.12-stable (05 Jul 2020)
18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper)
23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin)
24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh…
28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin)
32 …po in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov)
33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin)
41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin)
56 o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji)
71 o Merge branch 'http-connect' (e2424229 Azat Khuzhin)
[all …]
/freebsd/contrib/libevent/
H A DChangeLog1 Changes in version 2.1.12-stable (05 Jul 2020)
18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper)
23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin)
24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh…
28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin)
32 …po in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov)
33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin)
41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin)
56 o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji)
71 o Merge branch 'http-connect' (e2424229 Azat Khuzhin)
[all …]
/freebsd/usr.bin/lex/
H A Dinitparse.c9 #define YYEMPTY (-1)
13 #define YYENOMEM (-2)
27 /* to contract no. DE-AC03-76SF00098 between the United States */
92 /* On some over-ambitious machines, such as DEC Alpha's, the default
190 static const YYINT yylhs[] = { -1,
236 0, -222, 0, -155, 0, 0, 0, 0, 0, -215,
237 0, -123, 6, 0, 0, -193, 10, 21, 26, 31,
238 35, 37, 0, 59, 0, -44, 0, -147, -145, -140,
239 -133, -132, -129, 75, -214, 0, -19, 0, 0, 0,
240 0, 0, 0, 0, 0, 0, 23, 0, -48, 0,
[all …]
H A Dinitscan.c16 /* First, we deal with platform-specific or compiler-specific issues. */
31 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
60 #define INT8_MIN (-128)
63 #define INT16_MIN (-32767-1)
66 #define INT32_MIN (-2147483647-1)
106 /* Returned upon end-of-file. */
109 /* Promotes a possibly negative, possibly signed char to an
110 * integer in range [0..255] for use as an array index.
115 * but we do it the disgusting crufty way forced on us by the ()-less
123 #define YY_START (((yy_start) - 1) / 2)
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/crypto/
H A Daes_gcm_test.json2 "algorithm" : "AES-GCM",
11 "or contain an invalid ciphertext or tag."
26 …ytes are supported then the correctness of the implementation is critical. An incorrect implementa…
31 "effect" : "Failing to fully verify a tag reduces the security level of an encryption."
39 …special construction such as the one described in Section 8.2 of NIST SP 800-38d. Some libraries m…
47 …tion" : "GCM does not allow an IV of length 0. Encrypting with an IV of length 0 leaks the authent…
49 "CVE-2017-7822"
3577 "tag" : "877e15d9889e69a99fcc6d727465c391",
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.c3 /* Skeleton implementation for Bison's Yacc-like parsers in C
21 Boston, MA 02110-1301, USA. */
37 simplifying the original so-called "semantic" parser. */
381 #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
387 # define YY_(msgid) dgettext ("bison-runtime", msgid)
395 /* Suppress unused-variable warnings by "using" E. */
449 /* Pacify GCC's `empty if-body' warning. */
455 to allow for a few compiler-allocated temporary stack slots. */
502 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
504 /* The size of an arra
[all...]
/freebsd/contrib/unbound/util/
H A Dconfiglexer.c18 /* First, we deal with platform-specific or compiler-specific issues. */
33 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
61 #define INT8_MIN (-128)
64 #define INT16_MIN (-32767-1)
67 #define INT32_MIN (-2147483647-1)
107 /* Returned upon end-of-file. */
110 /* Promotes a possibly negative, possibly signed char to an
111 * integer in range [0..255] for use as an array index.
116 * but we do it the disgusting crufty way forced on us by the ()-less
124 #define YY_START (((yy_start) - 1) / 2)
[all …]
H A Dconfigparser.c3 /* Bison implementation for Yacc-like parsers in C
5 Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation,
35 simplifying the original so-called "semantic" parser. */
128 YYSYMBOL_YYEMPTY = -2,
936 /* Work around bug in HP-UX 11.23, which defines these macros
938 be removed in 2023, as HPE has promised support for HP-UX 11.23
939 (aka HP-UX 11i v2) only through the end of 2022; see Table 2 of
940 <https://h20195.www2.hpe.com/V2/getpdf.aspx/4AA4-7673ENW.pdf>. */
1001 (YYPTRDIFF_MAXIMUM < YY_CAST (YYSIZE_T, -1) \
1003 : YY_CAST (YYSIZE_T, -1)))
[all …]
/freebsd/tools/tools/locale/etc/final-maps/
H A Dmap.eucCN8 # Copyright 1991-2011 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in #
28 # WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN #
37 <CONTROL-0000> \x00
39 <CONTROL-0001> \x01
41 <CONTROL-0002> \x02
43 <CONTROL-0003> \x03
45 <CONTROL-0004> \x04
47 <CONTROL-0005> \x05
49 <CONTROL-0006> \x06
51 <CONTROL-0007> \x07
[all …]
H A Dmap.GB23128 # Copyright 1991-2011 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in #
28 # WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN #
37 <CONTROL-0000> \x00
39 <CONTROL-0001> \x01
41 <CONTROL-0002> \x02
43 <CONTROL-0003> \x03
45 <CONTROL-0004> \x04
47 <CONTROL-0005> \x05
49 <CONTROL-0006> \x06
51 <CONTROL-0007> \x07
[all …]
H A Dmap.Big58 # Copyright 1991-2011 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in #
28 # WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN #
37 <CONTROL-0000> \x00
39 <CONTROL-0001> \x01
41 <CONTROL-0002> \x02
43 <CONTROL-0003> \x03
45 <CONTROL-0004> \x04
47 <CONTROL-0005> \x05
49 <CONTROL-0006> \x06
51 <CONTROL-0007> \x07
[all …]
H A Dmap.GB180305 # charset: UTF-8
8 # Copyright 1991-2011 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in #
28 # WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN #
51 <vertical-tab> \x0B
53 <form-feed> \x0C
55 <carriage-return> \x0D
88 <HYPHEN-MINUS> \x2D
113 <LESS-THAN_SIGN> \x3C
115 <GREATER-THAN_SIGN> \x3E
233 <CONTROL-0080> \x81\x30\x81\…
[all …]
/freebsd/crypto/libecc/src/arithmetic_tests/
H A Darithmetic_tests_generator.py2 # * Copyright (C) 2017 - This file is part of libecc project
7 # * Jean-Pierre FLORI <jean-pierre.flori@ssi.gouv.fr>
38 877, 881, 883, 887, 907, 911, 919, 929, 937, 941,
1027 ### Ctrl-C handler
1046 cpucount = int(s.split('processor')[-1].split(":")[1].split("\n")[0])
1057 return " " # note: a space and not an empty string
1069 x0, x1 = x1, x0 - q * x1
1070 y0, y1 = y1, y0 - q * y1
1084 # write n-1 as 2**s * d
1085 # repeatedly try to divide n-1 by 2
[all …]
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1 ----------------------------------------
6 Fix 2 critical CVE addressing memory leaks - Seunghun Han
17 ----------------------------------------
30 ----------------------------------------
35 …that the PHAT firmware health record offset works correctly, fix various sub-table offsets, preven…
37 Fix the optional table 4-byte signature. Contributed by: Daniil Tatianin <99danilt@gmail.com>
56 ----------------------------------------
71 Add new tables for various architectures/OS, mainly RISC-V and also update many more.
73 Add an option to either make the output deterministic or non-deterministic.
80 ----------------------------------------
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A Dnormalize_table.c2 /* Automatically generated at 2012-01-11T14:07:01.714581 */
9 {0xa0, 1, 0}, /* NO-BREAK SPACE */
462 {0xddc, 2, 855}, /* SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA */
463 {0xddd, 2, 857}, /* SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA */
1033 {0x2004, 1, 1874}, /* THREE-PER-EM SPACE */
1034 {0x2005, 1, 1875}, /* FOUR-PER-EM SPACE */
1035 {0x2006, 1, 1876}, /* SIX-PER-EM SPACE */
1040 {0x2011, 1, 1881}, /* NON-BREAKING HYPHEN */
1045 {0x202f, 1, 1887}, /* NARROW NO-BREAK SPACE */
1089 {0x2102, 1, 36}, /* DOUBLE-STRUCK CAPITAL C */
[all …]
/freebsd/crypto/libecc/src/wycheproof_tests/
H A Dlibecc_wycheproof_tests.h11 * <p>http://www.apache.org/licenses/LICENSE-2.0
14 * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
68 .result = -1,
94 .result = -1,
120 .result = -1,
146 .result = -1,
172 .result = -1,
198 .result = -1,
224 .result = -1,
250 .result = -1,
[all …]