/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstX8632.cpp | 116 assert(static_cast<size_t>(Ty) < std::size(TypeAttributes)); in getInVectorElementType() 161 std::to_string(LabelNumber)); in InstX86Label() 633 // The this->Opcode parameter needs to be char* and not std::string because of
|
H A D | IceInstX8664.cpp | 104 assert(Ty < std::size(TypeAttributes)); in getInVectorElementType() 149 std::to_string(LabelNumber)); in InstX86Label() 620 // The this->Opcode parameter needs to be char* and not std::string because of
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | translate.rs | 5 use std::cell::{Cell, RefCell}; 6 use std::result;
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 4 use std::convert::TryFrom; 5 use std::{error, fmt, io}; 135 fn try_from(ioerror: io::Error) -> std::result::Result<Self, io::Error> { in try_from()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexCompareVerifier.cpp | 1108 std::vector<tcu::ConstPixelBufferAccess> levelsAtLayer[CUBEFACE_LAST]; 1160 std::vector<tcu::ConstPixelBufferAccess> levelsAtLayer[CUBEFACE_LAST];
|
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-lowering.cc | 229 JSONGraphWriterWithVerifierTypes(std::ostream& os, const Graph* graph, in JSONGraphWriterWithVerifierTypes() 543 os << std::endl; in PrintNodeFeedbackType() 769 TurboJsonFile json_of(info, std::ios_base::app); in RunVerifyPhase() 4293 for (int i = std::max(index, NodeProperties::FirstEffectIndex(node)); in ProcessRemainingInputs()
|
H A D | js-generic-lowering.cc | 1073 std::vector<Edge> use_edges; in LowerJSForInPrepare()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 85 std::vector<unsigned char> ITStates; 1578 regs = std::max( 1u, regs); in DecodeSPRRegListOperand() 1602 regs = std::max( 1u, regs); in DecodeDPRRegListOperand() 1603 regs = std::min(16u, regs); in DecodeDPRRegListOperand()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_color_quantize.cpp | 411 std::swap(color0, color1); in try_quantize_rgb_delta_blue_contract()
|
/third_party/gptfdisk/ |
H A D | gpt.cc | 33 using namespace std;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | measunit.cpp | 2146 fImpl = new MeasureUnitImpl(std::move(impl)); in MeasureUnit()
|
H A D | dtitvfmt.cpp | 43 #define PRINTMESG(msg) { std::cout << "(" << __FILE__ << ":" << __LINE__ << ") " << msg << "\n"; }
|
/third_party/icu/icu4c/source/common/ |
H A D | unistr.cpp | 40 using namespace std;
|
/third_party/json/include/nlohmann/thirdparty/hedley/ |
H A D | hedley.hpp | 1225 #define JSON_HEDLEY_ASSUME(expr) std::_nassert(expr)
|
/third_party/node/deps/icu-small/source/common/ |
H A D | unistr.cpp | 40 using namespace std;
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtitvfmt.cpp | 43 #define PRINTMESG(msg) { std::cout << "(" << __FILE__ << ":" << __LINE__ << ") " << msg << "\n"; }
|
H A D | measunit.cpp | 2164 fImpl = new MeasureUnitImpl(std::move(impl)); in MeasureUnit()
|
H A D | plurrule.cpp | 400 //std::string ss; // TODO: debugging. in getSamplesFromString() 401 // std::cout << "PluralRules::getSamples(), samples = \"" << samples.toUTF8String(ss) << "\"\n"; in getSamplesFromString() 409 // std::cout << "PluralRules::getSamples(), samplesRange = \"" << sampleRange.toUTF8String(ss) << "\"\n"; in getSamplesFromString() 843 parentLocaleName = std::move(tmp); in getRuleFromResource()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | tz2icu.cpp | 52 using namespace std; 1228 * contain entries that are distinct only in terms of their dst, std,
|
/third_party/node/deps/v8/src/ast/ |
H A D | prettyprinter.cc | 721 std::forward_list<const AstRawString*> strings = value->ToRawStrings(); in PrintLiteral()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-intl.cc | 156 if (std::isnan(date_value)) { in BUILTIN()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.h | 309 std::unique_ptr<AssemblerBuffer> = {});
|
/third_party/node/deps/v8/src/objects/ |
H A D | ordered-hash-table.cc | 28 base::bits::RoundUpToPowerOfTwo32(std::max({kInitialCapacity, capacity})); in Allocate()
|
/third_party/node/deps/v8/src/regexp/arm/ |
H A D | regexp-macro-assembler-arm.cc | 98 masm_(std::make_unique<MacroAssembler>( in RegExpMacroAssemblerARM()
|
/third_party/node/deps/v8/src/regexp/mips64/ |
H A D | regexp-macro-assembler-mips64.cc | 129 masm_(std::make_unique<MacroAssembler>( in RegExpMacroAssemblerMIPS()
|