Searched +full:non +full:- +full:updatable (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/incomplete-devices.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Rob Herring <robh@kernel.org>16 Examples are devices using ACPI PRP0001 with non-updatable firmware/ACPI17 tables or old PowerPC platforms without in-tree DTS.21 un-approved compatible.29 - description:30 Rejected compatibles in Devicetree, but used in ACPI-based devices[all …]
1 //===- Inliner.cpp - Code common to all inliners --------------------------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 //===----------------------------------------------------------------------===//13 //===----------------------------------------------------------------------===//74 "intra-scc-cost-multiplier", cl::init(2), cl::Hidden,77 "new call was previously an intra-SCC call (not relevant when the "78 "original call was already intra-SCC). This can accumulate over "82 "multiplied by intra-scc-cost-multiplier). This is to prevent tons of "86 /// as part of the default (e.g. -O3) pipeline.87 static cl::opt<bool> KeepAdvisorForPrinting("keep-inline-advisor-for-printing",[all …]
17 ** language. The code for the "sqlite3" command-line shell is also in a20 ** The content in this amalgamation comes from Fossil check-in51 ** NO_TEST - The branches on this line are not56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the144 ** 2015-03-02182 ** large file support, or if the OS is windows, these should be no-ops.188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch[all …]