Searched +full:tp +full:- +full:sensitive +full:- +full:adjust (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | allwinner,sun4i-a10-ts.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mfd/allwinner,sun4i-a10-ts.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chen-Yu Tsai <wens@csie.org> 11 - Maxime Ripard <mripard@kernel.org> 14 "#thermal-sensor-cells": 19 - allwinner,sun4i-a10-ts 20 - allwinner,sun5i-a13-ts 21 - allwinner,sun6i-a31-ts [all …]
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.cpp | 1 //===- Relocations.cpp ----------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file contains platform-independent functions to process relocations. 28 // - create GOT/PLT entries 29 // - create new relocations in .dynsym to let the dynamic linker resolve 31 // relocations can be resolved at link-time) 32 // - create COPY relocs and reserve space in .bss 33 // - replace expensive relocs (in terms of runtime cost) with cheap ones 34 // - error out infeasible combinations such as PIC and non-relative relocs [all …]
|
/freebsd/contrib/sendmail/doc/op/ |
H A D | op.me | 1 .\" Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers. 12 .\" $Id: op.me,v 8.759 2014-01-13 14:40:05 ca Exp $ 14 .\" eqn op.me | pic | troff -me 51 .eh 'SMM:08-%''Sendmail Installation and Operation Guide' 52 .oh 'Sendmail Installation and Operation Guide''SMM:08-%' 74 .b SENDMAIL\u\s-6TM\s0\d 103 .i Sendmail \u\s-2TM\s0\d 107 It is not tied to any one transport protocol \*- 165 that may be used to monitor or adjust the operation 173 explains the day-to-day information you should know [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 1 //===--- ItaniumMangle.cpp - Itanium C++ Name Mangling ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // ABI-compatible with GCC): 13 // http://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling 15 //===----------------------------------------------------------------------===// 51 if (const FunctionTemplateDecl *ftd = fn->getPrimaryTemplate()) in getStructor() 52 return ftd->getTemplatedDecl(); in getStructor() 67 return Record->isLambda(); in isLambda() 146 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 1 //===--- SemaOverload.cpp - C++ Overloading -------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 60 return llvm::any_of(FD->parameters(), [](const ParmVarDecl *P) { in functionHasPassObjectSizeParams() 61 return P->hasAttr<PassObjectSizeAttr>(); in functionHasPassObjectSizeParams() 81 DeclRefExpr(S.Context, Fn, false, Fn->getType(), VK_LValue, Loc, LocInfo); in CreateFunctionRefExpr() 83 DRE->setHadMultipleCandidates(true); in CreateFunctionRefExpr() 86 if (auto *FPT = DRE->getType()->getAs<FunctionProtoType>()) { in CreateFunctionRefExpr() 87 if (isUnresolvedExceptionSpec(FPT->getExceptionSpecType())) { in CreateFunctionRefExpr() [all …]
|
/freebsd/contrib/lua/doc/ |
H A D | manual.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 7 <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"> 22 Copyright © 2020–2023 Lua.org, PUC-Rio. 35 <!-- ====================================================================== --> 38 <!-- $Id: manual.of $ --> 48 object-oriented programming, functional programming, 49 data-driven programming, and data description. 56 runs by interpreting bytecode with a register-based 73 and as a powerful but lightweight and efficient stand-alone language. 80 (Frequently, this host is the stand-alone <code>lua</code> program.) [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… 116 … (0x1<<9) // Fast back-to-back transaction ena… 128 … (0x1<<23) // Fast back-to-back capable. Not ap… 145 …l has_io_bar=0. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… [all …]
|