Home
last modified time | relevance | path

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

1234567

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h95 FuncRecord(bool Multiple, lldb::addr_t Address, lldb::addr_t Size, in FuncRecord() argument
97 : Record(Module), Multiple(Multiple), Address(Address), Size(Size), in FuncRecord()
100 bool Multiple; variable
130 PublicRecord(bool Multiple, lldb::addr_t Address, lldb::addr_t ParamSize, in PublicRecord() argument
132 : Record(Module), Multiple(Multiple), Address(Address), in PublicRecord()
135 bool Multiple; variable
H A DBreakpadRecords.cpp242 static bool parsePublicOrFunc(llvm::StringRef Line, bool &Multiple, in parsePublicOrFunc() argument
256 Multiple = Str == "m"; in parsePublicOrFunc()
258 if (Multiple) in parsePublicOrFunc()
281 bool Multiple; in parse() local
285 if (parsePublicOrFunc(Line, Multiple, Address, &Size, ParamSize, Name)) in parse()
286 return FuncRecord(Multiple, Address, Size, ParamSize, Name); in parse()
292 return L.Multiple == R.Multiple && L.Address == R.Address && in operator ==()
298 R.Multiple ? "m " : "", R.Address, R.Size, in operator <<()
338 bool Multiple; in parse() local
343 return PublicRecord(Multiple, Address, ParamSize, Name); in parse()
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h373 return IsMemberFunction && Inheritance >= MSInheritanceModel::Multiple; in inheritanceModelHasNVOffsetField()
385 return Inheritance <= MSInheritanceModel::Multiple; in inheritanceModelHasOnlyOneField()
/freebsd-13.1/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
/freebsd-13.1/sys/contrib/device-tree/Bindings/iommu/
H A Diommu.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.1/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-13.1/lib/libpmc/pmu-events/arch/powerpc/
H A Dmapfile.csv12 # Multiple PVRs could map to a single JSON file.
/freebsd-13.1/lib/libfetch/
H A Dhttp.errors14 300 MOVED Multiple Choices
/freebsd-13.1/contrib/apr-util/
H A DREADME24 Multiple SQL DBD client interfaces
25 Multiple flat-database DBM client interfaces
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h361 Multiple = 1, enumerator
/freebsd-13.1/crypto/openssl/doc/man3/
H A DDSA_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
H A DDH_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
H A DOPENSSL_config.pod22 Multiple calls have no effect.
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/tilcdc/
H A Dpanel.txt15 - display-timings: typical videomode of lcd panel. Multiple video modes
/freebsd-13.1/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-13.1/stand/fdt/
H A Dhelp.fdt61 Multiple values can be specified and will be concatenated.
/freebsd-13.1/tools/tools/net80211/w00t/
H A DREADME29 interface attached to a normal LAN. Multiple instances of the
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/bridge/
H A Dlvds-codec.yaml16 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple
/freebsd-13.1/crypto/openssl/doc/man1/
H A Drand.pod46 Multiple files can be specified separated by an OS-dependent character.
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dmarvell-orion-net.txt16 only one port associated. Multiple ports are implemented as multiple single-port

1234567