Home
last modified time | relevance | path

Searched refs:std (Results 20101 - 20125 of 20229) sorted by relevance

1...<<801802803804805806807808809810

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstX8632.cpp116 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 DIceInstX8664.cpp104 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 Dtranslate.rs5 use std::cell::{Cell, RefCell};
6 use std::result;
/third_party/rust/crates/nix/src/
H A Derrno.rs4 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 DtcuTexCompareVerifier.cpp1108 std::vector<tcu::ConstPixelBufferAccess> levelsAtLayer[CUBEFACE_LAST];
1160 std::vector<tcu::ConstPixelBufferAccess> levelsAtLayer[CUBEFACE_LAST];
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc229 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 Djs-generic-lowering.cc1073 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 DARMDisassembler.cpp85 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 Dastcenc_color_quantize.cpp411 std::swap(color0, color1); in try_quantize_rgb_delta_blue_contract()
/third_party/gptfdisk/
H A Dgpt.cc33 using namespace std;
/third_party/icu/icu4c/source/i18n/
H A Dmeasunit.cpp2146 fImpl = new MeasureUnitImpl(std::move(impl)); in MeasureUnit()
H A Ddtitvfmt.cpp43 #define PRINTMESG(msg) { std::cout << "(" << __FILE__ << ":" << __LINE__ << ") " << msg << "\n"; }
/third_party/icu/icu4c/source/common/
H A Dunistr.cpp40 using namespace std;
/third_party/json/include/nlohmann/thirdparty/hedley/
H A Dhedley.hpp1225 #define JSON_HEDLEY_ASSUME(expr) std::_nassert(expr)
/third_party/node/deps/icu-small/source/common/
H A Dunistr.cpp40 using namespace std;
/third_party/node/deps/icu-small/source/i18n/
H A Ddtitvfmt.cpp43 #define PRINTMESG(msg) { std::cout << "(" << __FILE__ << ":" << __LINE__ << ") " << msg << "\n"; }
H A Dmeasunit.cpp2164 fImpl = new MeasureUnitImpl(std::move(impl)); in MeasureUnit()
H A Dplurrule.cpp400 //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 Dtz2icu.cpp52 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 Dprettyprinter.cc721 std::forward_list<const AstRawString*> strings = value->ToRawStrings(); in PrintLiteral()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl.cc156 if (std::isnan(date_value)) { in BUILTIN()
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h309 std::unique_ptr<AssemblerBuffer> = {});
/third_party/node/deps/v8/src/objects/
H A Dordered-hash-table.cc28 base::bits::RoundUpToPowerOfTwo32(std::max({kInitialCapacity, capacity})); in Allocate()
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc98 masm_(std::make_unique<MacroAssembler>( in RegExpMacroAssemblerARM()
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc129 masm_(std::make_unique<MacroAssembler>( in RegExpMacroAssemblerMIPS()

Completed in 98 milliseconds

1...<<801802803804805806807808809810