/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | ralink,mt7620-pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/ralink,mt7620-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Arınç ÜNAL <arinc.unal@arinc9.com> 11 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 20 const: ralink,mt7620-pinctrl 23 '-pins$': 26 '^(.*-)?pinmux$': 29 $ref: pinmux-node.yaml# [all …]
|
H A D | mediatek,mt76x8-pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt76x8-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Arınç ÜNAL <arinc.unal@arinc9.com> 11 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 20 const: ralink,mt76x8-pinctrl 23 '-pins$': 28 '^(.*-)?pinmux$': 31 $ref: pinmux-node.yaml# [all …]
|
H A D | brcm,bcm6368-pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/brcm,bcm6368-pinctr [all...] |
H A D | brcm,bcm6362-pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/brcm,bcm6362-pinctr [all...] |
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-g4.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 2 #include <dt-bindings/clock/aspeed-clock.h> 7 #address-cells = <1>; 8 #size-cells = <1>; 9 interrupt-parent = <&vic>; 35 #address-cells = <1>; 36 #size-cells = <0>; 39 compatible = "arm,arm926ej-s"; 51 compatible = "simple-bus"; 52 #address-cells = <1>; [all …]
|
H A D | aspeed-g5.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 2 #include <dt-bindings/clock/aspeed-clock.h> 3 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h> 8 #address-cells = <1>; 9 #size-cells = <1>; 10 interrupt-parent = <&vic>; 36 #address-cells = <1>; 37 #size-cells = <0>; 40 compatible = "arm,arm1176jzf-s"; 52 compatible = "simple-bus"; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/socionext/ |
H A D | uniphier-pinctrl.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 5 // Copyright (C) 2015-2017 Socionext Inc. 11 function = "aout"; 16 function = "ain1"; 21 function = "ain2"; 26 function = "ainiec1"; 31 function = "aout1"; 36 function = "aout2"; 41 function = "aout3"; 46 function = "aoutiec1"; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/ |
H A D | nuvoton-wpcm450.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 #include <dt-bindings/interrupt-controller/irq.h> 8 #address-cells = <1>; 9 #size-cell [all...] |
H A D | nuvoton-common-npcm7xx.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 #include <dt-bindings/interrupt-controller/arm-gic.h> 6 #include <dt-bindings/clock/nuvoton,npcm7xx-clock.h> 7 #include <dt-bindings/reset/nuvoton,npcm7xx-rese [all...] |
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp_lib.F90.var | 4 !//===----------------------------------------------------------------------===// 8 !// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 10 !//===----------------------------------------------------------------------===// 64 ! Re-export definitions in omp_lib_kinds 135 … integer (kind=omp_control_tool_result_kind), parameter, public :: omp_control_tool_notool = -2 136 … integer (kind=omp_control_tool_result_kind), parameter, public :: omp_control_tool_nocallback = -1 149 integer (kind=omp_alloctrait_val_kind), parameter, public :: omp_atv_default = -1 227 function omp_get_num_threads() bind(c) 230 end function omp_get_num_threads 232 function omp_get_max_threads() bind(c) [all …]
|
H A D | omp_lib.h.var | 4 !//===----------------------------------------------------------------------===// 8 !// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 10 !//===----------------------------------------------------------------------===// 130 parameter(omp_control_tool_notool=-2) 132 parameter(omp_control_tool_nocallback=-1) 156 parameter(omp_atv_default=-1) 291 function omp_get_num_threads() bind(c) 294 end function omp_get_num_threads 296 function omp_get_max_threads() bind(c) 299 end function omp_get_max_threads [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Function.h | 1 //===-- Function.h ------- 249 class Function; global() variable [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Function.h | 1 //===- llvm/Function.h - Class to represent a single function ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file contains the declaration of the Function class, which represents a 10 // single function/procedure in LLVM. 12 // A function basically consists of a list of basic blocks, a list of arguments, 15 //===----------------------------------------------------------------------===// 63 class LLVM_EXTERNAL_VISIBILITY Function : public GlobalObject, 64 public ilist_node<Function> { 76 // Important things that make up a function! [all …]
|
/freebsd/contrib/lyaml/build-aux/ |
H A D | luke | 2 --[[ minified code follows, see --help text for source location! ]] 3 local require=function(modname)if package.loaded[modname]==nil then 4 if type(package.preload[modname])~="function"then 10 package.preload['luke._base']=function() 11 local _ENV=require'std.normalize'{}local function fatal(...)local msg=(...)if select('#',...)>1 then 14 return{diagnose=function(predicate,...)if not predicate then 18 package.preload['luke.cli']=function() 19 …ze'{'luke._base','luke.lukefile','luke.platforms','std.functional',}local function version()print[[ 27 See <https://mit-license.org> for details. 29 local function help()print[[ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra30-beaver.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 5 #include "tegra30-cpu-opp.dtsi" 6 #include "tegra30-cpu-opp-microvolt.dtsi" 19 stdout-pat [all...] |
H A D | tegra124-nyan-blaze.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include "tegra124-nyan.dtsi" 6 #include "tegra124-nyan-blaze-emc.dtsi" 10 compatible = "google,nyan-blaze-rev10", "google,nyan-blaze-rev9", 11 "google,nyan-blaze-rev8", "google,nyan-blaze-rev7", 12 "google,nyan-blaze-rev6", "google,nyan-blaze-rev5", 13 "google,nyan-blaze-rev4", "google,nyan-blaze-rev3", 14 "google,nyan-blaze-rev2", "google,nyan-blaze-rev1", 15 "google,nyan-blaze-rev0", "google,nyan-blaze", [all …]
|
H A D | tegra124-nyan-big.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include "tegra124-nyan.dtsi" 6 #include "tegra124-nyan-big-emc.dtsi" 9 model = "Acer Chromebook 13 CB5-311"; 10 compatible = "google,nyan-big-rev7", "google,nyan-big-rev6", 11 "google,nyan-big-rev5", "google,nyan-big-rev4", 12 "google,nyan-big-rev3", "google,nyan-big-rev2", 13 "google,nyan-big-rev1", "google,nyan-big-rev0", 14 "google,nyan-big", "google,nyan", "nvidia,tegra124"; [all …]
|
/freebsd/sys/contrib/device-tree/src/mips/mobileye/ |
H A D | eyeq5-pins.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 5 * pin configuration node per function. 9 timer0_pins: timer0-pins { 10 function = "timer0"; 13 timer1_pins: timer1-pins { 14 function = "timer1"; 17 timer2_pins: timer2-pins { 18 function = "timer2"; 21 pps0_pins: pps0-pin { 22 function = "timer2"; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8916-pins.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. 8 blsp1_uart1_default: blsp1-uart1-default-state { 11 function = "blsp_uart1"; 13 drive-strength = <16>; 14 bias-disable; 17 blsp1_uart1_sleep: blsp1-uart1-sleep-state { 19 function = "gpio"; 21 drive-strength = <2>; 22 bias-pull-down; [all …]
|
H A D | msm8996-pins.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved. 12 function = "gpio"; 17 drive-strength = <2>; /* 2 mA */ 18 bias-pull-down; /* pull down */ 19 input-enable; 28 function = "gpio"; 32 drive-strength = <16>; 33 bias-disable; 34 output-low; [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionSpecialization.h | 1 //===- FunctionSpecialization.h - Function Specialization ------- [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/exynos/ |
H A D | exynosautov9-pinctrl.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Samsung's ExynosAutov9 SoC pin-mux and pin-config device tree source 7 * Samsung's ExynosAutov9 SoC pin-mux and pin-config options are listed as 11 #include "exynos-pinctrl.h" 14 gpa0: gpa0-gpio-bank { 15 gpio-controller; 16 #gpio-cells = <2>; 17 interrupt-controller; 18 #interrupt-cells = <2>; 19 interrupt-parent = <&gic>; [all …]
|
/freebsd/share/man/man9/ |
H A D | tcp_functions.9 | 57 Additionally, users can specify a particular stack to use on a per-connection 64 This man page treats "TCP stacks" as synonymous with "function blocks". 67 Therefore, an alternate "function block" defines an alternate "TCP stack". 74 functions request that the system add a specified function block 76 Modules may register the same function block multiple times with different 78 However, names must be globally unique among all registered function blocks. 79 Also, modules may not ever modify the contents of the function block (including 81 de-registers the function block. 85 function requests that the system register the function block with the name 86 defined in the function block's [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | s3c64xx-pinctrl.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 * - pin control-related definitions 8 * Samsung's S3C64xx SoCs pin banks, pin-mux and pin-config options are 12 #include "s3c64xx-pinctrl.h" 19 gpa: gpa-gpio-bank { 20 gpio-controller; 21 #gpio-cells = <2>; 22 interrupt-controller; 23 #interrupt-cells = <2>; 26 gpb: gpb-gpio-bank { [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/riscv/ |
H A D | save.S | 1 //===-- save.S - save up to 12 callee-saved registers ---------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 14 // is the minimum grouping which will maintain the required 16-byte stack 24 .type __riscv_save_12,@function 26 addi sp, sp, -64 32 .type __riscv_save_11,@function 34 .type __riscv_save_10,@function 36 .type __riscv_save_9,@function [all …]
|