| /external/harfbuzz_ng/src/ |
| D | hb-ot-shaper.hh | 7 * license or royalty fees, to use, copy, modify, and distribute this 14 * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN 32 #include "hb-ot-layout.hh" 33 #include "hb-ot-shape.hh" 34 #include "hb-ot-shape-normalize.hh" 63 HB_OT_SHAPER_IMPLEMENT (use) \ 64 /* ^--- Add new shapers here; keep sorted. */ 71 * Shapers should use plan->map to add their features and callbacks. 78 * Shapers should use plan->map to override features and add callbacks after 87 * Whatever shapers return will be accessible through plan->data later. [all …]
|
| /external/mesa3d/src/compiler/nir/ |
| D | nir_opt_rematerialize_compares.c | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 33 switch (instr->op) { in is_two_src_comparison() 34 case nir_op_flt: in is_two_src_comparison() 35 case nir_op_flt32: in is_two_src_comparison() 36 case nir_op_fge: in is_two_src_comparison() 37 case nir_op_fge32: in is_two_src_comparison() 38 case nir_op_feq: in is_two_src_comparison() 39 case nir_op_feq32: in is_two_src_comparison() 40 case nir_op_fneu: in is_two_src_comparison() [all …]
|
| /external/vixl/src/aarch64/ |
| D | cpu-features-auditor-aarch64.cc | 4 // Redistribution and use in source and binary forms, with or without 22 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27 #include "cpu-features.h" 28 #include "globals-vixl.h" 29 #include "utils-vixl.h" 30 #include "decoder-aarch64.h" 32 #include "cpu-features-auditor-aarch64.h" 81 auditor_->last_instruction_ = CPUFeatures::None(); in RecordInstructionFeaturesScope() 84 auditor_->seen_.Combine(auditor_->last_instruction_); in ~RecordInstructionFeaturesScope() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86BaseInfo.h | 1 //===-- X86BaseInfo.h - Top level definitions for X86 -------- --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // the X86 target useful for the compiler back-end and the MC libraries. 14 //===----------------------------------------------------------------------===// 37 /// AddrSegmentReg - The operand # of the segment in the memory operand. 40 /// AddrNumOperands - Total number of operands in a memory reference. 68 /// AVX512 embedded rounding control. This should only have values 0-3. 132 /// \returns the type of the first instruction in macro-fusion. 139 case X86::TEST16i16: in classifyFirstOpcodeInMacroFusion() [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86BaseInfo.h | 1 //===-- X86BaseInfo.h - Top level definitions for X86 -------- --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // the X86 target useful for the compiler back-end and the MC libraries. 14 //===----------------------------------------------------------------------===// 37 /// AddrSegmentReg - The operand # of the segment in the memory operand. 40 /// AddrNumOperands - Total number of operands in a memory reference. 73 /// AVX512 embedded rounding control. This should only have values 0-3. 138 /// \returns the type of the first instruction in macro-fusion. 145 case X86::TEST16i16: in classifyFirstOpcodeInMacroFusion() [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUCombinerHelper.cpp | 1 //=== lib/CodeGen/GlobalISel/AMDGPUCombinerHelper.cpp ---------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 22 case AMDGPU::G_FADD: in fnegFoldsIntoMI() 23 case AMDGPU::G_FSUB: in fnegFoldsIntoMI() 24 case AMDGPU::G_FMUL: in fnegFoldsIntoMI() 25 case AMDGPU::G_FMA: in fnegFoldsIntoMI() 26 case AMDGPU::G_FMAD: in fnegFoldsIntoMI() 27 case AMDGPU::G_FMINNUM: in fnegFoldsIntoMI() 28 case AMDGPU::G_FMAXNUM: in fnegFoldsIntoMI() [all …]
|
| /external/rust/crates/serde-xml-rs/tests/ |
| D | datatypes.rs | 1 pub use rstest::{fixture, rstest}; 2 use simple_logger::SimpleLogger; 3 use std::fmt::Debug; 11 use super::*; 12 use serde::Deserialize; 13 use serde_xml_rs::from_str; 16 #[case::string("<bla>This is a String</bla>", "This is a String".to_string())] 17 #[case::string("<bla></bla>", "".to_string())] 18 #[case::string("<bla> </bla>", "".to_string())] 19 #[case::string("<bla><boom/></bla>", "<boom/>".to_string())] [all …]
|
| /external/curl/lib/ |
| D | setopt.c | 14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell 21 * SPDX-License-Identifier: curl 91 if(blob->len > CURL_MAX_INPUT_LENGTH) in Curl_setblobopt() 95 ((blob->flags & CURL_BLOB_COPY) ? blob->len : 0)); in Curl_setblobopt() 99 if(blob->flags & CURL_BLOB_COPY) { in Curl_setblobopt() 101 nblob->data = (char *)nblob + sizeof(struct curl_blob); in Curl_setblobopt() 102 memcpy(nblob->data, blob->data, blob->len); in Curl_setblobopt() 148 * We are asked to cherry-pick protocols, so play it safe and disallow all in protocol2num() 149 * protocols to start with, and re-add the wanted ones back in. in protocol2num() 166 tlen = str? (size_t) (str - token): strlen(token); in protocol2num() [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | fix_storage_class.cpp | 4 // you may not use this file except in compliance with the License. 7 // http://www.apache.org/licenses/LICENSE-2.0 28 get_module()->ForEachInst([this, &modified](Instruction* inst) { in Process() 29 if (inst->opcode() == spv::Op::OpVariable) { in Process() 32 get_def_use_mgr()->ForEachUse(inst, in Process() 33 [&uses](Instruction* use, uint32_t op_idx) { in Process() argument 34 uses.push_back({use, op_idx}); in Process() 37 for (auto& use : uses) { in Process() local 39 use.first, in Process() 40 static_cast<spv::StorageClass>(inst->GetSingleWordInOperand(0)), in Process() [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | fix_storage_class.cpp | 4 // you may not use this file except in compliance with the License. 7 // http://www.apache.org/licenses/LICENSE-2.0 28 get_module()->ForEachInst([this, &modified](Instruction* inst) { in Process() 29 if (inst->opcode() == spv::Op::OpVariable) { in Process() 32 get_def_use_mgr()->ForEachUse(inst, in Process() 33 [&uses](Instruction* use, uint32_t op_idx) { in Process() argument 34 uses.push_back({use, op_idx}); in Process() 37 for (auto& use : uses) { in Process() local 39 use.first, in Process() 40 static_cast<spv::StorageClass>(inst->GetSingleWordInOperand(0)), in Process() [all …]
|
| /external/angle/third_party/spirv-tools/src/source/opt/ |
| D | fix_storage_class.cpp | 4 // you may not use this file except in compliance with the License. 7 // http://www.apache.org/licenses/LICENSE-2.0 28 get_module()->ForEachInst([this, &modified](Instruction* inst) { in Process() 29 if (inst->opcode() == spv::Op::OpVariable) { in Process() 32 get_def_use_mgr()->ForEachUse(inst, in Process() 33 [&uses](Instruction* use, uint32_t op_idx) { in Process() argument 34 uses.push_back({use, op_idx}); in Process() 37 for (auto& use : uses) { in Process() local 39 use.first, in Process() 40 static_cast<spv::StorageClass>(inst->GetSingleWordInOperand(0)), in Process() [all …]
|
| /external/clang/test/Parser/ |
| D | switch-recovery.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -verify %s 7 switch (a) { // expected-error{{use of undeclared identifier 'a'}} in foo() 13 case 17 // expected-error{{expected ':' after 'case'}} in foo() 16 default // expected-error{{expected ':' after 'default'}} in foo() 24 switch (x) { // expected-warning {{enumeration value 'Xb' not handled in switch}} in test2() 25 case Xa; // expected-error {{expected ':' after 'case'}} in test2() 30 default; // expected-error {{expected ':' after 'default'}} in test2() 37 case 1: return 0; in test3() 38 2: return 1; // expected-error {{expected 'case' keyword before expression}} in test3() 46 1: return -1; // expected-error {{expected 'case' keyword before expression}} in test4() [all …]
|
| /external/mesa3d/src/freedreno/ir3/ |
| D | ir3_nir_opt_preamble.c | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 38 unsigned bit_size = def->bit_size == 1 ? 32 : def->bit_size; in def_size() 39 /* Due to the implicit const file promotion we want to expand 16-bit values in def_size() 40 * to 32-bit so that the truncation in the main shader can hopefully be in def_size() 41 * folded into the use. in def_size() 43 *size = DIV_ROUND_UP(bit_size, 32) * def->num_components; in def_size() 50 nir_foreach_use_including_if (use, def) { in all_uses_float() 51 if (nir_src_is_if(use)) in all_uses_float() 54 nir_instr *use_instr = nir_src_parent_instr(use); in all_uses_float() [all …]
|
| /external/mesa3d/src/nouveau/codegen/ |
| D | nv50_ir_target_gm107.cpp | 8 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 20 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 36 // lazyness -> will just hardcode everything for the time being 58 case OP_SAD: in isOpSupported() 59 case OP_DIV: in isOpSupported() 60 case OP_MOD: in isOpSupported() 62 case OP_SQRT: in isOpSupported() 66 case OP_XMAD: in isOpSupported() 78 // hardware will use the operand reuse cache introduced since Maxwell, which 80 // instructions. Note that the next instructions have to use the same GPR id in [all …]
|
| /external/aac/libAACenc/src/ |
| D | bandwidth.cpp | 1 /* ----------------------------------------------------------------------------- 4 © Copyright 1995 - 2019 Fraunhofer-Gesellschaft zur Förderung der angewandten 13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient 14 general perceptual audio codecs. AAC-ELD is considered the best-performing 15 full-bandwidth communications codec by independent studies and is widely 29 Commercially-licensed AAC software libraries, including floating-point versions 36 Redistribution and use in source and binary forms, with or without modification, 52 You may not charge copyright license fees for anyone to use, copy or distribute 58 must be replaced by the term "Third-Party Modified Version of the Fraunhofer FDK 65 Fraunhofer provides no warranty of patent non-infringement with respect to this [all …]
|
| /external/mesa3d/src/panfrost/compiler/ |
| D | bi_opt_mod_props.c | 8 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 return (arch <= 8) && I->src[1 - s].abs && in bi_would_impact_abs() 37 bi_is_word_equiv(I->src[1 - s], repl); in bi_would_impact_abs() 43 switch (I->op) { in bi_takes_fabs() 44 case BI_OPCODE_FCMP_V2F16: in bi_takes_fabs() 45 case BI_OPCODE_FMAX_V2F16: in bi_takes_fabs() 46 case BI_OPCODE_FMIN_V2F16: in bi_takes_fabs() 48 case BI_OPCODE_FADD_V2F16: in bi_takes_fabs() 51 * while the FADD pipe cannot encode a clamp. Either case in in bi_takes_fabs() [all …]
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
| D | x509_txt.c | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 8 * This library is free for commercial and non-commercial use as long as 22 * Redistribution and use in source and binary forms, with or without 30 * 3. All advertising materials mentioning features or use of this software 35 * being used are not cryptographic related :-). 46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 62 case X509_V_OK: in X509_verify_cert_error_string() 64 case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT: in X509_verify_cert_error_string() 66 case X509_V_ERR_UNABLE_TO_GET_CRL: in X509_verify_cert_error_string() [all …]
|
| /external/skia/src/core/ |
| D | SkRasterPipeline.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 32 this->reset(); in SkRasterPipeline() 45 SkASSERT(op != Op::uniform_color); // Please use appendConstantColor(). in append() 46 SkASSERT(op != Op::unbounded_uniform_color); // Please use appendConstantColor(). in append() 47 SkASSERT(op != Op::set_rgb); // Please use appendSetRGB(). in append() 48 SkASSERT(op != Op::unbounded_set_rgb); // Please use appendSetRGB(). in append() 49 SkASSERT(op != Op::parametric); // Please use appendTransferFunction(). in append() 50 SkASSERT(op != Op::gamma_); // Please use appendTransferFunction(). in append() 51 SkASSERT(op != Op::PQish); // Please use appendTransferFunction(). in append() 52 SkASSERT(op != Op::HLGish); // Please use appendTransferFunction(). in append() [all …]
|
| /external/boringssl/src/crypto/asn1/ |
| D | a_type.c | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 8 * This library is free for commercial and non-commercial use as long as 22 * Redistribution and use in source and binary forms, with or without 30 * 3. All advertising materials mentioning features or use of this software 35 * being used are not cryptographic related :-). 46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 69 switch (a->type) { in ASN1_TYPE_get() 70 case V_ASN1_NULL: in ASN1_TYPE_get() 71 case V_ASN1_BOOLEAN: in ASN1_TYPE_get() [all …]
|
| /external/cronet/third_party/boringssl/src/ssl/ |
| D | ssl_stat.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 8 * This library is free for commercial and non-commercial use as long as 22 * Redistribution and use in source and binary forms, with or without 30 * 3. All advertising materials mentioning features or use of this software 35 * being used are not cryptographic related :-). 46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 65 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites 75 * to make use of the Contribution. 92 if (ssl->s3->hs == nullptr) { in SSL_state_string_long() [all …]
|
| /external/rust/crates/quiche/deps/boringssl/src/ssl/ |
| D | ssl_stat.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 8 * This library is free for commercial and non-commercial use as long as 22 * Redistribution and use in source and binary forms, with or without 30 * 3. All advertising materials mentioning features or use of this software 35 * being used are not cryptographic related :-). 46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 65 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites 75 * to make use of the Contribution. 92 if (ssl->s3->hs == nullptr) { in SSL_state_string_long() [all …]
|
| /external/boringssl/src/ssl/ |
| D | ssl_stat.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 8 * This library is free for commercial and non-commercial use as long as 22 * Redistribution and use in source and binary forms, with or without 30 * 3. All advertising materials mentioning features or use of this software 35 * being used are not cryptographic related :-). 46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 65 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites 75 * to make use of the Contribution. 92 if (ssl->s3->hs == nullptr) { in SSL_state_string_long() [all …]
|
| /external/clang/include/clang/Basic/ |
| D | ObjCRuntime.h | 1 //===--- ObjCRuntime.h - Objective-C Runtime Configuration ------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 11 /// \brief Defines types useful for describing an Objective-C runtime. 13 //===----------------------------------------------------------------------===// 24 /// \brief The basic abstraction for the target Objective-C runtime. 27 /// \brief The basic Objective-C runtimes that we know about. 29 /// 'macosx' is the Apple-provided NeXT-derived runtime on Mac OS 30 /// X platforms that use the non-fragile ABI; the version is a 34 /// 'macosx-fragile' is the Apple-provided NeXT-derived runtime on 35 /// Mac OS X platforms that use the fragile ABI; the version is a [all …]
|
| /external/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86BaseInfo.h | 1 //===-- X86BaseInfo.h - Top level definitions for X86 -------- --*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 11 // the X86 target useful for the compiler back-end and the MC libraries. 15 //===----------------------------------------------------------------------===// 38 /// AddrSegmentReg - The operand # of the segment in the memory operand. 41 /// AddrNumOperands - Total number of operands in a memory reference. 56 /// X86II - This namespace holds all of the target specific flags that 62 //===------------------------------------------------------------------===// 67 /// MO_GOT_ABSOLUTE_ADDRESS - On a symbol operand, this represents a 69 /// SYMBOL_LABEL + [. - PICBASELABEL] [all …]
|
| /external/boringssl/src/crypto/x509/ |
| D | x509_txt.c | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 8 * This library is free for commercial and non-commercial use as long as 22 * Redistribution and use in source and binary forms, with or without 30 * 3. All advertising materials mentioning features or use of this software 35 * being used are not cryptographic related :-). 46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 61 case X509_V_OK: in X509_verify_cert_error_string() 63 case X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT: in X509_verify_cert_error_string() 65 case X509_V_ERR_UNABLE_TO_GET_CRL: in X509_verify_cert_error_string() [all …]
|