Home
last modified time | relevance | path

Searched full:boolean (Results 1 – 25 of 1810) sorted by relevance

12345678910>>...73

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h1 //===--- Boolean.h - Wrapper for boolean types for the VM -------*- C++ -*-===//
24 /// Wrapper around boolean types.
25 class Boolean final {
27 /// Underlying boolean.
31 /// Zero-initializes a boolean.
32 Boolean() : V(false) {} in Boolean() function
33 explicit Boolean(bool V) : V(V) {} in Boolean() function
35 bool operator<(Boolean RHS) const { return V < RHS.V; }
36 bool operator>(Boolean RHS) const { return V > RHS.V; }
37 bool operator<=(Boolean RHS) const { return V <= RHS.V; }
[all …]
/freebsd/stand/efi/include/
H A Defipxebc.h184 BOOLEAN AcceptAnyResponse;
190 BOOLEAN UseMCast;
191 BOOLEAN UseBCast;
192 BOOLEAN UseUCast;
193 BOOLEAN MustUseList;
231 BOOLEAN Started;
232 BOOLEAN Ipv6Available;
233 BOOLEAN Ipv6Supported;
234 BOOLEAN UsingIpv6;
235 BOOLEAN BisSupported;
[all …]
H A Defitcp.h25 BOOLEAN UseDefaultAddress;
31 BOOLEAN ActiveFlag;
45 BOOLEAN EnableNagle;
46 BOOLEAN EnableTimeStamp;
47 BOOLEAN EnableWindowScaling;
48 BOOLEAN EnableSelectiveAck;
49 BOOLEAN EnablePAthMtuDiscovery;
101 IN BOOLEAN DeleteRoute,
145 BOOLEAN UrgentFlag;
152 BOOLEAN Push;
[all …]
H A Defiip.h38 BOOLEAN AcceptAnyProtocol;
39 BOOLEAN AcceptIcmpErrors;
40 BOOLEAN AcceptBroadcast;
41 BOOLEAN AcceptPromiscuous;
42 BOOLEAN UseDefaultAddress;
47 BOOLEAN DoNotFragment;
48 BOOLEAN RawData;
65 BOOLEAN IsStarted;
68 BOOLEAN IsConfigured;
97 IN BOOLEAN JoinFlag,
[all …]
H A Defiudp.h26 BOOLEAN AcceptBroadcast;
27 BOOLEAN AcceptPromiscuous;
28 BOOLEAN AcceptAnyPort;
29 BOOLEAN AllowDuplicatePort;
32 BOOLEAN DoNotFragment;
35 BOOLEAN UseDefaultAddress;
64 IN BOOLEAN JoinFlag,
72 IN BOOLEAN DeleteRoute,
160 BOOLEAN AcceptPromiscuous;
161 BOOLEAN AcceptAnyPort;
[all …]
H A Defidef.h33 typedef UINT8 BOOLEAN; typedef
37 #define TRUE ((BOOLEAN) 1)
38 #define FALSE ((BOOLEAN) 0)
128 BOOLEAN EnableUnicastReceive;
129 BOOLEAN EnableMulticastReceive;
130 BOOLEAN EnableBroadcastReceive;
131 BOOLEAN EnablePromiscuousReceive;
132 BOOLEAN FlushQueuesOnReset;
133 BOOLEAN EnableReceiveTimestamps;
134 BOOLEAN DisableBackgroundPolling;
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpincfg-node.yaml22 type: boolean
26 type: boolean
30 type: boolean
35 - type: boolean
42 - type: boolean
49 - type: boolean
56 - type: boolean
64 - type: boolean
71 type: boolean
82 type: boolean
[all …]
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslglobal.h295 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_DoCompile, TRUE);
296 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_DoSignon, TRUE);
297 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_PreprocessOnly, FALSE);
298 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_PreprocessFlag, TRUE);
299 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_DisassembleAll, FALSE);
300 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_UseDefaultAmlFilename, TRUE);
301 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_MapfileFlag, FALSE);
302 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_NsOutputFlag, FALSE);
303 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_PreprocessorOutputFlag, FALSE);
304 ASL_EXTERN BOOLEAN ASL_INIT_GLOBAL (AslGbl_KeepPreprocessorTempFile, FALSE);
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td4 def InjectLocalVars : Property<"inject-local-vars", "Boolean">,
14 def MoveToNearestCode: Property<"move-to-nearest-code", "Boolean">,
40 def EnableSynthetic: Property<"enable-synthetic-value", "Boolean">,
43 def SkipPrologue: Property<"skip-prologue", "Boolean">,
49 def AutoSourceMapRelative: Property<"auto-source-map-relative", "Boolean">,
61 def AutoImportClangModules: Property<"auto-import-clang-modules", "Boolean">,
73 def AutoApplyFixIts: Property<"auto-apply-fixits", "Boolean">,
79 def NotifyAboutFixIts: Property<"notify-about-fixits", "Boolean">,
85 …riableValuesWithLeadingZeroes: Property<"show-hex-variable-values-with-leading-zeroes", "Boolean">,
104 def BreakpointUseAvoidList: Property<"breakpoints-use-platform-avoid-list", "Boolean">,
[all …]
/freebsd/crypto/libecc/
H A Dmeson.options2 option('use_external_rand', type: 'boolean', value: false, description: 'use external get_random() …
3 option('use_external_print', type: 'boolean', value: false, description: 'use external ext_printf()…
4 option('use_external_time', type: 'boolean', value: false, description: 'use external get_ms_time()…
5 option('with_tests', type: 'boolean', value: false, description: 'enable test suites support')
8 option('with_stdlib', type: 'boolean', value : true, description: 'trigger stdlib usage (default to…
9 option('with_debug', type: 'boolean', value : false, description: 'activate libecc debug assertions…
10 option('use_cryptofuzz', type: 'boolean', value : false, description: 'activate cryptofuzz fuzzing …
11 option('assert_print', type: 'boolean', value : false, description: 'activate printing on assertion…
12 option('no_warn_unused_ret', type: 'boolean', value : false, description: 'do not trigger a warning…
15 option('with_sig_blinding', type: 'boolean', value: false, description: 'blind signature against so…
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dsnps,dwc3.yaml115 type: boolean
119 type: boolean
124 type: boolean
130 type: boolean
136 type: boolean
140 type: boolean
148 type: boolean
152 type: boolean
157 type: boolean
163 type: boolean
[all …]
H A Dusb251xb.yaml84 (boolean, default is self-powered)
90 (boolean, default is self-powered)
95 disable USB Hi-Speed support (boolean)
101 (boolean, default is multi-tt)
107 (boolean, default is multi-tt)
112 disable End of Packet generation in full-speed mode (boolean)
118 (boolean, default is individual)
124 (boolean, default is individual)
129 select port power switching mode (boolean, default is individual)
134 select port power switching mode (boolean, default is individual)
[all …]
H A Dusb251xb.txt25 (boolean, default is self-powered)
26 - disable-hi-speed : disable USB Hi-Speed support (boolean)
28 (boolean, default is multi-tt)
29 - disable-eop : disable End of Packet generation in full-speed mode (boolean)
31 mode (boolean, default is individual)
33 (boolean, default is individual)
35 operation if the local power source is removed or unavailable (boolean)
39 - compound-device : indicate the hub is part of a compound device (boolean)
40 - port-mapping-mode : enable port mapping mode (boolean)
42 (boolean, default is speed mode)
/freebsd/contrib/libucl/tests/schema/
H A Dtype.json32 "description": "a boolean is not an integer",
73 "description": "a boolean is not a number",
114 "description": "a boolean is not a string",
155 "description": "a boolean is not an object",
196 "description": "a boolean is not an array",
208 "description": "boolean type matches booleans",
209 "schema": {"type": "boolean"},
212 "description": "an integer is not a boolean",
217 "description": "a float is not a boolean",
222 "description": "a string is not a boolean",
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/
H A Dadi,ad74115.yaml109 type: boolean
114 type: boolean
120 type: boolean
126 type: boolean
130 type: boolean
134 type: boolean
152 type: boolean
160 type: boolean
164 type: boolean
168 type: boolean
[all...]
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DInterpreterProperties.td4 def ExpandRegexAliases: Property<"expand-regex-aliases", "Boolean">,
8 def PromptOnQuit: Property<"prompt-on-quit", "Boolean">,
12 def SaveTranscript: Property<"save-transcript", "Boolean">,
16 def SaveSessionOnQuit: Property<"save-session-on-quit", "Boolean">,
20 def OpenTranscriptInEditor: Property<"open-transcript-in-editor", "Boolean">,
27 def StopCmdSourceOnError: Property<"stop-command-source-on-error", "Boolean">,
31 def SpaceReplPrompts: Property<"space-repl-prompts", "Boolean">,
35 def EchoCommands: Property<"echo-commands", "Boolean">,
39 def EchoCommentCommands: Property<"echo-comment-commands", "Boolean">,
43 def RepeatPreviousCommand: Property<"repeat-previous-command", "Boolean">,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dti,gpmc-child.yaml126 # Boolean timing parameters. If property is present, parameter is enabled
130 type: boolean
134 type: boolean
140 type: boolean
146 type: boolean
150 type: boolean
154 type: boolean
158 type: boolean
186 type: boolean
190 type: boolean
[all …]
/freebsd/lib/libefivar/
H A Defivar-dp-format.c136 IN BOOLEAN DisplayOnly, in DevPathToTextPci()
137 IN BOOLEAN AllowShortcuts in DevPathToTextPci()
163 IN BOOLEAN DisplayOnly, in DevPathToTextPccard()
164 IN BOOLEAN AllowShortcuts in DevPathToTextPccard()
190 IN BOOLEAN DisplayOnly, in DevPathToTextMemMap()
191 IN BOOLEAN AllowShortcuts in DevPathToTextMemMap()
223 IN BOOLEAN DisplayOnly, in DevPathToTextVendor()
224 IN BOOLEAN AllowShortcuts in DevPathToTextVendor()
354 IN BOOLEAN DisplayOnly, in DevPathToTextController()
355 IN BOOLEAN AllowShortcuts in DevPathToTextController()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadi,adrf6780.yaml45 type: boolean
51 type: boolean
57 type: boolean
63 type: boolean
70 type: boolean
77 type: boolean
83 type: boolean
89 type: boolean
95 type: boolean
101 type: boolean
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dmax8973-regulator.txt15 -maxim,externally-enable: boolean, externally control the regulator output
22 -maxim,enable-remote-sense: boolean, enable reote sense.
23 -maxim,enable-falling-slew-rate: boolean, enable falling slew rate.
24 -maxim,enable-active-discharge: boolean: enable active discharge.
25 -maxim,enable-frequency-shift: boolean, enable 9% frequency shift.
26 -maxim,enable-bias-control: boolean, enable bias control. By enabling this
28 -maxim,enable-etr: boolean, enable Enhanced Transient Response.
29 -maxim,enable-high-etr-sensitivity: boolean, Enhanced transient response
H A Dmaxim,max8973.yaml43 type: boolean
54 type: boolean
58 type: boolean
62 type: boolean
66 type: boolean
70 type: boolean
75 type: boolean
79 type: boolean
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DSolver.h32 /// Indicates that there exists a satisfying assignment for a boolean
36 /// Indicates that there is no satisfying assignment for a boolean
41 /// assignment for a boolean formula.
45 /// A boolean value is set to true or false in a truth assignment.
48 /// Constructs a result indicating that the queried boolean formula is
54 /// Constructs a result indicating that the queried boolean formula is
59 /// queried boolean formula was not completed.
62 /// Returns the status of satisfiability checking on the queried boolean
66 /// Returns a truth assignment to boolean values that satisfies the queried
67 /// boolean formula if available. Otherwise, an empty optional is returned.
/freebsd/sys/contrib/dev/acpica/include/
H A Dacglobal.h217 ACPI_GLOBAL (BOOLEAN, AcpiGbl_GlobalLockAcquired);
218 ACPI_GLOBAL (BOOLEAN, AcpiGbl_GlobalLockPresent);
219 ACPI_GLOBAL (BOOLEAN, AcpiGbl_GlobalLockPending);
255 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_Shutdown, TRUE);
256 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_EarlyInitialization, TRUE);
277 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_NamespaceInitialized, FALSE);
286 ACPI_GLOBAL (BOOLEAN, AcpiGbl_StepToNextCall);
287 ACPI_GLOBAL (BOOLEAN, AcpiGbl_AcpiHardwarePresent);
288 ACPI_GLOBAL (BOOLEAN, AcpiGbl_EventsInitialized);
307 ACPI_GLOBAL (BOOLEAN, AcpiGbl_DisplayFinalMemStats);
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs626a.yaml49 type: boolean
53 type: boolean
75 type: boolean
79 type: boolean
111 type: boolean
115 type: boolean
121 type: boolean
178 type: boolean
184 type: boolean
190 type: boolean
[all …]
H A Diqs269a.yaml41 type: boolean
60 type: boolean
71 type: boolean
143 type: boolean
147 type: boolean
151 type: boolean
155 type: boolean
167 type: boolean
186 type: boolean
202 type: boolean
[all...]

12345678910>>...73