Home
last modified time | relevance | path

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

1234567891011

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunctionPointer.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()
H A DEvaluationResult.h39 Valid, // Result is valid and empty. enumerator
53 assert(Kind == Valid || Kind == Invalid); in EvaluationResult()
81 Kind = Valid; in setValid()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaUtils.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()
H A DXtensaISelDAGToDAG.cpp62 bool Valid = false; in selectMemRegAddr() local
67 Valid = isValidAddrOffset(Scale, OffsetVal); in selectMemRegAddr()
69 if (Valid) { in selectMemRegAddr()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_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/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfname.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/sys/contrib/device-tree/Bindings/mfd/
H A Dmax77693.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 …]
H A Dmax14577.txt25 Valid values:
29 Valid values:
34 stops. Valid values:
37 Valid values:
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-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 …]
H A Dlantiq,pinctrl-xway.txt38 Valid values for these names are listed below.
40 group. Valid values for function names are listed below.
42 Valid values for group and function names:
108 Valid values for these names are listed below.
115 Valid values for AMAZON pin names:
118 Valid values for DANUBE pin names:
121 Valid values for xRX100 pin names:
124 Valid values for xRX200 pin names:
127 Valid values for xRX300 pin names:
H A 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.
H A Dpinctrl-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.
H A Dqcom,pmic-mpp.txt83 this subnode. Valid pins are:
95 specified pins. Valid values are:
109 Valid values are 600, 10000 and 30000 in bidirectional mode
140 Definition: Selects the power source for the specified pins. Valid power
154 Valid values are 1-4
159 Definition: Selects the source for analog input. Valid values are
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A 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
H A Dcyttsp.txt26 Valid values: 0-15.
29 Valid values: 0-255.
32 Valid values: 0-2550
35 Valid values: 0-2550
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dad5755.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/sys/contrib/device-tree/Bindings/input/
H A 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.
H A Ddlg,da7280.txt31 Valid values: 0 - 6000000.
33 Valid values: 0 - 6000000.
35 Valid values: 0 - 252000.
38 Valid values: 0 - 1500000000.
49 Valid range: 0 - 15.
52 Valid range: 0 - 15.
55 Valid range: 0 - 15.
/freebsd/crypto/openssl/test/certs/
H A Dec_privkey_with_chain.pem10 Valid from Thu Sep 03 10:45:37 CEST 2020 to Sun Sep 01 10:45:37 CEST 2030
28 Valid from Thu Sep 03 10:45:37 CEST 2020 to Sun Sep 01 10:45:37 CEST 2030
45 Valid from Thu Sep 03 10:45:37 CEST 2020 to Sun Sep 01 10:45:37 CEST 2030
62 Valid from Thu Sep 03 10:45:37 CEST 2020 to Sun Sep 01 10:45:37 CEST 2030
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.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/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.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/sys/contrib/device-tree/Bindings/bus/
H A 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
H A 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/sys/contrib/device-tree/Bindings/usb/
H A Dgeneric.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/sys/contrib/device-tree/Bindings/sound/
H A 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)

1234567891011