/freebsd-src/contrib/llvm-project/libcxx/include/ |
H A D | random | 1 // -*- C++ -*- 2 //===------ [all...] |
/freebsd-src/crypto/heimdal/lib/krb5/ |
H A D | krb5_openlog.3 | 1 .\" Copyright (c) 1997, 1999, 2001 - 2002 Kungliga Tekniska Högskolan 46 .Nd Heimdal logging functions 48 Kerberos 5 Library (libkrb5, -lkrb5) 58 .Fn krb5_addlog_func "krb5_context context" "krb5_log_facility *facility" "int min" "int max" "krb5… 74 These functions logs messages to one or more destinations. 101 To log a message to a facility use one of the functions 107 The functions ending in 129 functions. The first of these takes a string specifying a logging 131 non-standard logging you can use the 147 .Fa max [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/pci/ |
H A D | pci-ep.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/pci-e [all...] |
H A D | rockchip-pcie-ep.txt | 4 - compatible: Should contain "rockchip,rk3399-pcie-ep" 5 - reg: Two register ranges as listed in the reg-names property 6 - reg-names: Must include the following names 7 - "apb-base" 8 - "mem-base" 9 - clocks: Must contain an entry for each entry in clock-names. 10 See ../clocks/clock-bindings.txt for details. 11 - clock-names: Must include the following entries: 12 - "aclk" 13 - "aclk-perf" [all …]
|
H A D | rcar-pci-ep.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (C) 2020 Renesas Electronics Europe GmbH - https://www.renesas.com/eu/en/ 4 --- 5 $id: http://devicetree.org/schemas/pci/rcar-pci-ep.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Renesas R-Car PCIe Endpoint 11 - Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> 12 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 17 - enum: 18 - renesas,r8a774a1-pcie-ep # RZ/G2M [all …]
|
H A D | rcar-gen4-pci-ep.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (C) 2022-2023 Renesas Electronics Corp. 4 --- [all...] |
H A D | ti,j721e-pci-ep.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ 4 --- 5 $id: http://devicetree.org/schemas/pci/ti,j721e-pci-ep.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Kishon Vijay Abraham I <kishon@ti.com> 16 - const: ti,j721e-pcie-ep 17 - const: ti,j784s4-pcie-ep 18 - description: PCIe EP controller in AM64 20 - const: ti,am64-pcie-ep [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
H A D | algorithm | 1 /*===---- algorithm - CUDA wrapper for <algorithm> ----- [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.def | 1 //===-- AnalyzerOptions.def - Metadata about Static Analyses ----*- C++ -*- [all...] |
/freebsd-src/contrib/cortex-strings/scripts/ |
H A D | bench.py | 19 build = '../build/try-' 25 'bionic-a9': 'memcmp memcpy memset strcmp strcpy strlen', 26 'bionic-a15': 'memcmp memcpy memset strcmp strcpy strlen', 27 'bionic-c': ALL, 30 'glibc-c': ALL, 32 'newlib-c': ALL, 33 'newlib-xscale': 'memchr memcpy memset strchr strcmp strcpy strlen', 54 FUNCTIONS = sorted(ALIGNMENTS.keys()) variable 66 …cmd = '%(xbuild)s%(variant)s -t %(function)s -c %(bytes)s -l %(loops)s -a %(alignment)s -r %(run_i… 94 # Find all other functions [all …]
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageSummaryInfo.h | 1 //===- CoverageSummaryInfo.h - Coverage summary for function/file ---------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // for functions/files. 12 //===----------------------------------------------------------------------===// 35 assert(Covered <= NumRegions && "Covered regions over-counted"); in RegionCoverageInfo() 45 Covered = std::max(Covered, RHS.Covered); in merge() 46 NumRegions = std::max(NumRegions, RHS.NumRegions); in merge() 56 assert(Covered <= NumRegions && "Covered regions over-counted"); in getPercentCovered() 76 assert(Covered <= NumLines && "Covered lines over-counted"); in LineCoverageInfo() [all …]
|
/freebsd-src/contrib/llvm-project/libcxx/include/__random/ |
H A D | uniform_int_distribution.h | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 54 static const _Working_result_type _Rp = _Engine::_Max - _Engine::_Min + _Working_result_type(1); 56 …static _LIBCPP_CONSTEXPR const _Working_result_type _Rp = _Engine::max() - _Engine::min() + _Worki… 63 // constructors and seeding functions 66 // generating functions 85 if (_Rp - __y0_ > __y0_ / __n_) { in __independent_bits_engine() 93 __n0_ = __n_ - __w_ % __n_; in __independent_bits_engine() 94 if (__w0_ < _WDt - 1) in __independent_bits_engine() [all …]
|
H A D | discard_block_engine.h | 1 //===---------- 58 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR result_type max() { return _Engine::max(); } max() function [all...] |
/freebsd-src/usr.bin/clang/llvm-profdata/ |
H A D | llvm-profdata.1 | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-j721s2-evm-pcie1-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 8 * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/interrupt-controller/arm-gi [all...] |
H A D | k3-j721e-evm-pcie0-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 8 * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/interrupt-controller/arm-gi [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUResourceUsageAnalysis.cpp | 1 //===- AMDGPUResourceUsageAnalysis.h ---- analysis of resources ----- [all...] |
/freebsd-src/contrib/libfido2/src/fido/ |
H A D | types.h | 2 * Copyright (c) 2018-2022 Yubico AB. All rights reserved. 3 * SPDX-License-Identifier: BSD-2-Clause 87 /* COSE ES256 (ECDSA over P-256 with SHA-256) public key */ 93 /* COSE ES256 (ECDSA over P-256 with SHA-256) (secret) key */ 98 /* COSE ES384 (ECDSA over P-384 with SHA-384) public key */ 104 /* COSE RS256 (2048-bit RSA with PKCS1 padding and SHA-256) public key */ 145 fido_blob_t cbor; /* cbor-encoded attestation statement */ 181 fido_blob_t authdata_cbor; /* cbor-encoded payload */ 182 fido_blob_t authdata_raw; /* cbor-decoded payload */ 210 fido_blob_t hmac_salt; /* optional hmac-secret salt */ [all …]
|
/freebsd-src/contrib/xz/src/xz/ |
H A D | util.c | 1 // SPDX-License-Identifier: 0BSD 6 /// \brief Miscellaneous utility functions 23 // at least under WinXP with Finnish locale that uses a non-breaking space 38 /// Check if thousands separator is supported. Run-time checking is easiest 65 // The point is that message_fatal ends up calling stdio functions in xrealloc() 68 // memory for stdio functions if they need it. in xrealloc() 93 str_to_uint64(const char *name, const char *value, uint64_t min, uint64_t max) in str_to_uint64() argument 101 // Accept special value "max". Supporting "min" doesn't seem useful. in str_to_uint64() 102 if (strcmp(value, "max") == 0) in str_to_uint64() 103 return max; in str_to_uint64() [all …]
|
/freebsd-src/sys/dev/etherswitch/arswitch/ |
H A D | arswitchvar.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2011-2012 Stefan Bethke. 44 (!!((_sc)->sc_switchtype == AR8X16_SWITCH_ ## _type)) 46 #define ARSWITCH_NUM_PORTS MAX(AR8327_NUM_PORTS, AR8X16_NUM_PORTS) 47 #define ARSWITCH_NUM_PHYS MAX(AR8327_NUM_PHYS, AR8X16_NUM_PHYS) 71 /* should be the max of both pre-AR8327 and AR8327 ports */ 102 /* Port functions */ 105 /* ATU functions */ 112 /* VLAN functions */ [all …]
|
/freebsd-src/lib/libopenbsd/ |
H A D | imsg_init.3 | 46 .Nd IPC messaging functions 80 .Fn ibuf_dynamic "size_t len" "size_t max" 108 functions provide a simple mechanism for communication between processes 115 A program using these functions should be linked with 116 .Em -lutil . 124 .Bd -literal -offset indent 140 but is not closed by any of the imsg functions. 184 A value of \-1 indicates no file descriptor should be passed. 196 if it succeeds, \-1 otherwise. 214 This routine returns 1 if it succeeds, \-1 otherwise. [all …]
|
/freebsd-src/sys/dev/acpi_support/ |
H A D | acpi_panasonic.c | 1 /*- 2 * Copyright (c) 2003 OGAWA Takaya <t-ogawa@triaez.kaisei.org> 53 /* Functions */ 64 #define HKEY_LCD_BRIGHTNESS_DIV ((1 << HKEY_LCD_BRIGHTNESS_BITS) - 1) 76 /* Prototype for HKEY functions for getting/setting a value. */ 101 /* Table of sysctl names and HKEY functions to call. */ 157 sc->dev = dev; in acpi_panasonic_attach() 158 sc->handle = acpi_get_handle(dev); in acpi_panasonic_attach() 163 sysctl_ctx_init(&sc->sysctl_ctx); in acpi_panasonic_attach() 164 sc->sysctl_tree = SYSCTL_ADD_NODE(&sc->sysctl_ctx, in acpi_panasonic_attach() [all …]
|
/freebsd-src/crypto/openssl/crypto/sm2/ |
H A D | sm2_key.c | 2 * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved. 15 #include <openssl/ec.h> /* EC_KEY and EC_GROUP functions */ 25 BIGNUM *max = NULL; in ossl_sm2_key_private_check() local 37 /* range of SM2 private key is [1, n-1) */ in ossl_sm2_key_private_check() 38 max = BN_dup(order); in ossl_sm2_key_private_check() 39 if (max == NULL || !BN_sub_word(max, 1)) in ossl_sm2_key_private_check() 42 || BN_cmp(priv_key, max) >= 0) { in ossl_sm2_key_private_check() 49 BN_free(max); in ossl_sm2_key_private_check()
|
/freebsd-src/contrib/bc/manuals/bc/ |
H A D | EN.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 32 bc \- arbitrary\-precision decimal arithmetic language and calculator 34 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digi [all...] |
H A D | E.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 32 bc \- arbitrary\-precision decimal arithmetic language and calculator 34 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digi [all...] |