| /freebsd/crypto/libecc/include/libecc/ |
| H A D | meson.build | 24 'curves/known/ec_params_bign384v1.h', 25 'curves/known/ec_params_brainpoolp224t1.h', 26 'curves/known/ec_params_external.h', 27 'curves/known/ec_params_gost_R3410_2001_CryptoPro_A_ParamSet.h', 28 'curves/known/ec_params_brainpoolp192t1.h', 29 'curves/known/ec_params_sm2p256v1.h', 30 'curves/known/ec_params_gost_R3410_2012_512_paramSetTest.h', 31 'curves/known/ec_params_brainpoolp320r1.h', 32 'curves/known/ec_params_secp256r1.h', 33 'curves/known/ec_params_secp192k1.h', [all …]
|
| /freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
| H A D | zts-report.py.in | 168 known = { variable 183 known.update({ 196 known.update({ 422 if setup in known and known[setup][0] == "SKIP": 427 if (test in known and results[test] in known[test][0]): 446 if test in known: 447 if known[test][1] == na_reason: 449 elif isinstance(known[test][1], int): 452 expect = known[test][1] 458 elif setup in known and known[setup][0] == "SKIP" and setup != test: [all …]
|
| /freebsd/crypto/krb5/src/util/et/ |
| H A D | t_com_err.c | 14 try_one (errcode_t code, int known, int table, int msgno) in try_one() argument 21 if (!known) { in try_one() 28 if (known) in try_one() 39 try_table (int table, int known, int lineno, in try_table() argument 42 try_one (c0, known, table, 0); in try_table() 43 try_one (c1, known, table, 1); in try_table() 44 try_one (c2, known, table, 2); in try_table()
|
| /freebsd/lib/libc/stdio/ |
| H A D | flags.c | 50 int ret, m, o, known; in __sflags() local 78 known = 1; in __sflags() 101 known = 0; in __sflags() 104 } while (known); in __sflags()
|
| /freebsd/contrib/dma/ |
| H A D | INSTALL | 12 …atible "make" version, try using "gmake" or "pmake" instead of "make". Some known examples of this: 17 * cc - gcc is known to work 18 * lex - flex is known to work 21 * sh - Need to be POSIX compliant, dash, bash known to work 22 * install - GNU and BSD versions known to work
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryBuiltins.h | 209 bool knownSize() const { return C::known(Size); } in knownSize() 210 bool knownOffset() const { return C::known(Offset); } in knownOffset() 229 static bool known(const APInt &V) { return V.getBitWidth() > 1; } in known() function 245 bool knownBefore() const { return known(Before); } in knownBefore() 246 bool knownAfter() const { return known(After); } in knownAfter() 255 static bool known(const APInt &V) { return V.getBitWidth() > 1; } in known() function 319 static bool known(Value *V) { return V != nullptr; } in known() function 332 static bool known(WeakTrackingVH V) { return V.pointsToAliveValue(); } in known() function
|
| /freebsd/usr.bin/bintrans/ |
| H A D | bintrans.c | 93 const char *const known[] = { in search() local 102 for (size_t i = 0; i < nitems(known); i++) in search() 103 if (strcmp(progname, known[i]) == 0) in search()
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | ternary.exp | 4 The answer is known 7 The answer is known
|
| H A D | suff-rebuild.exp | 39 No known suffix on all. Using .NULL suffix 46 No known suffix on suff-rebuild-example. Using .NULL suffix 67 No known suffix on .END. Using .NULL suffix
|
| H A D | suff.exp | 74 No known suffix on edge-case.additional. Using .NULL suffix 90 No known suffix on archive-suffix.mk. Using .NULL suffix 101 No known suffix on archive.mk. Using .NULL suffix 139 No known suffix on .END. Using .NULL suffix
|
| H A D | suff-incomplete.exp | 30 No known suffix on all. Using .NULL suffix 39 No known suffix on .END. Using .NULL suffix
|
| H A D | suff-lookup.exp | 46 No known suffix on all. Using .NULL suffix 68 No known suffix on .END. Using .NULL suffix
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76_connac3_mac.c | 108 static const struct ieee80211_radiotap_he known = { in mt76_connac3_mac_decode_he_radiotap() local 127 he = skb_push(skb, sizeof(known)); in mt76_connac3_mac_decode_he_radiotap() 128 memcpy(he, &known, sizeof(known)); in mt76_connac3_mac_decode_he_radiotap() 220 eht->known |= EHT_BITS(KNOWN_SPATIAL_REUSE) | in mt76_connac3_mac_decode_eht_radiotap()
|
| /freebsd/sys/contrib/dev/athk/ath12k/wifi7/ |
| H A D | dp_mon.c | 371 u32 known, data; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() local 373 known = __le32_to_cpu(eht->known); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() 374 known |= IEEE80211_RADIOTAP_EHT_KNOWN_RU_MRU_SIZE_OM; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() 375 eht->known = cpu_to_le32(known); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() 384 u32 known, data; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() local 386 known = __le32_to_cpu(eht->known); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() 387 known |= IEEE80211_RADIOTAP_EHT_KNOWN_RU_MRU_INDEX_OM; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() 388 eht->known = cpu_to_le32(known); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() 1128 u32 known, data; in ath12k_wifi7_dp_mon_hal_rx_parse_eht_sig_ndp() local 1130 known = __le32_to_cpu(eht->known); in ath12k_wifi7_dp_mon_hal_rx_parse_eht_sig_ndp() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/intel/ixp/ |
| H A D | intel-ixp45x-ixp46x.dtsi | 45 /* This is known as EthB1 */ 56 /* This is known as EthB2 */ 67 /* This is known as EthB3 */
|
| H A D | intel-ixp4xx.dtsi | 169 /* This is known as EthB */ 180 /* This is known as EthC */ 191 /* This is known as EthA */
|
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | test_sha2.c | 286 static const uint8_t *const known[] = { sha256_monte_carlo_digest, in test_monte_carlo() local 303 munit_assert_memory_equal(diglen, digest, known[a]); in test_monte_carlo() 358 static const uint8_t *const known[] = { sha256_test_digests[0], in test_impls() local 378 known[a]); in test_impls()
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/marvell/ |
| H A D | marvell,orion5x.txt | 10 SoC. Currently known SoC compatibles are: 16 board. Currently known boards are:
|
| H A D | marvell,kirkwood.txt | 10 SoC. Currently known SoC compatibles are: 20 board. Currently known boards are:
|
| /freebsd/sys/contrib/device-tree/Bindings/spi/ |
| H A D | brcm,bcm2835-spi.txt | 3 The BCM2835 contains two forms of SPI master controller, one known simply as 4 SPI0, and the other known as the "Universal SPI Master"; part of the
|
| H A D | brcm,bcm2835-aux-spi.txt | 3 The BCM2835 contains two forms of SPI master controller, one known simply as 4 SPI0, and the other known as the "Universal SPI Master"; part of the
|
| /freebsd/crypto/krb5/src/lib/gssapi/mechglue/ |
| H A D | g_mechattr.c | 77 gss_const_OID_set known) in testMechAttrsKnown() argument 83 if (!testMechAttr(&critical->elements[i], known)) in testMechAttrsKnown()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Interfaces/ |
| H A D | CIRTypeInterfaces.td | 100 Annotates types that have known size. Types that don't have a size are 107 clang AST, where a type is sized if it has a known size.
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-802_11.c | 2944 uint8_t known; in print_radiotap_field() local 2955 rc = nd_cpack_uint8(ndo, s, &known); in print_radiotap_field() 2964 if (known & IEEE80211_RADIOTAP_MCS_MCS_INDEX_KNOWN) { in print_radiotap_field() 2972 …if (known & (IEEE80211_RADIOTAP_MCS_BANDWIDTH_KNOWN|IEEE80211_RADIOTAP_MCS_GUARD_INTERVAL_KNOWN)) { in print_radiotap_field() 3011 if (known & IEEE80211_RADIOTAP_MCS_BANDWIDTH_KNOWN) { in print_radiotap_field() 3015 if (known & IEEE80211_RADIOTAP_MCS_GUARD_INTERVAL_KNOWN) { in print_radiotap_field() 3020 if (known & IEEE80211_RADIOTAP_MCS_HT_FORMAT_KNOWN) { in print_radiotap_field() 3025 if (known & IEEE80211_RADIOTAP_MCS_FEC_TYPE_KNOWN) { in print_radiotap_field() 3030 if (known & IEEE80211_RADIOTAP_MCS_STBC_KNOWN) { in print_radiotap_field() 3060 uint16_t known; in print_radiotap_field() local [all …]
|
| /freebsd/bin/sh/tests/expansion/ |
| H A D | readonly1.0 | 4 v=0 HOME=/known/value
|