Home
last modified time | relevance | path

Searched refs:Multiple (Results 1 – 25 of 154) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
HDBreakpadRecords.cpp269 static bool parsePublicOrFunc(llvm::StringRef Line, bool &Multiple, in parsePublicOrFunc() argument
283 Multiple = Str == "m"; in parsePublicOrFunc()
285 if (Multiple) in parsePublicOrFunc()
308 bool Multiple; in parse() local
312 if (parsePublicOrFunc(Line, Multiple, Address, &Size, ParamSize, Name)) in parse()
313 return FuncRecord(Multiple, Address, Size, ParamSize, Name); in parse()
319 return L.Multiple == R.Multiple && L.Address == R.Address && in operator ==()
325 R.Multiple ? "m " : "", R.Address, R.Size, in operator <<()
417 bool Multiple; in parse() local
421 if (parsePublicOrFunc(Line, Multiple, Address, nullptr, ParamSize, Name)) in parse()
[all …]
HDBreakpadRecords.h124 FuncRecord(bool Multiple, lldb::addr_t Address, lldb::addr_t Size, in FuncRecord() argument
126 : Record(Module), Multiple(Multiple), Address(Address), Size(Size), in FuncRecord()
129 bool Multiple; variable
179 PublicRecord(bool Multiple, lldb::addr_t Address, lldb::addr_t ParamSize, in PublicRecord() argument
181 : Record(Module), Multiple(Multiple), Address(Address), in PublicRecord()
184 bool Multiple; variable
/freebsd-13-stable/sys/contrib/zstd/examples/
HDREADME.md14 - [Multiple simple compression](multiple_simple_compression.c) :
28 - [Multiple Streaming compression](multiple_streaming_compression.c) :
HDMakefile87 @echo -- Multiple streaming tests
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDCXXInheritance.h373 return IsMemberFunction && Inheritance >= MSInheritanceModel::Multiple; in inheritanceModelHasNVOffsetField()
385 return Inheritance <= MSInheritanceModel::Multiple; in inheritanceModelHasOnlyOneField()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMScheduleV6.td281 // FP Load Multiple
284 // FP Load Multiple + update
294 // FP Store Multiple
297 // FP Store Multiple + update
HDARMScheduleA8.td392 // FP Load Multiple
401 // FP Load Multiple + update
421 // FP Store Multiple
429 // FP Store Multiple + update
867 // Double-register FP Multiple-Accumulate
871 // Quad-register FP Multiple-Accumulate
877 // Double-register Fused FP Multiple-Accumulate
881 // Quad-register Fused FP Multiple-Accumulate
/freebsd-13-stable/sys/contrib/device-tree/Bindings/iommu/
HDiommu.txt52 - #iommu-cells = <1>: Multiple master IOMMU devices may need to be configured
122 Multiple-master IOMMU with fixed associations:
150 Multiple-master IOMMU:
168 Multiple-master IOMMU with configurable DMA window:
/freebsd-13-stable/sys/contrib/device-tree/Bindings/input/touchscreen/
HDegalax-ts.txt1 * EETI eGalax Multiple Touch Controller
HDexc3000.txt1 * EETI EXC3000 Multiple Touch Controller
HDsis_i2c.txt1 * SiS I2C Multiple Touch Controller
/freebsd-13-stable/lib/libpmc/pmu-events/arch/powerpc/
HDmapfile.csv12 # Multiple PVRs could map to a single JSON file.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDEHFrameSupport.cpp133 if (BlockEdges.Multiple.contains(E.getOffset())) in processBlock()
142 BlockEdges.Multiple.insert(E.getOffset()); in processBlock()
313 if (BlockEdges.Multiple.contains(CIEDeltaFieldOffset)) in processFDE()
538 if (BlockEdges.Multiple.contains(PointerFieldOffset)) in getOrCreateEncodedPointerEdge()
HDEHFrameSupportImpl.h65 DenseSet<Edge::OffsetT> Multiple; member
/freebsd-13-stable/lib/libfetch/
HDhttp.errors13 300 MOVED Multiple Choices
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MCCodeEmitter.cpp194 template <unsigned Multiple>
564 template <unsigned Multiple>
569 assert(llvm::isPowerOf2_32(Multiple) && "Multiple is not a power of 2"); in EncodeRegAsMultipleOf()
572 return RegVal / Multiple; in EncodeRegAsMultipleOf()
/freebsd-13-stable/contrib/apr-util/
HDREADME24 Multiple SQL DBD client interfaces
25 Multiple flat-database DBM client interfaces
/freebsd-13-stable/crypto/openssl/doc/man3/
HDDSA_get0_pqg.pod69 Multiple flags can be passed in one go (bitwise ORed together). Any flags that
71 passed in the B<flags> parameter are currently set in the DSA object. Multiple
HDDH_get0_pqg.pod73 Multiple flags can be passed in one go (bitwise ORed together). Any flags that
75 passed in the B<flags> parameter are currently set in the DH object. Multiple
HDOPENSSL_config.pod22 Multiple calls have no effect.
/freebsd-13-stable/sys/contrib/device-tree/Bindings/display/tilcdc/
HDpanel.txt15 - display-timings: typical videomode of lcd panel. Multiple video modes
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h391 Multiple = 1, enumerator
/freebsd-13-stable/stand/fdt/
HDhelp.fdt60 Multiple values can be specified and will be concatenated.
/freebsd-13-stable/sys/contrib/device-tree/Bindings/arm/msm/
Dqcom,saw2.txt10 Multiple revisions of the SAW hardware are supported using these Device Nodes.
/freebsd-13-stable/tools/tools/net80211/w00t/
HDREADME28 interface attached to a normal LAN. Multiple instances of the

1234567