Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp269 static bool parsePublicOrFunc(llvm::StringRef Line, bool &Multiple, in parsePublicOrFunc()
283 Multiple = Str == "m"; in parsePublicOrFunc()
285 if (Multiple) in parsePublicOrFunc()
308 bool Multiple; in parse()
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()
268 parsePublicOrFunc(llvm::StringRef Line,bool & Multiple,lldb::addr_t & Address,lldb::addr_t * Size,lldb::addr_t & ParamSize,llvm::StringRef & Name) parsePublicOrFunc() argument
307 bool Multiple; parse() local
416 bool Multiple; parse() local
[all...]
H A DBreakpadRecords.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/sys/contrib/zstd/examples/
H A DREADME.md14 - [Multiple simple compression](multiple_simple_compression.c) :
28 - [Multiple Streaming compression](multiple_streaming_compression.c) :
H A DMakefile87 @echo -- Multiple streaming tests
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleV6.td281 // FP Load Multiple
284 // FP Load Multiple + update
294 // FP Store Multiple
297 // FP Store Multiple + update
H A DARMScheduleA8.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
H A DARMScheduleSwift.td380 // 4.2.22 Integer Load, Multiple
507 // 4.2.25 Integer Store, Multiple
679 // 4.2.41 Advanced SIMD and VFP, Load Multiple
680 // 4.2.42 Advanced SIMD and VFP, Store Multiple
877 // Multiple structures.
975 // Multiple structures.
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Degalax-ts.txt1 * EETI eGalax Multiple Touch Controller
H A Dexc3000.txt1 * EETI EXC3000 Multiple Touch Controller
H A Dsis_i2c.txt1 * SiS I2C Multiple Touch Controller
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Diommu.txt52 - #iommu-cells = <1>: Multiple master IOMMU devices may need to be configured
140 Multiple-master IOMMU with fixed associations:
168 Multiple-master IOMMU:
186 Multiple-master IOMMU with configurable DMA window:
/freebsd/lib/libpmc/pmu-events/arch/powerpc/
H A Dmapfile.csv12 # Multiple PVRs could map to a single JSON file.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp194 template <unsigned Multiple>
564 template <unsigned Multiple> in EncodeZPR4StridedRegisterClass()
569 assert(llvm::isPowerOf2_32(Multiple) && "Multiple is not a power of 2"); in EncodeZPR4StridedRegisterClass()
572 return RegVal / Multiple; in EncodeZPR4StridedRegisterClass()
/freebsd/lib/libfetch/
H A Dhttp.errors13 300 MOVED Multiple Choices
/freebsd/sys/contrib/device-tree/Bindings/display/tilcdc/
H A Dpanel.txt15 - display-timings: typical videomode of lcd panel. Multiple video modes
/freebsd/crypto/openssl/doc/man3/
H A DDSA_get0_pqg.pod76 Multiple flags can be passed in one go (bitwise ORed together). Any flags that
78 passed in the B<flags> parameter are currently set in the DSA object. Multiple
H A DSSL_get_certificate.pod20 Multiple certificates can be configured; for example, a server might have both
H A DOPENSSL_config.pod24 Multiple calls have no effect.
H A DDH_get0_pqg.pod88 Multiple flags can be passed in one go (bitwise ORed together). Any flags that
90 passed in the I<flags> parameter are currently set in the DH object. Multiple
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,saw2.txt10 Multiple revisions of the SAW hardware are supported using these Device Nodes.
/freebsd/stand/fdt/
H A Dhelp.fdt60 Multiple values can be specified and will be concatenated.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h391 Multiple = 1, enumerator
/freebsd/tools/tools/net80211/w00t/
H A DREADME28 interface attached to a normal LAN. Multiple instances of the
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in175 Multiple section names may be given, separated by commas and/or whitespace
378 Multiple sources may be given, separated by commas and/or whitespace
553 Multiple sources may be given, separated by commas and/or whitespace
572 Multiple filenames or URLs may be given, separated by commas and/or whitespace.
710 Multiple sources may be given, separated by commas and/or whitespace
758 Multiple sources may be given, separated by commas and/or whitespace
870 Multiple sources may be given, separated by commas and/or whitespace
908 Multiple filenames may be given, separated by commas and/or whitespace
932 Multiple filenames may be given, separated by commas and/or whitespace.
944 Multiple filenames may be given, separated by commas and/or whitespace.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmarvell-orion-net.txt16 only one port associated. Multiple ports are implemented as multiple single-port

123456