Home
last modified time | relevance | path

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

12345678910>>...404

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.nested_neg.zcp22 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
31 if true then
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_010_pos.ksh68 set -A perms create true false \
69 snapshot true true \
70 send true true \
71 allow true true \
72 quota true false \
73 reservation true true \
74 dnodesize true false \
75 recordsize true false \
76 checksum true true \
77 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.yaml148 vdd-l2-l3-supply: true
149 vdd-l4-l7-l8-supply: true
150 vdd-l5-l16-l17-l18-l19-supply: true
151 vdd-l10-l14-l15-supply: true
152 vdd-l11-l12-l13-supply: true
154 "^vdd-l[169]-supply$": true
155 "^vdd-s[1-5]-supply$": true
168 vdd-l1-l8-supply: true
169 vdd-l2-l3-supply: true
170 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.zcp29 props['used'] = {{true, nil}, {true, nil}, {true, nil}}
30 props['available'] = {{true, nil}, {nil, nil}, {true, nil}}
31 props['referenced'] = {{true, nil}, {true, nil}, {true, nil}}
32 props['compressratio'] = {{true, nil}, {true, nil}, {true, nil}}
33 props['refcompressratio'] = {{true, nil}, {true, nil}, {true, nil}}
34 props['volblocksize'] = {{nil, nil}, {nil, nil}, {true, nil}}
35 props['usedbysnapshots'] = {{true, nil}, {nil, nil}, {true, nil}}
36 props['usedbydataset'] = {{true, nil}, {nil, nil}, {true, nil}}
37 props['usedbychildren'] = {{true, nil}, {nil, nil}, {true, nil}}
38 props['usedbyrefreservation'] = {{true, nil}, {nil, nil}, {true, nil}}
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTargetParser.cpp63 DefaultFeatures[FE.Key] = true; in getCPUDefaultTargetFeatures()
109 // Don't bother listing the implicitly true features
374 Features["16-bit-insts"] = true; in fillAMDGPUFeatureMap()
375 Features["ashr-pk-insts"] = true; in fillAMDGPUFeatureMap()
376 Features["atomic-buffer-pk-add-bf16-inst"] = true; in fillAMDGPUFeatureMap()
377 Features["atomic-buffer-global-pk-add-f16-insts"] = true; in fillAMDGPUFeatureMap()
378 Features["atomic-ds-pk-add-16-insts"] = true; in fillAMDGPUFeatureMap()
379 Features["atomic-fadd-rtn-insts"] = true; in fillAMDGPUFeatureMap()
380 Features["atomic-flat-pk-add-16-insts"] = true; in fillAMDGPUFeatureMap()
381 Features["atomic-global-pk-add-bf16-inst"] = true; in fillAMDGPUFeatureMap()
[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.def57 FEATURE(undefined_behavior_sanitizer_finegrained_feature_checks, true)
101 FEATURE(assume_nonnull, true)
102 FEATURE(attribute_analyzer_noreturn, true)
103 FEATURE(attribute_availability, true)
104 FEATURE(attribute_availability_with_message, true)
105 FEATURE(attribute_availability_app_extension, true)
106 FEATURE(attribute_availability_with_version_underscores, true)
107 FEATURE(attribute_availability_tvos, true)
108 FEATURE(attribute_availability_watchos, true)
109 FEATURE(attribute_availability_driverkit, 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.cpp170 { ARM::VLD1LNq16Pseudo, ARM::VLD1LNd16, true, false, false, EvenDblSpc, 1, 4 ,true},
171 { ARM::VLD1LNq16Pseudo_UPD, ARM::VLD1LNd16_UPD, true, true, true, EvenDblSpc, 1, 4 ,true},
172 { ARM::VLD1LNq32Pseudo, ARM::VLD1LNd32, true, false, false, EvenDblSpc, 1, 2 ,true},
173 { ARM::VLD1LNq32Pseudo_UPD, ARM::VLD1LNd32_UPD, true, true, true, EvenDblSpc, 1, 2 ,true},
174 { ARM::VLD1LNq8Pseudo, ARM::VLD1LNd8, true, false, false, EvenDblSpc, 1, 8 ,true},
175 { ARM::VLD1LNq8Pseudo_UPD, ARM::VLD1LNd8_UPD, true, true, true, EvenDblSpc, 1, 8 ,true},
177 { ARM::VLD1d16QPseudo, ARM::VLD1d16Q, true, false, false, SingleSpc, 4, 4 ,false},
178 { ARM::VLD1d16QPseudoWB_fixed, ARM::VLD1d16Qwb_fixed, true, true, false, SingleSpc, 4, 4 ,false…
179 { ARM::VLD1d16QPseudoWB_register, ARM::VLD1d16Qwb_register, true, true, true, SingleSpc, 4, 4 ,fa…
180 { 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.cpp101 ADD_LINUX_SIGNAL(1, "SIGHUP", false, true, true, "hangup"); in Reset()
102 ADD_LINUX_SIGNAL(2, "SIGINT", true, true, true, "interrupt"); in Reset()
103 ADD_LINUX_SIGNAL(3, "SIGQUIT", false, true, true, "quit"); in Reset()
105 ADD_LINUX_SIGNAL(4, "SIGILL", false, true, true, "illegal instruction"); in Reset()
115 …ADD_LINUX_SIGNAL(5, "SIGTRAP", true, true, true, "trace trap (not reset when cau… in Reset()
116 ADD_LINUX_SIGNAL(6, "SIGABRT", false, true, true, "abort()/IOT trap", "SIGIOT"); in Reset()
118 ADD_LINUX_SIGNAL(7, "SIGBUS", false, true, true, "bus error"); in Reset()
123 ADD_LINUX_SIGNAL(8, "SIGFPE", false, true, true, "floating point exception"); in Reset()
133 ADD_LINUX_SIGNAL(9, "SIGKILL", false, true, true, "kill"); in Reset()
134 ADD_LINUX_SIGNAL(10, "SIGUSR1", false, true, true, "user defined signal 1"); in Reset()
[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/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/contrib/libfido2/tools/
H A Dtest.sh129 get_assert no.tld "-t pin=true" wrap-cred /dev/null wrap-assert
134 get_assert no.tld "-t up=true" wrap-cred /dev/null wrap-assert
136 get_assert no.tld "-t up=true -t pin=true" wrap-cred /dev/null wrap-assert
141 get_assert no.tld "-t up=true -t pin=false" wrap-cred /dev/null wrap-assert
147 get_assert no.tld "-t up=false -t pin=true" wrap-cred /dev/null wrap-assert
156 get_assert no.tld "-h -t pin=true" wrap-cred hmac-salt wrap-assert
163 get_assert no.tld "-h -t up=true" wrap-cred hmac-salt wrap-assert
167 get_assert no.tld "-h -t up=true -t pin=true" wrap-cred hmac-salt wrap-assert
173 get_assert no.tld "-h -t up=true -t pin=false" wrap-cred hmac-salt wrap-assert
178 get_assert no.tld "-h -t up=false -t pin=true" wrap-cred hmac-salt wrap-assert && exit 1
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp143 return true; in setFPMath()
147 return true; in setFPMath()
158 setFeatureEnabled(Features, "sse2", true); in initFeatureMap()
165 setFeatureEnabled(Features, F, true); in initFeatureMap()
187 HasAVX10 = true; in initFeatureMap()
189 HasAVX10_512 = true; in initFeatureMap()
201 HasAVX512F = true; in initFeatureMap()
241 Features["popcnt"] = true; in initFeatureMap()
248 Features["mmx"] = true; in initFeatureMap()
254 Features["xsave"] = true; in initFeatureMap()
[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/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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.h277 ModulePass *createAMDGPUAlwaysInlinePass(bool GlobalOpt = true);
280 AMDGPUAlwaysInlinePass(bool GlobalOpt = true) : GlobalOpt(GlobalOpt) {} in GlobalOpt()
374 static bool isRequired() { return true; } in isRequired()
394 static bool isRequired() { return true; } in isRequired()
408 static bool isRequired() { return true; } in isRequired()
415 static bool isRequired() { return true; } in isRequired()
563 return true; in addrspacesMayAlias()
568 /* Flat */ {true, true, false, true, true, true, true, true, true, true}, in addrspacesMayAlias()
569 /* Global */ {true, true, false, false, true, false, true, true, true, true}, in addrspacesMayAlias()
570 … /* Region */ {false, false, true, false, false, false, false, false, false, false}, in addrspacesMayAlias()
[all …]
H A DAMDGPU.td28 "true",
34 "true",
40 "true",
46 "true",
52 "true",
58 "true",
64 "true",
70 "true",
76 "true",
82 "true",
[all …]

12345678910>>...404