| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | random | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 38 static constexpr result_type max() { return m - 1u;} 41 // constructors and seeding functions 49 // generating functions 100 static constexpr result_type max() { return 2^w - 1; } 103 // constructors and seeding functions 111 // generating functions [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-j784s4-evm-pcie0-pcie1-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/interrupt-controller/arm-gic.h> 15 #include <dt-bindings/soc/ti,sci_pm_domain.h> 17 #include "k3-pinctrl.h" 32 #address-cells = <2>; 33 #size-cells = <2>; 34 interrupt-parent = <&gic500>; 36 pcie0_ep: pcie-ep@2900000 { [all …]
|
| H A D | k3-am68-sk-base-board-pcie1-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 4 * AM68-SK board. 6 * AM68-SK Board Product Link: https://www.ti.com/tool/SK-AM68 8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/interrupt-controller/arm-gic.h> 15 #include <dt-bindings/soc/ti,sci_pm_domain.h> 17 #include "k3-pinctrl.h" 28 #address-cells = <2>; 29 #size-cells = <2>; [all …]
|
| H A D | k3-am69-sk-pcie0-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 4 * on AM69-SK. 6 * AM69-SK Product Link: https://www.ti.com/tool/SK-AM69 8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/interrupt-controller/arm-gic.h> 15 #include <dt-bindings/soc/ti,sci_pm_domain.h> 17 #include "k3-pinctrl.h" 28 #address-cells = <2>; 29 #size-cells = <2>; [all …]
|
| 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-gic.h> 15 #include <dt-bindings/soc/ti,sci_pm_domain.h> 17 #include "k3-pinctrl.h" 28 #address-cells = <2>; 29 #size-cells = <2>; 30 interrupt-parent = <&gic500>; 32 pcie1_ep: pcie-ep@2910000 { [all …]
|
| H A D | k3-j7200-evm-pcie1-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/interrupt-controller/arm-gic.h> 15 #include <dt-bindings/soc/ti,sci_pm_domain.h> 17 #include "k3-pinctrl.h" 28 #address-cells = <2>; 29 #size-cells = <2>; 30 interrupt-parent = <&gic500>; 32 pcie1_ep: pcie-ep@2910000 { [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-gic.h> 15 #include <dt-bindings/soc/ti,sci_pm_domain.h> 17 #include "k3-pinctrl.h" 28 #address-cells = <2>; 29 #size-cells = <2>; 30 interrupt-parent = <&gic500>; 32 pcie0_ep: pcie-ep@2900000 { [all …]
|
| H A D | k3-j721e-evm-pcie1-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/interrupt-controller/arm-gic.h> 15 #include <dt-bindings/soc/ti,sci_pm_domain.h> 17 #include "k3-pinctrl.h" 28 #address-cells = <2>; 29 #size-cells = <2>; 30 interrupt-parent = <&gic500>; 32 pcie1_ep: pcie-ep@2910000 { [all …]
|
| /freebsd/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/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
| H A D | algorithm | 1 /*===---- algorithm - CUDA wrapper for <algorithm> -------------------------=== 21 *===-----------------------------------------------------------------------=== 27 // This header defines __device__ overloads of std::min/max. 29 // Ideally we'd declare these functions only if we're <= C++11. In C++14, 30 // these functions are constexpr, and so are implicitly __host__ __device__. 34 // stdlib has constexpr std::min/max. Thus we have to unconditionally define 40 // device min/max overloads, and then #include_next <algorithm>. This way our 42 // min/max won't become host+device and conflict with our device overloads. 44 // But that also doesn't work. libstdc++ is evil and declares std::min/max in 46 // we're inside of this file, std::min/max may already have been declared, and [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.def | 1 //===-- AnalyzerOptions.def - Metadata about Static Analyses ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines the analyzer options avaible with -analyzer-config. 11 //===----------------------------------------------------------------------===// 36 /// TYPE - The type of the option object that will be stored in 40 /// NAME - The name of the option object. 41 /// CMDFLAG - The command line flag for the option. 42 /// (-analyzer-config CMDFLAG=VALUE) 43 /// DESC - Description of the flag. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| 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 | pci-ep.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/pci-ep.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 13 - Kishon Vijay Abraham I <kishon@kernel.org> 14 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> 18 pattern: "^pcie-ep@" 20 iommu-map: 21 $ref: /schemas/types.yaml#/definitions/uint32-matrix 24 - description: Device ID (see msi-map) base [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 --- 5 $id: http://devicetree.org/schemas/pci/rcar-gen4-pci-ep.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Renesas R-Car Gen4 PCIe Endpoint 11 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 14 - $ref: snps,dw-pcie-ep.yaml# 19 - enum: 20 - renesas,r8a779f0-pcie-ep # R-Car S4-8 [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/contrib/llvm-project/libcxx/include/__random/ |
| H A D | uniform_int_distribution.h | 1 //===---------- 219 _LIBCPP_HIDE_FROM_ABI result_type max() const {return b();} max() function [all...] |
| H A D | discard_block_engine.h | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 37 #ifndef _LIBCPP_CXX03_LANG // numeric_limits::max() is not constexpr in C++03 38 static_assert(__r <= numeric_limits<int>::max(), "discard_block_engine invalid parameters"); 54 static constexpr result_type _Max = _Engine::max(); 58 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR result_type max() { return _Engine::max(); } in max() function 60 // constructors and seeding functions 86 // generating functions 89 for (; __z; --__z) in discard() [all …]
|
| /freebsd/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/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.h | 1 //===- CoverageSummaryInfo.h - Coverage summary for function/file -------- [all...] |
| /freebsd/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 29 // MinGW-w64 supports thousand separators only with its own stdio functions 42 /// Check if thousands separator is supported. Run-time checking is easiest 69 // The point is that message_fatal ends up calling stdio functions in xrealloc() 72 // memory for stdio functions if they need it. in xrealloc() 97 str_to_uint64(const char *name, const char *value, uint64_t min, uint64_t max) in str_to_uint64() argument 105 // Accept special value "max". Supporting "min" doesn't seem useful. in str_to_uint64() 106 if (strcmp(value, "max") == 0) in str_to_uint64() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUResourceUsageAnalysis.cpp | 1 //===- AMDGPUResourceUsageAnalysis.h ---- analysis of resources -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 /// functions. 20 /// hardware-entrypoints. Therefore the register usage of functions with 21 /// indirect calls is estimated as the maximum of all non-entrypoint functions 24 //===----------------------------------------------------------------------===// 41 #define DEBUG_TYPE "amdgpu-resource-usage" 48 // only due to dynamic / non-entry block allocas. 50 "amdgpu-assume-external-call-stack-size", [all …]
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | provider-base.7 | 1 .\" -*- mode: troff; coding: utf-8 -*- 57 .IX Title "PROVIDER-BASE 7ossl" 58 .TH PROVIDER-BASE 7ossl 2025-09-30 3.5.4 OpenSSL 64 provider\-base 65 \&\- The basic OpenSSL library <\-> provider functions 72 \& * None of these are actual functions, but are displayed like this for 73 \& * the function signatures for functions that are offered as function 77 \& /* Functions offered by libcrypto to the providers */ 156 \& /* Functions for querying the providers in the application library context */ 171 \& /* Functions offered by the provider to libcrypto */ [all …]
|
| /freebsd/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-38 [all...] |
| /freebsd/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 …]
|