/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZ.h | 33 // Condition-code mask assignments for integer and floating-point 42 // Condition-code mask assignments for floating-point comparisons only. 50 // Condition-code mask assignments for arithmetical operations. 57 // Condition-code mask assignments for logical operations. 66 // Condition-code mask assignments for CS. 71 // Condition-code mask assignments for a completed SRST loop. 76 // Condition-code mask assignments for TEST UNDER MASK. 87 // Condition-code mask assignments for TRANSACTION_BEGIN. 94 // Condition-code mask assignments for TRANSACTION_END. 99 // Condition-code mask assignments for vector comparisons (and similar [all …]
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | bsnmpd.1 | 113 variable assignments 119 MIB variable assignments 128 All MIB variable assignments of the entire configuration (including nested 142 .Ss VARIABLE ASSIGNMENTS 143 Variable assignments can take one of two forms: 161 The MIB variable assignments in the section named 196 .Ss MIB VARIABLE ASSIGNMENTS
|
/freebsd/sys/contrib/device-tree/Bindings/arm/firmware/ |
H A D | linaro,optee-tz.yaml | 39 SMC #0, register assignments 41 HVC #0, register assignments 42 register assignments are specified in drivers/tee/optee/optee_smc.h
|
H A D | linaro,optee-tz.txt | 17 "smc" : SMC #0, with the register assignments specified 20 "hvc" : HVC #0, with the register assignments specified
|
H A D | sdei.txt | 32 * "smc" : SMC #0, with the register assignments specified in this 34 * "hvc" : HVC #0, with the register assignments specified in this
|
/freebsd/contrib/tcpdump/ |
H A D | print-radius.c | 112 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-27 */ 233 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-4 */ 259 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-5 */ 271 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-6 */ 279 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-7 */ 287 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-8 */ 301 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-9 */ 313 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-13 */ 365 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-10 */ 386 /* https://www.iana.org/assignments/radius-types/radius-types.xhtml#radius-types-11 */ [all …]
|
H A D | l2vpn.c | 27 …* https://www.iana.org/assignments/bgp-parameters/bgp-parameters.xhtml#bgp-l2-encapsulation-types-… 62 * https://www.iana.org/assignments/pwe3-parameters/pwe3-parameters.xhtml#pwe3-parameters-2
|
H A D | print-ip-demux.c | 125 * XXX - the current IANA protocol number assignments in ip_demux_print() 135 * assignments say. in ip_demux_print()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 132 ArrayRef<SmallVector<LiveInterval *, 4>> Assignments, in undefInvalidDbgValues() argument 138 for (const auto &CoalescedIntervals : Assignments) { in undefInvalidDbgValues() 283 SmallVector<SmallVector<LiveInterval *, 4>, 16> Assignments( in runOnMachineFunction() local 298 for (LiveInterval *OtherLI : Assignments[C]) in runOnMachineFunction() 310 Assignments[Color].push_back(LI); in runOnMachineFunction() 321 undefInvalidDbgValues(Liveness, Assignments, DbgVRegToValues); in runOnMachineFunction()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | var-op-expand.mk | 102 # In variable assignments using the ':=' operator, undefined variables are 117 # In variable assignments using the ':=' operator, '$$' are preserved, no 127 # In variable assignments using the ':=' operator, '$$' are preserved in the 135 # In variable assignments using the ':=' operator, there may be expressions 169 # there were actually 2 assignments to different variables:
|
H A D | cmdline.mk | 40 # Variable assignments in the command line are handled differently from 41 # variable assignments in makefiles. In the command line, trailing whitespace
|
H A D | directive-export-gmake.mk | 26 # Contrary to the usual variable assignments, spaces are significant 34 # Contrary to the usual variable assignments, spaces are significant
|
H A D | varmod-assign.mk | 4 # assignments during evaluation, just like the = operator in C. 49 # Tests for nested assignments, which are hard to read and therefore seldom 112 # This differs subtly from normal assignments such as '+=' or '=', which copy
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | nvidia,tegra20-mc.txt | 13 The assignments may be found in header file <dt-bindings/memory/tegra20-mc.h> 20 The assignments may be found in header file <dt-bindings/memory/tegra20-mc.h>.
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | pmc.txt | 18 Compatibility does not include bit assignments in SCCR/PMCDR/DEVDISR; these 19 bit assignments are indicated via the sleep specifier in each device's
|
/freebsd/libexec/rc/ |
H A D | safe_eval.sh | 33 # eval variable assignments only from file 43 # eval variable assignments only from file
|
/freebsd/contrib/wpa/src/common/ |
H A D | brcm_vendor.h | 2 * Broadcom Corporation OUI and vendor specific assignments 13 * This file is a registry of identifier assignments from the Broadcom
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackSlotColoring.cpp | 139 // Assignments - Color to intervals mapping. 140 SmallVector<ColorAssignmentInfo, 16> Assignments; member in __anonb7b65c290111::StackSlotColoring 253 Assignments.resize(LastFI); in InitializeSlots() 312 if (!Assignments[Color].overlaps(li)) { in ColorSlot() 338 Assignments[Color].add(li, LIUAlloc); in ColorSlot() 559 Assignments.clear(); in runOnMachineFunction()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | meteorological | 47 # https://www.iana.org/assignments/media-types/application/grib 57 # https://www.iana.org/assignments/media-types/application/bufr
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | qcom_hidma_mgmt.txt | 9 among channels based on the priority and weight assignments. 11 There are only two priority levels and 15 weigh assignments possible.
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | environment.c | 57 * return count of environment assignments from open file F in 126 * return count of environment assignments from file and
|
/freebsd/bin/sh/tests/builtins/ |
H A D | locale1.0 | 87 # Verify that command assignments do not set the locale persistently. 119 # Assignments on special builtins are exported to that builtin; the export
|
/freebsd/sys/dev/evdev/ |
H A D | evdev_mt.c | 239 * initial search for row minima, the initial assignments are in a 248 int *r2c = buffer; /* row-to-column assignments */ in evdev_mt_matching() 249 int *red = r2c + m; /* reduced values of the assignments */ in evdev_mt_matching() 252 int *c2r = cs + n; /* column-to-row assignments in cs */ in evdev_mt_matching() 309 * squares instead of simple distances favours assignments with more uniform
|
/freebsd/contrib/bc/tests/bc/ |
H A D | all.txt | 22 assignments
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_set_syslog_enterprise_id.3 | 32 https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers
|