Home
last modified time | relevance | path

Searched +full:sub +full:- +full:function (Results 1 – 25 of 1009) sorted by relevance

12345678910>>...41

/freebsd/tools/lua/
H A Dtemplate.lua1 -- From lua-resty-template (modified to remove external dependencies)
2 --[[
3 Copyright (c) 2014 - 2020 Aapo Talvensaari
30 ]]--
50 local sub = string.sub
54 local _ENV = _ENV -- luacheck: globals _ENV
92 local MINUS = byte("-")
99 VIEW_ENV = { __index = function(t, k)
103 VIEW_ENV = { __index = function(t, k)
112 if not ok then newtab = function() return {} end end
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Drenesas,rza1-pinctrl.txt5 Pin multiplexing and GPIO configuration is performed on a per-pin basis
6 writing configuration values to per-port register sets.
8 function (port mode) or in alternate function mode.
9 Up to 8 different alternate function modes exist for each single pin.
12 -------------------
15 - compatible: should be:
16 - "renesas,r7s72100-ports": for RZ/A1H
17 - "renesas,r7s72101-ports", "renesas,r7s72100-ports": for RZ/A1M
18 - "renesas,r7s72102-ports": for RZ/A1L
20 - reg
[all …]
H A Drenesas,rzn1-pinctrl.txt4 -------------------
6 - compatible: SoC-specific compatible string "renesas,<soc-specific>-pinctrl"
7 followed by "renesas,rzn1-pinctrl" as fallback. The SoC-specific compatible
9 "renesas,r9a06g032-pinctrl" for RZ/N1D
10 "renesas,r9a06g033-pinctrl" for RZ/N1S
11 - reg: Address base and length of the memory area where the pin controller
13 - clocks: phandle for the clock, see the description of clock-names below.
14 - clock-names: Contains the name of the clock:
18 pinctrl: pin-controller@40067000 {
19 compatible = "renesas,r9a06g032-pinctrl", "renesas,rzn1-pinctrl";
[all …]
H A Drenesas,rza2-pinctrl.txt4 Pin multiplexing and GPIO configuration is performed on a per-pin basis.
6 function (port mode) or in alternate function mode.
7 Up to 8 different alternate function modes exist for each single pin.
10 -------------------
13 - compatible: shall be:
14 - "renesas,r7s9210-pinctrl": for RZ/A2M
15 - reg
18 - gpio-controller
20 - #gpio-cells
22 - gpio-ranges
[all …]
H A Dabilis,tb10x-iomux.txt5 -------------------
7 - compatible: should be "abilis,tb10x-iomux";
8 - reg: should contain the physical address and size of the pin controller's
12 Function definitions
13 --------------------
15 Functions are defined (and referenced) by sub-nodes of the pin controller.
16 Every sub-node defines exactly one function (implying a set of pins).
17 Every function is associated to one named pin group inside the pin controller
19 controller sub-nodes.
21 Required function definition subnode properties:
[all …]
H A Dimg,pistachio-pinctrl.txt8 each. The GPIO banks are represented as sub-nodes of the pad controller node.
10 Please refer to pinctrl-bindings.txt, ../gpio/gpio.txt, and
11 ../interrupt-controller/interrupts.txt for generic information regarding
15 --------------------------------------------
16 - compatible: "img,pistachio-system-pinctrl".
17 - reg: Address range of the pinctrl registers.
19 Required properties for GPIO bank sub-nodes:
20 --------------------------------------------
21 - interrupts: Interrupt line for the GPIO bank.
22 - gpio-controller: Indicates the device is a GPIO controller.
[all …]
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.32 .\" Copyright (c) 2004-2005
5 .\" Copyright (c) 2001-2003
138 .Pq libbsnmp, -lbsnmp
143 .Fn FIND_OBJECT_OID_LINK_INDEX "LIST" "OID" "SUB" "LINK" "INDEX"
144 .Fn FIND_OBJECT_INT_LINK_INDEX "LIST" "OID" "SUB" "LINK" "INDEX"
145 .Fn NEXT_OBJECT_OID_LINK_INDEX "LIST" "OID" "SUB" "LINK" "INDEX"
146 .Fn NEXT_OBJECT_INT_LINK_INDEX "LIST" "OID" "SUB" "LINK" "INDEX"
149 .Fn FIND_OBJECT_OID_LINK "LIST" "OID" "SUB" "LINK"
150 .Fn FIND_OBJECT_INT_LINK "LIST" "OID" "SUB" "LINK"
151 .Fn NEXT_OBJECT_OID_LINK "LIST" "OID" "SUB" "LINK"
[all …]
H A Dsnmpmod.h2 * Copyright (c) 2001-2003
57 * or an ordering function.
61 * First set of macros is used when the link is embedded into sub-struct
62 * and links these sub-structs. The sub-struct must be the first field.
67 typedef __typeof ((PTR)->SUBF) _subf_type; \
71 if (asn_compare_oid(&_lelem->INDEX, &(PTR)->SUBF.INDEX) > 0)\
74 TAILQ_INSERT_TAIL((LIST), &(PTR)->SUBF, LINK); \
76 TAILQ_INSERT_BEFORE(_lelem, &(PTR)->SUBF, LINK); \
79 #define NEXT_OBJECT_OID_LINK_INDEX_TYPE(LIST, OID, SUB, LINK, INDEX, TYPE) ({\ argument
83 if (index_compare(OID, SUB, &_lelem->INDEX) < 0) \
[all …]
/freebsd/sys/crypto/openssl/powerpc/
H A Dppccpuid.S1 /* Do not modify. This file is auto-generated from ppccpuid.pl. */
6 .type OPENSSL_fpu_probe,@function
13 .size OPENSSL_fpu_probe,.-OPENSSL_fpu_probe
15 .type OPENSSL_ppc64_probe,@function
23 .size OPENSSL_ppc64_probe,.-OPENSSL_ppc64_probe
26 .type OPENSSL_altivec_probe,@function
33 .size OPENSSL_altivec_probe,.-OPENSSL_altivec_probe
36 .type OPENSSL_crypto207_probe,@function
44 .size OPENSSL_crypto207_probe,.-OPENSSL_crypto207_probe
47 .type OPENSSL_madd300_probe,@function
[all …]
/freebsd/sys/tools/
H A Dmakeobjops.awk1 #!/usr/bin/awk -f
3 #-
4 # SPDX-License-Identifier: BSD-3-Clause
37 # Script to produce kobj front-end sugar.
40 function usage ()
42 print "usage: makeobjops.awk <srcfile.m> [-d] [-p] [-l <nr>] [-c|-h]";
43 print "where -c produce only .c files";
44 print " -h produce only .h files";
45 print " -p use the path component in the source file for destination dir";
46 print " -l set line width for output files [80]";
[all …]
/freebsd/sys/crypto/openssl/powerpc64/
H A Dppccpuid.S1 /* Do not modify. This file is auto-generated from ppccpuid.pl. */
7 .type OPENSSL_fpu_probe,@function
16 .size OPENSSL_fpu_probe,.-OPENSSL_fpu_probe
18 .type OPENSSL_ppc64_probe,@function
28 .size OPENSSL_ppc64_probe,.-OPENSSL_ppc64_probe
31 .type OPENSSL_altivec_probe,@function
40 .size OPENSSL_altivec_probe,.-OPENSSL_altivec_probe
43 .type OPENSSL_crypto207_probe,@function
53 .size OPENSSL_crypto207_probe,.-OPENSSL_crypto207_probe
56 .type OPENSSL_madd300_probe,@function
[all …]
/freebsd/sys/crypto/openssl/powerpc64le/
H A Dppccpuid.S1 /* Do not modify. This file is auto-generated from ppccpuid.pl. */
7 .type OPENSSL_fpu_probe,@function
16 .size OPENSSL_fpu_probe,.-OPENSSL_fpu_probe
18 .type OPENSSL_ppc64_probe,@function
28 .size OPENSSL_ppc64_probe,.-OPENSSL_ppc64_probe
31 .type OPENSSL_altivec_probe,@function
40 .size OPENSSL_altivec_probe,.-OPENSSL_altivec_probe
43 .type OPENSSL_crypto207_probe,@function
53 .size OPENSSL_crypto207_probe,.-OPENSSL_crypto207_probe
56 .type OPENSSL_madd300_probe,@function
[all …]
/freebsd/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl2 # Copyright 2006-2021 The OpenSSL Project Authors. All Rights Reserved.
20 my $type = sub {
31 my $globl = sub {
42 $$type = "\@function";
44 if ($$type =~ /function/) {
55 $ret .= "\n.type $name,\@function";
56 $$type = "\@function";
62 $ret .= "\n.type $name,\@function";
63 $$type = "\@function";
65 if ($$type =~ /function/) {
[all …]
H A Dx86asm.pl2 # Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
21 # that typos in function calls effectively go to assembler output,
24 sub ::AUTOLOAD
31 elsif ($opcode =~ /^pop/) { $stack-=4; }
36 sub ::emit
39 if ($#_==-1) { push(@out,"\t$opcode\n"); }
43 sub ::LB
44 { $_[0] =~ m/^e?([a-d])x$/o or die "$_[0] does not have a 'low byte'";
47 sub ::HB
48 { $_[0] =~ m/^e?([a-d])x$/o or die "$_[0] does not have a 'high byte'";
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp1 //===-- xray-graph-diff.cpp: XRay Function Call Graph Renderer ------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Generate a DOT file to represent the function call graph encountered in
12 //===----------------------------------------------------------------------===//
18 #include "xray-graph-diff.h"
19 #include "xray-graph.h"
20 #include "xray-registry.h"
22 #include "xray-color-helper.h"
30 static cl::SubCommand GraphDiff("graph-diff",
[all …]
/freebsd/crypto/openssl/crypto/
H A Dsparccpuid.S1 ! Copyright 2005-2016 The OpenSSL Project Authors. All Rights Reserved.
9 # define ABI64 /* They've said -xarch=v9 at command line */
11 # define ABI64 /* They've said -m64 at command line */
17 # define FRAME -192
20 # define FRAME -96
27 .type OPENSSL_wipe_cpu,#function
43 mov .zero-(.-4),%o0
51 ! to determine if the CPU the code is executing on is V8- or
52 ! V9-compliant, as V9 returns a distinct value of 0x99,
144 .type walk_reg_wins,#function
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1 //===- llvm-profdata.cpp - LLVM profile data tool -------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // llvm-profdata merges .profdata files.
11 //===----------------------------------------------------------------------===//
51 // https://llvm.org/docs/CommandGuide/llvm-profdata.html has documentations
57 "https://llvm.org/docs/CommandGuide/llvm-profdata.html#profdata-show");
60 "Reads temporal profiling traces from a profile and outputs a function "
63 "https://llvm.org/docs/CommandGuide/llvm-profdata.html#profdata-order");
68 "https://llvm.org/docs/CommandGuide/llvm-profdata.html#profdata-overlap");
[all …]
/freebsd/contrib/tzdata/
H A Dziguard.awk5 # This is not a general-purpose converter; it is designed for current tzdata.
15 # "Zone GMT 0 - GMT" which TZUpdater 2.3.2 mistakenly rejects.
25 # Given a FIELD like "-0:30", return a minute count like -30.
26 function get_minutes(field, \
29 sign = field ~ /^-/ ? -1 : 1
33 sub(/[^:]*:/, "", minutes)
39 # return a %z-style abbreviation like "+05" or "+0530".
40 function offset_abbr(offset, \
52 # Round TIMESTAMP (a +-hh:mm:ss.dddd string) to the nearest second.
53 function round_to_second(timestamp, \
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1 //==- CodeGen/TargetRegisterInfo.h - Target Register Information -*- C++ -*-==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
74 unsigned getID() const { return MC->getID(); } in getID()
76 /// begin/end - Return all of the registers in this class.
78 iterator begin() const { return MC->begin(); } in begin()
79 iterator end() const { return MC->end(); } in end()
82 unsigned getNumRegs() const { return MC->getNumRegs(); } in getNumRegs()
90 return MC->getRegister(i); in getRegister()
[all …]
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DParseC.pm2 # Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
26 sub all_conds {
35 # checker a function that does a more complex comparison.
44 # this is: 'F' for function, 'S' for struct,
65 # These are used to convert certain pre-precessor expressions into
73 massager => sub {
85 massager => sub {
98 massager => sub {
111 massager => sub {
128 massager => sub {
[all …]
/freebsd/lib/libc/stdlib/
H A Dgetsubopt.333 .Nd get sub options from an argument
44 function
58 .Dv NULL Ns -terminated
63 function
64 returns the zero-based offset of the pointer in the
67 in the string, or, \-1 if the string contains no tokens or
92 .Bd -literal -compact
106 while ((ch = getopt(argc, argv, "ab:")) != \-1) {
116 /* process ``one'' sub option */
119 /* process ``two'' sub option */
[all …]
/freebsd/usr.sbin/bsdconfig/share/
H A Dsysrc.subr3 # Copyright (c) 2006-2015 Devin Teske
57 # Please note that the character ranges A-Z and a-z should be avoided because
59 # For example, A-Z matches any character that sorts after A but before Z,
63 VALID_VARNAME_CHARS="0-9ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_"
67 # f_clean_env [ --except $varname ... ]
71 # `--except' is required to enable the exclusion-list as the remainder of
76 # within a sub-shell block "(...)" or "$(...)" or "`...`".
83 # Should we process an exclusion-list?
85 if [ "$1" = "--except" ]; then
91 # Loop over a list of variable names from set(1) built-in.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-an30259a.txt1 * Panasonic AN30259A 3-channel LED driver
7 - compatible: Must be "panasonic,an30259a".
8 - reg: I2C slave address.
9 - #address-cells: Must be 1.
10 - #size-cells: Must be 0.
12 Each LED is represented as a sub-node of the panasonic,an30259a node.
14 Required sub-node properties:
15 - reg: Pin that the LED is connected to. Must be 1, 2, or 3.
17 Optional sub-node properties:
18 - function :
[all …]
/freebsd/sys/tools/syscalls/core/
H A Dscret.lua1 --
2 -- SPDX-License-Identifier: BSD-2-Clause
3 --
4 -- Copyright (c) 2024 Tyler Baxter <agge@FreeBSD.org>
5 -- Copyright (c) 2023 Warner Losh <imp@bsdimp.com>
6 -- Copyright (c) 2019 Kyle Evans <kevans@FreeBSD.org>
7 --
15 -- Processes this return type.
16 function scret:process()
19 -- Pointer incoming.
[all …]
/freebsd/libexec/nuageinit/
H A Dyaml.lua1 ---
2 -- SPDX-License-Identifier: MIT
3 --
4 -- Copyright (c) 2017 Dominic Letz dominicletz@exosite.com
7 table_print_value = function(value, indent, done)
17 table.sort(list, function(a, b) return tostring(a) < tostring(b) end)
43 rep = rep .. string.rep(" ", indent) -- indent it
55 local table_print = function(tt)
59 local table_clone = function(t)
67 local string_trim = function(s, what)
[all …]

12345678910>>...41