Home
last modified time | relevance | path

Searched full:applied (Results 1 – 25 of 1280) sorted by relevance

12345678910>>...52

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h421 bool applied = false; in applyIf() local
428 applied = true; in applyIf()
431 return applied; in applyIf()
444 // given clause may be applied. If there are no such directives, or in applyClause()
449 // S the clause is applied to that specific construct. (p339, 31-33) in applyClause()
461 // (35) The collapse clause is applied once to the combined or composite
487 // (1) The effect of the 1 private clause is as if it is applied only to the
502 // (3) The effect of the firstprivate clause is as if it is applied to one or
519 // effect is not as if the firstprivate clause is applied to it by the above
521 // applied to the parallel construct.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h13 // all changes must be applied at once at the end of the refactoring so that
113 /// Returns whether this replacement can be applied to a file.
115 /// Only replacements that are in a valid file can be applied.
233 /// order-dependent replacements are applied, use merge({R}) with R referring
237 /// replacement that is applied later still refers to the original code.
270 // Returns the new offset in the code after replacements being applied.
298 // applied.
304 // applied.
327 /// replacements are applied successfully, this returns the code with
328 /// replacements applied; otherwise, an llvm::Error carrying llvm::StringError
[all …]
/freebsd/contrib/libpcap/
H A Dgrammar.y.in468 bpf_set_error(cstate, "'port' modifier applied to IP address and prefix length");
471 bpf_set_error(cstate, "'portrange' modifier applied to IP address and prefix length");
474 bpf_set_error(cstate, "'proto' modifier applied to IP address and prefix length");
477 bpf_set_error(cstate, "'protochain' modifier applied to IP address and prefix length");
487 bpf_set_error(cstate, "'port' modifier applied to IP address and netmask");
490 bpf_set_error(cstate, "'portrange' modifier applied to IP address and netmask");
493 bpf_set_error(cstate, "'proto' modifier applied to IP address and netmask");
496 bpf_set_error(cstate, "'protochain' modifier applied to IP address and netmask");
506 bpf_set_error(cstate, "'port' modifier applied to IP address");
509 bpf_set_error(cstate, "'portrange' modifier applied to IP address");
[all …]
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dnxp,imx95-scmi-pinctrl.yaml44 "mux_val" indicates the mux value to be applied.
46 "input_val" indicates the select input value to be applied.
48 "pad_setting" indicates the pad configuration value to be applied.
/freebsd/sbin/devfs/
H A Ddevfs.885 all the rules in the ruleset associated with each mount-point are applied
125 .Dq applied
291 unless this rule (or ruleset) is explicitly applied (see below).
329 this rule is never applied automatically (unless ruleset 20 becomes
337 mount-point; the rules are still applied:
343 will be applied to all nodes:
/freebsd/share/man/man4/
H A Dcc_newreno.465 Multiplicative window decrease factor, specified as a percentage, applied to
70 Multiplicative window decrease factor, specified as a percentage, applied to
98 Multiplicative window decrease factor, specified as a percentage, applied to
103 Multiplicative window decrease factor, specified as a percentage, applied to
/freebsd/usr.bin/patch/
H A Dpatch.169 normal diffs are applied directly by the
139 to remove output files that are empty after the patches have been applied.
189 to ignore patches that it thinks are reversed or already applied.
259 will reverse the hunk to see if it can be applied that way.
263 If it cannot, the patch will continue to be applied normally.
562 diff is applied, then
567 whether they already applied the patch.
667 applied to exactly the same version of the file that the patch was
688 If you apply a patch you have already applied,
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dfsl,imx8mm-pinctrl.yaml50 "mux_val" indicates the mux value to be applied.
52 "input_val" indicates the select input value to be applied.
54 "pad_setting" indicates the pad configuration value to be applied.
H A Dfsl,imx8mn-pinctrl.yaml50 "mux_val" indicates the mux value to be applied.
52 "input_val" indicates the select input value to be applied.
54 "pad_setting" indicates the pad configuration value to be applied.
H A Dfsl,imx8mp-pinctrl.yaml50 "mux_val" indicates the mux value to be applied.
52 "input_val" indicates the select input value to be applied.
54 "pad_setting" indicates the pad configuration value to be applied.
H A Dfsl,imx8mq-pinctrl.yaml50 "mux_val" indicates the mux value to be applied.
52 "input_val" indicates the select input value to be applied.
54 "pad_setting" indicates the pad configuration value to be applied.
H A Dfsl,imx93-pinctrl.yaml53 "mux_val" indicates the mux value to be applied.
55 "input_val" indicates the select input value to be applied.
57 "pad_setting" indicates the pad configuration value to be applied.
H A Dfsl,imxrt1050.yaml51 "mux_val" indicates the mux value to be applied.
53 "input_val" indicates the select input value to be applied.
55 "pad_setting" indicates the pad configuration value to be applied.
H A Dfsl,imxrt1170.yaml51 "mux_val" indicates the mux value to be applied.
53 "input_val" indicates the select input value to be applied.
55 "pad_setting" indicates the pad configuration value to be applied.
H A Dfsl,imx8ulp-pinctrl.yaml48 "mux_mode" indicates the mux value to be applied.
50 "input_val" indicates the select input value to be applied.
52 "pad_setting" indicates the pad configuration value to be applied.
H A Dfsl,imx8m-pinctrl.yaml55 "mux_val" indicates the mux value to be applied.
57 "input_val" indicates the select input value to be applied.
60 applied.
H A Dfsl,imx9-pinctrl.yaml55 "mux_val" indicates the mux value to be applied.
57 "input_val" indicates the select input value to be applied.
59 "pad_setting" indicates the pad configuration value to be applied.
H A Dfsl,imx7d-pinctrl.yaml59 "mux_val" indicates the mux value to be applied.
61 "input_val" indicates the select input value to be applied.
63 "pad_setting" indicates the pad configuration value to be applied.
H A Dfsl,imx6ul-pinctrl.yaml55 "mux_val" indicates the mux value to be applied.
57 "input_val" indicates the select input value to be applied.
59 "pad_setting" indicates the pad configuration value to be applied:
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdaterImpl.h88 // Because it is illegal to submit updates that have already been applied in applyUpdatesPermissive()
98 // 1. it is illegal to submit updates that have already been applied, in applyUpdatesPermissive()
216 OS << "Applied but not cleared DomTreeUpdates:\n"; in dump()
226 OS << "Applied but not cleared PostDomTreeUpdates:\n"; in dump()
253 // Only apply updates not are applied by DomTree. in applyDomTreeUpdates()
270 // Only apply updates not are applied by PostDomTree. in applyPostDomTreeUpdates()
335 // Drop all updates applied by both trees. in dropOutOfDateUpdates()
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Diqs5xx.txt45 - touchscreen-inverted-x : See [2]. Inversion is applied relative to that
49 - touchscreen-inverted-y : See [2]. Inversion is applied relative to that
53 - touchscreen-swapped-x-y : See [2]. Swapping is applied relative to that
/freebsd/share/man/man7/
H A Dsizeof.742 operator cannot be applied to incomplete types and expressions
94 When applied to a simple variable or data type,
149 When applied to a struct or union,
206 When applied to a struct containing a flexible array
/freebsd/stand/lua/
H A Dcolor.lua.8103 applied.
108 no attributes applied.
116 attribute applied before it and reset after it.
/freebsd/sys/contrib/openzfs/man/man5/
H A Dvdev_id.conf.585 then the mapping is only applied to slots in the named channel,
86 otherwise the mapping is applied to all channels.
92 In this way a custom mapping may be applied to a particular channel
93 and a default mapping applied to the others.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h143 /// The methods call each other in case multiple transformations are applied
144 /// to a loop. The transformation first to be applied will use LoopID of the
202 /// This stack can be used to prepare attributes which are applied when a loop
212 /// applied to the loop and then cleared.
217 /// The staged attributes are applied to the loop and then cleared.
305 /// The set of attributes that will be applied to the next pushed loop.

12345678910>>...52