Home
last modified time | relevance | path

Searched refs:Valid (Results 1 – 25 of 258) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDFunctionPointer.h23 bool Valid; variable
26 FunctionPointer(const Function *Func) : Func(Func), Valid(true) { in FunctionPointer()
31 : Func(reinterpret_cast<const Function *>(IntVal)), Valid(false) {} in Func()
35 bool isValid() const { return Valid; } in isValid()
37 if (!Func || !Valid) in isWeak()
48 if (!Valid) in toAPValue()
59 if (Func && Valid) in print()
HDEvaluationResult.h39 Valid, // Result is valid and empty. enumerator
53 assert(Kind == Valid || Kind == Invalid); in EvaluationResult()
81 Kind = Valid; in setValid()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaUtils.cpp18 bool Valid = false; in isValidAddrOffset() local
22 Valid = (OffsetVal >= 0 && OffsetVal <= 255); in isValidAddrOffset()
25 Valid = (OffsetVal >= 0 && OffsetVal <= 510) && ((OffsetVal & 0x1) == 0); in isValidAddrOffset()
28 Valid = (OffsetVal >= 0 && OffsetVal <= 1020) && ((OffsetVal & 0x3) == 0); in isValidAddrOffset()
33 return Valid; in isValidAddrOffset()
HDXtensaISelDAGToDAG.cpp62 bool Valid = false; in selectMemRegAddr() local
67 Valid = isValidAddrOffset(Scale, OffsetVal); in selectMemRegAddr()
69 if (Valid) { in selectMemRegAddr()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_recursion_guard.h35 const bool Valid; variable
39 : Running(R), Valid(!atomic_exchange(&R, 1, memory_order_acq_rel)) {} in RecursionGuard()
46 explicit inline operator bool() const { return Valid; }
49 if (Valid) in ~RecursionGuard()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIterator.h33 const bool Valid; member
39 : Cont(C), Valid(V), Offset(Of) {} in IteratorPosition()
43 bool isValid() const { return Valid; } in isValid()
55 return IteratorPosition(Cont, Valid, NewOf); in setTo()
59 return IteratorPosition(NewCont, Valid, Offset); in reAssign()
63 return Cont == X.Cont && Valid == X.Valid && Offset == X.Offset;
70 ID.AddInteger(Valid); in Profile()
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
HDnsxfname.c409 UINT16 Valid = 0; in AcpiGetObjectInfo() local
470 Valid |= ACPI_VALID_HID; in AcpiGetObjectInfo()
479 Valid |= ACPI_VALID_UID; in AcpiGetObjectInfo()
490 Valid |= ACPI_VALID_CID; in AcpiGetObjectInfo()
499 Valid |= ACPI_VALID_CLS; in AcpiGetObjectInfo()
534 Valid |= ACPI_VALID_ADR; in AcpiGetObjectInfo()
544 Valid |= ACPI_VALID_SXWS; in AcpiGetObjectInfo()
554 Valid |= ACPI_VALID_SXDS; in AcpiGetObjectInfo()
624 Info->Valid = Valid; in AcpiGetObjectInfo()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/mfd/
HDmax77693.txt53 Valid values: 3650000 - 4400000, step by 25000 (rounded down)
57 Valid values: 3000000 - 3700000, step by 100000 (rounded down)
63 Valid values: 70, 85, 100, 115
68 Valid values: 2000000 - 3500000, step by 250000 (rounded down)
75 Valid values: 4300000, 4700000, 4800000, 4900000
99 Valid values: 3300 - 5500, step by 25 (rounded down)
104 Valid values: 2400 - 3400, step by 33 (rounded down)
111 Valid values for a LED connected to one FLED output:
113 Valid values for a LED connected to both FLED outputs:
116 Valid values for a single LED connected to one FLED output
[all …]
/freebsd-13-stable/sys/contrib/device-tree/Bindings/pinctrl/
HDpinctrl-mt7622.txt45 Valid values for these names are listed below.
47 group. Valid values for function names are listed below.
56 Valid values for these names are listed below.
58 Valid values for these names are listed below.
65 Valid arguments for 'slew-rate' are '0' for no slew rate controlled and '1' for
67 Valid arguments for 'drive-strength', 4, 8, 12, or 16 in mA.
74 cycle when asserted (high pulse width adjustment). Valid arguments are from 0
77 cycle when asserted (high pulse width adjustment). Valid arguments are from 0
80 == Valid values for pins, function and groups on MT7622 ==
82 Valid values for pins are:
[all …]
Dlantiq,pinctrl-xway.txt42 Valid values for these names are listed below.
44 group. Valid values for function names are listed below.
46 Valid values for group and function names:
135 Valid values for these names are listed below.
142 Valid values for XWAY pin names: (DEPRECATED: Use DANUBE)
145 Valid values for XR9 pin names: (DEPRECATED: Use xrX100/xRX200)
148 Valid values for AMAZON pin names:
151 Valid values for DANUBE pin names:
154 Valid values for xRX100 pin names:
157 Valid values for xRX200 pin names:
[all …]
Dlantiq,pinctrl-falcon.txt33 Valid values for these names are listed below.
35 group. Valid values for function names are listed below.
37 Valid values for group and function names:
51 Valid values for these names are listed below.
HDpinctrl-max77620.txt23 - pins: List of pins. Valid values of pins properties are:
37 Valid values for function properties are:
48 active state. Valid values are:
67 Valid values are 0 to 7.
74 Valid values are 0 to 7.
Dqcom,pmic-mpp.txt81 this subnode. Valid pins are:
93 specified pins. Valid values are:
107 Valid values are 600, 10000 and 30000 in bidirectional mode
138 Definition: Selects the power source for the specified pins. Valid power
152 Valid values are 1-4
157 Definition: Selects the source for analog input. Valid values are
HDpinctrl-mt6797.txt46 Valid arguments for 'slew-rate' are '0' for no slew rate controlled and
47 '1' for slower slew rate respectively. Valid arguments for 'drive-strength'
53 duty cycle when asserted (high pulse width adjustment). Valid arguments
56 duty cycle when asserted (high pulse width adjustment). Valid arguments
/freebsd-13-stable/sys/contrib/device-tree/Bindings/input/touchscreen/
Dbrcm,iproc-touchscreen.txt18 - scanning_period: Time between scans. Each step is 1024 us. Valid 1-256.
19 - debounce_timeout: Each step is 512 us. Valid 0-255
23 Valid values: 0-11
38 Valid values 0-255.
41 Valid values 0-7
52 Valid values 0-31
HDcyttsp.txt26 Valid values: 0-15.
29 Valid values: 0-255.
32 Valid values: 0-2550
35 Valid values: 0-2550
/freebsd-13-stable/sys/contrib/device-tree/Bindings/iio/dac/
HDad5755.txt24 Valid values for DC DC Phase control is:
33 Valid values for DC DC frequency is [Hz]:
38 Valid values for the maximum allowed Vboost voltage supplied by
47 Valid values for DAC modes is:
61 Valid values for the slew rate update frequency:
79 Valid values for the step size LSBs:
/freebsd-13-stable/sys/contrib/device-tree/Bindings/input/
Dmicrochip,qt1050.txt26 - reg: The key number. Valid values: 0, 1, 2, 3, 4.
36 Valid value range: 0 - 637500; values must be a multiple of 2500;
40 Valid values: 1, 4, 16, 64, 256, 1024, 4096, 16384; default is 1.
43 Valid values: 1, 2, 4, 8, 16, 32, 64, 128; default is 1.
46 Valid value range: 0 - 255; default is 20.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDCppModuleConfiguration.cpp109 if (!m_c_inc.Valid() || !m_std_inc.Valid()) in hasValidConfig()
152 if (m_c_target_inc.Valid()) in CppModuleConfiguration()
154 if (m_std_target_inc.Valid()) in CppModuleConfiguration()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDInstructionCost.h35 Valid, /// < The cost value represents a valid cost, even when the enumerator
54 CostState State = Valid;
69 InstructionCost(CostType Val) : Value(Val), State(Valid) {} in InstructionCost()
79 bool isValid() const { return State == Valid; } in isValid()
80 void setValid() { State = Valid; } in setValid()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/bus/
Dnvidia,tegra20-gmi.txt57 bus. Valid values are 0-15, default is 1
60 (in case of MASTER Request). Valid values are 0-15, default is 1
62 Valid values are 0-15, default is 1.
64 Valid values are 0-15, default is 4
66 Valid values are 0-15, default is 1
68 Valid values are 0-255, default is 1
70 Valid values are 0-255, default is 3
Dqcom,ebi2.txt80 CS or read followed by write on the same CS. Valid values 0 thru 15. Minimum
85 stays active for 1 extra cycle etc. Valid values 0 thru 15.
87 the first write to a page or burst memory. Valid values 0 thru 255.
89 first read to a page or burst memory. Valid values 0 thru 255.
91 cycle. Valid values 0 thru 15.
93 cycle. Valid values 0 thru 15.
101 2 means 2 cycles between ADV and OE. Valid values 0, 1, 2 or 3.
104 assertion to OE assertion. Valid values 0 thru 15.
/freebsd-13-stable/sys/contrib/device-tree/Bindings/usb/
HDgeneric.txt5 speed. Valid arguments are "super-speed-plus",
11 particular mode. Valid arguments are "host",
17 selected. Valid arguments are "utmi" and "utmi_wide".
40 role is USB_ROLE_NONE. Valid arguments are "host" and
/freebsd-13-stable/sys/contrib/device-tree/Bindings/sound/
Dbrcm,cygnus-audio.txt9 Valid names are "aud" and "i2s_in". "aud" contains a
19 Valid names are "ch0_audio", "ch1_audio", "ch2_audio"
24 Valid value are 0, 1, 2, or 3 (for spdif)
/freebsd-13-stable/sys/contrib/device-tree/Bindings/leds/
HDleds-is31fl319x.txt17 Valid values: 0 - 21, step by 3 (rounded down)
25 Valid values: 1 - number of leds supported by the chip variant.
32 Valid values: 5000 - 40000, step by 5000 (rounded down)

1234567891011