Home
last modified time | relevance | path

Searched +full:auto +full:- +full:string +full:- +full:detection (Results 1 – 25 of 143) sorted by relevance

123456

/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dadi,ltc4282.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Nuno Sa <nuno.sa@analog.com>
15 https://www.analog.com/media/en/technical-documentation/data-sheets/ltc4282.pdf
20 - adi,ltc4282
25 vdd-supply: true
30 '#clock-cells':
33 adi,rsense-nano-ohms:
36 adi,vin-mode-microvolt:
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h1 //===--------- DefineExternalSectionStartAndEndSymbols.h --------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
49 for (auto *Sym : Externals) { in operator()
52 auto &SR = getSectionRange(*D.Sec); in operator()
64 SR.getLastBlock()->getSize(), 0, Linkage::Strong, in operator()
74 auto I = SectionRanges.find(&Sec); in getSectionRange()
77 return I->second; in getSectionRange()
111 /// ELF section start/end symbol detection.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h1 //===- WithColor.h ---------
28 String, global() enumerator
42 Auto, global() enumerator
[all...]
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dqcom-wled.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/leds/backlight/qcom-wled.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <andersson@kernel.org>
11 - Kiran Gunda <quic_kgunda@quicinc.com>
21 - qcom,pm8941-wled
22 - qcom,pmi8950-wled
23 - qcom,pmi8994-wled
24 - qcom,pmi8998-wled
[all …]
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dabracon,abx80x.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - linux-rtc@vger.kernel.org
17 must perform auto-detection from ID register.
19 - abracon,abx80x
20 - abracon,ab0801
21 - abracon,ab0803
22 - abracon,ab0804
23 - abracon,ab0805
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc1 //===-- sanitizer_flags.h --------
[all...]
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dsony,imx296.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Sony IMX296 1/2.8-Inch CMOS Image Sensor
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
11 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13 description: |-
14 The Sony IMX296 is a 1/2.9-Inch active pixel type CMOS Solid-state image
16 features a global shutter with variable charge-integration time. It is
17 programmable through I2C and 4-wire interfaces. The sensor output is
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp1 //===- FuzzerLoop.cpp - Fuzzer's main loop --------
[all...]
H A DFuzzerDriver.cpp1 //===- FuzzerDriver.cpp - FuzzerDriver function and flags -----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
28 #include <string>
89 static std::vector<std::string> *Inputs;
90 static std::string *ProgName;
94 auto Prog = ProgName->c_str(); in PrintHelp()
96 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]\n", Prog); in PrintHelp()
99 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] file1 [file2 ...]\n", Prog); in PrintHelp()
[all …]
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.h2 * Copyright (c) 2016-2021, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
29 /* returns a string with version of zstd library */
36 - compilation with the additional option -DZWRAP_USE_ZSTD=1
37 - using '#define ZWRAP_USE_ZSTD 1' in source code before '#include "zstd_zlibwrapper.h"'
38 - calling ZWRAP_useZSTDcompression(1)
39 All above-mentioned methods will enable zstd compression for all threads.
40 Be aware that ZWRAP_useZSTDcompression() is not thread-safe and may lead to a race condition. */
65 By default auto-detection of zstd and zlib streams in enabled (ZWRAP_AUTO).
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp1 //===- NumberObjectConversionChecker.cpp -------------------------*- C++ -*-==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
17 // Currently the checker supports the Objective-C NSNumber class,
18 // and the OSBoolean class found in macOS low-level code; the latter
21 // This checker has an option "Pedantic" (boolean), which enables detection of
23 // are more likely to produce false positives) - disabled by default,
24 // enabled with `-analyzer-config osx.NumberObjectConversion:Pedantic=true'.
26 //===----------------------------------------------------------------------===//
67 if (IsPedanticMatch && !C->Pedantic) in run()
[all …]
/freebsd/libexec/getty/
H A Dgettytab.570 .Bl -column Name Type /usr/bin/login
72 .It "ac str unused expect-send chat script for modem answer"
73 .It "al str unused user to auto-login instead of prompting"
83 .It "co bool false console - add"
122 .It "ic str unused expect-send chat script for modem initialization"
145 .It "np bool false terminal uses no parity (i.e., 8-bit characters)"
146 .It "nx str default next table (for auto speed selection)"
196 .Bl -column Name Type /usr/bin/login
199 .It "cd num 0 carriage-return delay"
203 .It "fd num 0 form-feed (vertical motion) delay"
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dti,dp83822.yaml1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Andrew Davis <afd@ti.com>
14 The DP83822 is a low-power, single-port, 10/100 Mbps Ethernet PHY. It
16 data over standard, twisted-pair cables or to connect to an external,
17 fiber-optic transceiver. Additionally, the DP83822 provides flexibility to
24 - $ref: ethernet-phy.yaml#
30 ti,link-loss-low:
39 ti,fiber-mode:
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h1 //===-- RegisterFlags.h -----------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 #include <string>
29 std::string m_name;
31 Enumerator(uint64_t value, std::string name) in Enumerator()
44 FieldEnum(std::string id, const Enumerators &enumerators);
48 const std::string &GetID() const { return m_id; } in GetID()
55 std::string m_id;
65 Field(std::string name, unsigned start, unsigned end);
[all …]
H A DLanguage.h1 //===-- Language.h ---------------------------------------------------*- C++
2 //-*-===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
24 #include "lldb/lldb-private.h"
25 #include "lldb/lldb-public.h"
116 for (auto& scavenger : m_scavengers) { in Find_Impl()
117 if (scavenger && scavenger->Find(exe_scope, key, results, append)) in Find_Impl()
140 for (auto& scavenger : m_scavengers) { in Find_Impl()
142 success = scavenger->Find(exe_scope, key, results, append) || success; in Find_Impl()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dda7218.txt8 - compatible : Should be "dlg,da7217" or "dlg,da7218"
9 - reg: Specifies the I2C slave address
11 - VDD-supply: VDD power supply for the device
12 - VDDMIC-supply: VDDMIC power supply for the device
13 - VDDIO-supply: VDDIO power supply for the device
18 - interrupts: IRQ line info for DA7218 chip.
19 (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt for
21 - interrupt-names : Name associated with interrupt line. Should be "wakeup" if
23 - wakeup-source: Flag to indicate this device can wake system (suspend/resume).
25 - clocks : phandle and clock specifier for codec MCLK.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dmediatek,mtu3.txt4 - compatible : should be "mediatek,<soc-model>-mtu3", "mediatek,mtu3",
5 soc-model is the name of SoC, such as mt8173, mt2712 etc,
6 when using "mediatek,mtu3" compatible string, you need SoC specific
8 - "mediatek,mt8173-mtu3"
9 - reg : specifies physical base address and size of the registers
10 - reg-names: should be "mac" for device IP and "ippc" for IP port control
11 - interrupts : interrupt used by the device IP
12 - power-domains : a phandle to USB power domain node to control USB's
14 - vusb33-supply : regulator of USB avdd3.3v
15 - clocks : a list of phandle + clock-specifier pairs, one for each
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp1 //===-- ItaniumABILanguageRuntime.cpp -------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
68 vtable_info.symbol->GetMangled().GetDemangledName().GetStringRef(); in GetTypeInfo()
71 ": static-type = '%s' has vtable symbol '%s'\n", in GetTypeInfo()
81 std::string lookup_name("::"); in GetTypeInfo()
87 ModuleSP module_sp = vtable_info.symbol->CalculateSymbolContextModule(); in GetTypeInfo()
95 module_sp->FindTypes(query, results); in GetTypeInfo()
105 m_process->GetTarget().GetImages().FindTypes(nullptr, query, results); in GetTypeInfo()
106 for (const auto &type_sp : results.GetTypeMap().Types()) in GetTypeInfo()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp1 //===--- X86.cpp - X86 Helpers for Tools ------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
24 std::string x86::getX86TargetCPU(const Driver &D, const ArgList &Args, in getX86TargetCPU()
27 StringRef CPU = A->getValue(); in getX86TargetCPU()
29 return std::string(CPU); in getX86TargetCPU()
31 // FIXME: Reject attempts to use -march=native unless the target matches in getX86TargetCPU()
35 return std::string(CPU); in getX86TargetCPU()
40 // The keys are case-sensitive; this matches link.exe. in getX86TargetCPU()
41 // 32-bit and 64-bit /arch: flags. in getX86TargetCPU()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc1 //===- llvm/Support/Unix/Path.inc - Unix Path Implementation ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
16 //===----------------------------------------------------------------------===//
40 #include <mach-o/dyld.h>
127 const file_t kInvalidFile = -1;
138 // We cannot write PATH_MAX characters because the string will be terminated
191 /// GetMainExecutable - Return the path to the main executable, given the
[all …]
/freebsd/contrib/tnftp/
H A DChangeLog29 - Rename internal getline() to get_line() to avoid
31 - Avoid a NULL dereference in an error message.
44 - Add the time.h headers to accheck_includes, for the strptime check.
45 - Remove the check for el_init in libedit; we're always replacing
54 - Only attempt to el_parse() a command unknown by the default
57 - Turn off the alarmtimer before resetting the SIGALRM handler
60 - Add epsv6 and epsv to disable extended passive mode for ipv6 or
64 - Improve parsing of chunked transfer chunks per RFC2616:
65 - more stringent chunk-size parsing
66 - ignore optional trailing ';chunk-ext' stuff, instead of barfing
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h1 //===- RegionInfoImpl.h - SESE region detection analysis -------
[all...]
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_dsar.h2 * Copyright 2008-2012 Freescale Semiconductor Inc.
36 @Description Deep Sleep Auto Response project - common module header file.
38 Author - Eyal Harari
53 @Description Deep Sleep Auto Response VLAN-IPv4 Binding Table (for ARP/ICMPv4)
59 …uint16_t vlanId; /*!< 12 bits VLAN ID. The 4 left-most bits should be cleared …
65 @Description Deep Sleep Auto Response Address Resolution Protocol Statistics Descriptor
67 0x00 INVAL_CNT Invalid ARP IPv4-Ethernet counter
69 0x08 CD_CNT Conflict Detection counter
70 0x0C AR_CNT Auto-Response counter
78 uint32_t invalCnt; /**< Invalid ARP IPv4-Ethernet counter. */
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def1 //===--- CodeGenOptions.def - Code generation option database ----- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
18 //===----------------------------------------------------------------------===//
38 CODEGENOPT(DisableIntegratedAS, 1, 0) ///< -no-integrated-as
39 CODEGENOPT(Crel, 1, 0) ///< -Wa,--crel
40 CODEGENOPT(RelaxELFRelocations, 1, 1) ///< -Wa,-mrelax-relocations={yes,no}
41 CODEGENOPT(SSE2AVX , 1, 0) ///< -msse2avx
42 CODEGENOPT(AsmVerbose , 1, 0) ///< -dA, -fverbose-asm.
43 CODEGENOPT(PreserveAsmComments, 1, 1) ///< -dA, -fno-preserve-as-comments.
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h1 // -*- C++ -*-
2 //===------
[all...]

123456