Home
last modified time | relevance | path

Searched full:true (Results 1 – 25 of 6766) sorted by relevance

12345678910>>...271

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.nested_neg.zcp21 if true then
22 if true then
23 if true then
24 if true then
25 if true then
26 if true then
27 if true then
28 if true then
29 if true then
30 if true then
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_010_pos.ksh67 set -A perms create true false \
68 snapshot true true \
69 send true true \
70 allow true true \
71 quota true false \
72 reservation true true \
73 dnodesize true false \
74 recordsize true false \
75 checksum true true \
76 compression true true \
[all …]
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dqcom,spmi-regulator.yaml121 vdd_l1_l7_l17_l18-supply: true
122 vdd_l2_l3_l4-supply: true
123 vdd_l5_l15_l19_l20_l21_l22-supply: true
124 vdd_l6_l8-supply: true
125 vdd_l9_l11-supply: true
126 vdd_l10_l13_l14-supply: true
127 vdd_l12_l16-supply: true
128 vdd_l23_l24-supply: true
130 "^vdd_s[1-8]-supply$": true
140 vdd_l15_l16_l17_l18_l19-supply: true
[all...]
H A Dqcom,rpmh-regulator.yaml144 vdd-l2-l3-supply: true
145 vdd-l4-l7-l8-supply: true
146 vdd-l5-l16-l17-l18-l19-supply: true
147 vdd-l10-l14-l15-supply: true
148 vdd-l11-l12-l13-supply: true
150 "^vdd-l[169]-supply$": true
151 "^vdd-s[1-5]-supply$": true
164 vdd-l1-l8-supply: true
165 vdd-l2-l3-supply: true
166 vdd-l4-l5-l6-supply: true
[all...]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_number_props.zcp28 props['used'] = {{true, nil}, {true, nil}, {true, nil}}
29 props['available'] = {{true, nil}, {nil, nil}, {true, nil}}
30 props['referenced'] = {{true, nil}, {true, nil}, {true, nil}}
31 props['compressratio'] = {{true, nil}, {true, nil}, {true, nil}}
32 props['refcompressratio'] = {{true, nil}, {true, nil}, {true, nil}}
33 props['volblocksize'] = {{nil, nil}, {nil, nil}, {true, nil}}
34 props['usedbysnapshots'] = {{true, nil}, {nil, nil}, {true, nil}}
35 props['usedbydataset'] = {{true, nil}, {nil, nil}, {true, nil}}
36 props['usedbychildren'] = {{true, nil}, {nil, nil}, {true, nil}}
37 props['usedbyrefreservation'] = {{true, nil}, {nil, nil}, {true, nil}}
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.def34 /// Unary: True if the operator can be declared as a unary operator.
36 /// Binary: True if the operator can be declared as a binary
40 /// MemberOnly: True if this operator can only be declared as a
58 OVERLOADED_OPERATOR_MULTI(New , "new" , true , true , false)
59 OVERLOADED_OPERATOR_MULTI(Delete , "delete" , true , true , false)
60 OVERLOADED_OPERATOR_MULTI(Array_New , "new[]" , true , true , false)
61 OVERLOADED_OPERATOR_MULTI(Array_Delete , "delete[]" , true , true , false)
62 OVERLOADED_OPERATOR(Plus , "+" , plus , true , true , false)
63 OVERLOADED_OPERATOR(Minus , "-" , minus , true , true , false)
64 OVERLOADED_OPERATOR(Star , "*" , star , true , true , false)
[all …]
H A DFeatures.def58 FEATURE(assume_nonnull, true)
59 FEATURE(attribute_analyzer_noreturn, true)
60 FEATURE(attribute_availability, true)
61 FEATURE(attribute_availability_with_message, true)
62 FEATURE(attribute_availability_app_extension, true)
63 FEATURE(attribute_availability_with_version_underscores, true)
64 FEATURE(attribute_availability_tvos, true)
65 FEATURE(attribute_availability_watchos, true)
66 FEATURE(attribute_availability_driverkit, true)
67 FEATURE(attribute_availability_with_strict, true)
[all …]
H A DRISCVVTypes.def37 // - IsSigned is true for vectors of signed integer elements and
40 // - IsFP is true for vectors of floating-point elements.
68 RVV_VECTOR_TYPE(Name, Id, SingletonId, NumEls, ElBits, NF, false, true, false)
73 RVV_VECTOR_TYPE(Name, Id, SingletonId, NumEls, ElBits, NF, false, false, true)
78 RVV_VECTOR_TYPE_INT("__rvv_int8mf8_t", RvvInt8mf8, RvvInt8mf8Ty, 1, 8, 1, true)
79 RVV_VECTOR_TYPE_INT("__rvv_int8mf4_t", RvvInt8mf4, RvvInt8mf4Ty, 2, 8, 1, true)
80 RVV_VECTOR_TYPE_INT("__rvv_int8mf2_t", RvvInt8mf2, RvvInt8mf2Ty, 4, 8, 1, true)
81 RVV_VECTOR_TYPE_INT("__rvv_int8m1_t", RvvInt8m1, RvvInt8m1Ty, 8, 8, 1, true)
82 RVV_VECTOR_TYPE_INT("__rvv_int8m2_t", RvvInt8m2, RvvInt8m2Ty, 16, 8, 1, true)
83 RVV_VECTOR_TYPE_INT("__rvv_int8m4_t", RvvInt8m4, RvvInt8m4Ty, 32, 8, 1, true)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td5 // True if compiling for Thumb, false for ARM.
7 "true", "Thumb mode">;
9 // True if we're using software floating point features.
11 "true", "Use software floating "
25 > : SubtargetFeature<TargetFeatureName, "Has" # Spelling, "true", Desc, Implies>
34 def FeatureFPRegs : SubtargetFeature<"fpregs", "HasFPRegs", "true",
39 def FeatureFPRegs16 : SubtargetFeature<"fpregs16", "HasFPRegs16", "true",
43 def FeatureFPRegs64 : SubtargetFeature<"fpregs64", "HasFPRegs64", "true",
47 // True if the floating point unit supports double precision.
48 def FeatureFP64 : SubtargetFeature<"fp64", "HasFP64", "true",
[all …]
H A DARMExpandPseudoInsts.cpp171 { ARM::VLD1LNq16Pseudo, ARM::VLD1LNd16, true, false, false, EvenDblSpc, 1, 4 ,true},
172 { ARM::VLD1LNq16Pseudo_UPD, ARM::VLD1LNd16_UPD, true, true, true, EvenDblSpc, 1, 4 ,true},
173 { ARM::VLD1LNq32Pseudo, ARM::VLD1LNd32, true, false, false, EvenDblSpc, 1, 2 ,true},
174 { ARM::VLD1LNq32Pseudo_UPD, ARM::VLD1LNd32_UPD, true, true, true, EvenDblSpc, 1, 2 ,true},
175 { ARM::VLD1LNq8Pseudo, ARM::VLD1LNd8, true, false, false, EvenDblSpc, 1, 8 ,true},
176 { ARM::VLD1LNq8Pseudo_UPD, ARM::VLD1LNd8_UPD, true, true, true, EvenDblSpc, 1, 8 ,true},
178 { ARM::VLD1d16QPseudo, ARM::VLD1d16Q, true, false, false, SingleSpc, 4, 4 ,false},
179 { ARM::VLD1d16QPseudoWB_fixed, ARM::VLD1d16Qwb_fixed, true, true, false, SingleSpc, 4, 4 ,false…
180 { ARM::VLD1d16QPseudoWB_register, ARM::VLD1d16Qwb_register, true, true, true, SingleSpc, 4, 4 ,fa…
181 { ARM::VLD1d16TPseudo, ARM::VLD1d16T, true, false, false, SingleSpc, 3, 4 ,false},
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DGDBRemoteSignals.cpp23 AddSignal(1, "SIGHUP", false, true, true, "hangup"); in Reset()
24 AddSignal(2, "SIGINT", true, true, true, "interrupt"); in Reset()
25 AddSignal(3, "SIGQUIT", false, true, true, "quit"); in Reset()
26 AddSignal(4, "SIGILL", false, true, true, "illegal instruction"); in Reset()
27 AddSignal(5, "SIGTRAP", true, true, true, "trace trap (not reset when caught)"); in Reset()
28 AddSignal(6, "SIGABRT", false, true, true, "abort()/IOT trap", "SIGIOT"); in Reset()
29 AddSignal(7, "SIGEMT", false, true, true, "emulation trap"); in Reset()
30 AddSignal(8, "SIGFPE", false, true, true, "floating point exception"); in Reset()
31 AddSignal(9, "SIGKILL", false, true, true, "kill"); in Reset()
32 AddSignal(10, "SIGBUS", false, true, true, "bus error"); in Reset()
[all …]
H A DLinuxSignals.cpp44 AddSignal(1, "SIGHUP", false, true, true, "hangup"); in Reset()
45 AddSignal(2, "SIGINT", true, true, true, "interrupt"); in Reset()
46 AddSignal(3, "SIGQUIT", false, true, true, "quit"); in Reset()
48 AddSignal(4, "SIGILL", false, true, true, "illegal instruction"); in Reset()
58 AddSignal(5, "SIGTRAP", true, true, true, "trace trap (not reset when caught)"); in Reset()
59 AddSignal(6, "SIGABRT", false, true, true, "abort()/IOT trap", "SIGIOT"); in Reset()
61 AddSignal(7, "SIGBUS", false, true, true, "bus error"); in Reset()
66 AddSignal(8, "SIGFPE", false, true, true, "floating point exception"); in Reset()
76 AddSignal(9, "SIGKILL", false, true, true, "kill"); in Reset()
77 AddSignal(10, "SIGUSR1", false, true, true, "user defined signal 1"); in Reset()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTargetParser.cpp62 // Don't bother listing the implicitly true features
320 Features["atomic-ds-pk-add-16-insts"] = true; in fillAMDGPUFeatureMap()
321 Features["atomic-flat-pk-add-16-insts"] = true; in fillAMDGPUFeatureMap()
322 Features["atomic-buffer-global-pk-add-f16-insts"] = true; in fillAMDGPUFeatureMap()
323 Features["atomic-global-pk-add-bf16-inst"] = true; in fillAMDGPUFeatureMap()
324 Features["atomic-fadd-rtn-insts"] = true; in fillAMDGPUFeatureMap()
325 Features["ci-insts"] = true; in fillAMDGPUFeatureMap()
326 Features["dot1-insts"] = true; in fillAMDGPUFeatureMap()
327 Features["dot2-insts"] = true; in fillAMDGPUFeatureMap()
328 Features["dot3-insts"] = true; in fillAMDGPUFeatureMap()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_allow_010_pos.ksh63 set -A perms create true false \
64 snapshot true true \
65 mount true false \
66 send true true \
67 allow true true \
68 quota true false \
69 reservation true true \
70 recordsize true false \
71 mountpoint true false \
72 checksum true true \
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAtomicOrdering.h89 /// Returns true if ao is stronger than other as defined by the AtomicOrdering
95 /* Unordered */ { true, false, false, false, false, false, false, false}, in isStrongerThan()
96 /* relaxed */ { true, true, false, false, false, false, false, false}, in isStrongerThan()
97 /* consume */ { true, true, true, false, false, false, false, false}, in isStrongerThan()
98 /* acquire */ { true, true, true, true, false, false, false, false}, in isStrongerThan()
99 /* release */ { true, true, true, false, false, false, false, false}, in isStrongerThan()
100 /* acq_rel */ { true, true, true, true, true, true, false, false}, in isStrongerThan()
101 /* seq_cst */ { true, true, true, true, true, true, true, false}, in isStrongerThan()
109 /* NotAtomic */ { true, false, false, false, false, false, false, false}, in isAtLeastOrStrongerThan()
110 /* Unordered */ { true, true, false, false, false, false, false, false}, in isAtLeastOrStrongerThan()
[all …]
/freebsd/contrib/netbsd-tests/include/
H A Dt_errno.c53 fail = true; in ATF_TC_BODY()
61 fail = true; in ATF_TC_BODY()
69 fail = true; in ATF_TC_BODY()
77 fail = true; in ATF_TC_BODY()
85 fail = true; in ATF_TC_BODY()
93 fail = true; in ATF_TC_BODY()
101 fail = true; in ATF_TC_BODY()
109 fail = true; in ATF_TC_BODY()
117 fail = true; in ATF_TC_BODY()
125 fail = true; in ATF_TC_BODY()
[all …]
/freebsd/contrib/libfido2/tools/
H A Dtest.sh124 get_assert no.tld "-t pin=true" wrap-cred /dev/null wrap-assert
129 get_assert no.tld "-t up=true" wrap-cred /dev/null wrap-assert
131 get_assert no.tld "-t up=true -t pin=true" wrap-cred /dev/null wrap-assert
136 get_assert no.tld "-t up=true -t pin=false" wrap-cred /dev/null wrap-assert
142 get_assert no.tld "-t up=false -t pin=true" wrap-cred /dev/null wrap-assert
151 get_assert no.tld "-h -t pin=true" wrap-cred hmac-salt wrap-assert
158 get_assert no.tld "-h -t up=true" wrap-cred hmac-salt wrap-assert
162 get_assert no.tld "-h -t up=true -t pin=true" wrap-cred hmac-salt wrap-assert
168 get_assert no.tld "-h -t up=true -t pin=false" wrap-cred hmac-salt wrap-assert
173 ! get_assert no.tld "-h -t up=false -t pin=true" wrap-cred hmac-salt wrap-assert
[all …]
/freebsd/bin/test/
H A Dtest.148 to true, returns a zero (true) exit status; otherwise
62 True if
67 True if
72 True if
76 True if
80 True if
84 True if
89 True if
98 True if
102 True if the length of
[all …]
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp46 return true; in verifyScalar()
53 return true; in verifyInteger()
103 if (!verifyIntegerEntry(ArgsMap, ".size", true)) in verifyKernelArgs()
105 if (!verifyIntegerEntry(ArgsMap, ".offset", true)) in verifyKernelArgs()
107 if (!verifyScalarEntry(ArgsMap, ".value_kind", true, msgpack::Type::String, in verifyKernelArgs()
110 .Case("by_value", true) in verifyKernelArgs()
111 .Case("global_buffer", true) in verifyKernelArgs()
112 .Case("dynamic_shared_pointer", true) in verifyKernelArgs()
113 .Case("sampler", true) in verifyKernelArgs()
114 .Case("image", true) in verifyKernelArgs()
[all...]
/freebsd/contrib/libcbor/
H A D.clang-format9 AlignOperands: true
10 AlignTrailingComments: true
11 AllowAllParametersOfDeclarationOnNextLine: true
15 AllowShortIfStatementsOnASingleLine: true
16 AllowShortLoopsOnASingleLine: true
19 AlwaysBreakBeforeMultilineStrings: true
20 AlwaysBreakTemplateDeclarations: true
21 BinPackArguments: true
22 BinPackParameters: true
36 SplitEmptyFunction: true
[all …]
/freebsd/sys/dev/iwn/
H A Dif_iwn_chip_cfg.h69 * only if advanced_bt_coexist is true
74 * @enhanced_TX_power : EEPROM Has advanced TX power options. Set 'True'
120 .bt_sco_disable = true, /* bt_sco_disable */
130 .no_multi_vaps = true, /* no_multi_vaps */
142 .shadow_ram_support = true, /* shadow_ram_support */
145 .bt_sco_disable = true, /* bt_sco_disable XXX unknown? */
156 .no_multi_vaps = true, /* no_multi_vaps - XXX should work on fixing! */
166 .shadow_ram_support = true,
169 .bt_sco_disable = true,
172 .enhanced_TX_power = true,
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp114 return true; in setFPMath()
118 return true; in setFPMath()
129 setFeatureEnabled(Features, "sse2", true); in initFeatureMap()
136 setFeatureEnabled(Features, F, true); in initFeatureMap()
158 HasAVX10 = true; in initFeatureMap()
160 HasAVX10_512 = true; in initFeatureMap()
172 HasAVX512F = true; in initFeatureMap()
212 Features["popcnt"] = true; in initFeatureMap()
219 Features["mmx"] = true; in initFeatureMap()
225 Features["xsave"] = true; in initFeatureMap()
[all …]
H A DAArch64.cpp61 HasDotProd = true; in setArchFeatures()
62 HasDIT = true; in setArchFeatures()
63 HasFlagM = true; in setArchFeatures()
64 HasRCPC = true; in setArchFeatures()
66 HasCCPP = true; in setArchFeatures()
67 HasCRC = true; in setArchFeatures()
68 HasLSE = true; in setArchFeatures()
69 HasRDM = true; in setArchFeatures()
72 HasWFxT = true; in setArchFeatures()
75 HasBFloat16 = true; in setArchFeatures()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.h256 ModulePass *createAMDGPUAlwaysInlinePass(bool GlobalOpt = true);
259 AMDGPUAlwaysInlinePass(bool GlobalOpt = true) : GlobalOpt(GlobalOpt) {} in GlobalOpt()
432 return true; in addrspacesMayAlias()
438 /* Flat */ {true, true, false, true, true, true, true, true, true, true}, in addrspacesMayAlias()
439 /* Global */ {true, true, false, false, true, false, true, true, true, true}, in addrspacesMayAlias()
440 … /* Region */ {false, false, true, false, false, false, false, false, false, false}, in addrspacesMayAlias()
441 … /* Group */ {true, false, false, true, false, false, false, false, false, false}, in addrspacesMayAlias()
442 /* Constant */ {true, true, false, false, false, false, true, true, true, true}, in addrspacesMayAlias()
443 … /* Private */ {true, false, false, false, false, true, false, false, false, false}, in addrspacesMayAlias()
444 /* Constant 32-bit */ {true, true, false, false, true, false, false, true, true, true}, in addrspacesMayAlias()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dst,stpmic1.yaml27 interrupt-controller: true
76 timeout-sec: true
121 regulator-name: true
122 regulator-boot-on: true
123 regulator-always-on: true
124 regulator-min-microvolt: true
125 regulator-max-microvolt: true
126 regulator-allow-bypass: true
127 regulator-over-current-protection: true
144 regulator-name: true
[all …]

12345678910>>...271