Home
last modified time | relevance | path

Searched refs:std (Results 19776 - 19800 of 20229) sorted by relevance

1...<<791792793794795796797798799800>>...810

/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.cc82 const bool printable = std::isprint(current_char); in MaybeTraceInterpreter()
190 std::memset(registers_.data(), -1, in InterpreterRegisters()
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc756 std::unique_ptr<Coverage> coverage; in RUNTIME_FUNCTION()
773 std::vector<CoverageBlock> ranges; in RUNTIME_FUNCTION()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec.cpp1147 d3d12_video_decoder_get_next_startcode_offset(std::vector<uint8_t> &buf, in d3d12_video_decoder_get_next_startcode_offset()
1229 std::vector<DXVA_Slice_H264_Short> pOutSliceControlBuffers; in d3d12_video_decoder_prepare_dxva_slices_control()
/third_party/rust/crates/bitflags/src/
H A Dlib.rs49 //! use std::fmt;
316 /// use std::fmt;
644 /// [`ops::BitAnd`]: https://doc.rust-lang.org/std/ops/trait.BitAnd.html
661 /// [`ops::BitOr`]: https://doc.rust-lang.org/std/ops/trait.BitOr.html
679 /// [`ops::Sub`]: https://doc.rust-lang.org/std/ops/trait.Sub.html
698 /// [`ops::BitXor`]: https://doc.rust-lang.org/std/ops/trait.BitXor.html
717 /// [`ops::Not`]: https://doc.rust-lang.org/std/ops/trait.Not.html
939 use std::collections::hash_map::DefaultHasher;
940 use std::hash::{Hash, Hasher};
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DContextGL.cpp40 const std::shared_ptr<RendererGL> &renderer, in ContextGL()
869 const std::string &message) in pushDebugGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOperand.cpp321 return std::equal(RegMask, RegMask + RegMaskSize, OtherRegMask); in isIdenticalTo()
408 auto Found = find_if(Indices, [&](const std::pair<int, const char *> &I) { in getTargetIndexName()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp129 std::vector<EGLAttrib> attrib;
1605 const Function *result = std::lower_bound(eglFunctions, eglFunctionsEnd, needle, CompareFunctor()); in GetProcAddress()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderArithmetic.cpp546 std::pair<SIMD::Float, SIMD::Int> SpirvShader::Frexp(RValue<SIMD::Float> val) const in Frexp()
554 return std::make_pair(significand, exponent); in Frexp()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout.cc2010 ( obj.get_glyph_alternates (std::forward<Ts> (ds)...) )
2017 ( _dispatch (obj, hb_prioritize, std::forward<Ts> (ds)...) )
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp755 auto LeftSN = sn_mapL.insert(std::make_pair(L, sn_mapL.size())), in cmpValues()
756 RightSN = sn_mapR.insert(std::make_pair(R, sn_mapR.size())); in cmpValues()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.h672 void emitTextInst(const std::string &Text, SizeT InstSize);
678 using LabelVector = std::vector<Label *>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp45 std::unique_ptr<MCInstrInfo const> const MCII;
46 std::unique_ptr<MCInst *> CurrentBundle;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp45 MCInst const &Inst, std::nullptr_t) in PacketIterator()
763 auto Sentinal = static_cast<int64_t>(std::numeric_limits<uint32_t>::max()) in minConstant()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_type_test.cc557 inline std::ostream& operator<<(std::ostream& out, PtrData data) { in operator <<()
/third_party/skia/third_party/externals/icu/source/common/
H A Ddictbe.cpp1209 inputMap = std::move(normalizedMap); in divideUpDictionaryRange()
1210 inString = std::move(normalizedInput); in divideUpDictionaryRange()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_bad_pixels.cpp365 std::sort (fBadPoints.begin (), in Sort()
374 std::sort (fBadRects.begin (), in Sort()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Ddemangle.cc126 {"Dn", "std::nullptr_t", 0}, // i.e., decltype(nullptr)
140 // std::basic_string<char, std::char_traits<char>,std::allocator<char> >
142 // std::basic_istream<char, std::char_traits<char> >
144 // std::basic_ostream<char, std::char_traits<char> >
146 // std::basic_iostream<char, std
[all...]
/third_party/skia/include/private/
H A DSkNx_neon.h248 return std::min(min[0], min[2]); in min()
257 return std::max(max[0], max[2]); in max()
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_macros.rs15 use std::collections::BTreeMap;
16 use std::marker::PhantomData;
/third_party/rust/crates/syn/src/
H A Dgenerics.rs5 use std::fmt::{self, Debug};
7 use std::hash::{Hash, Hasher};
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dtests.rs1 use std::cmp::Ordering;
1077 T: Into<std::net::IpAddr>, in ipaddress_as_subject_alternative_name_is_formatted_in_debug()
/third_party/skia/bench/
H A DPathBench.cpp737 SkScalar rx = std::min(rect.width(), xIn); in add_corner_arc()
738 SkScalar ry = std::min(rect.height(), yIn); in add_corner_arc()
/third_party/rust/crates/serde/serde/src/ser/
H A Dimpls.rs50 #[cfg(any(feature = "std", feature = "alloc"))]
51 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
73 #[cfg(any(feature = "std", not(no_core_cstr)))]
74 #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
85 #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))]
86 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
231 #[cfg(any(feature = "std", feature = "alloc"))]
232 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))]
237 #[cfg(any(feature = "std", feature = "alloc"))]
238 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", featur
[all...]
/third_party/rust/crates/syn/tests/common/
H A Deq.rs164 use std::collections::HashMap;
165 use std::hash::{BuildHasher, Hash};
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp554 std::vector<GLuint> invalidUniformIndices; in init()
559 std::vector<GLint> unusedParamsDst(invalidUniformIndices.size()); in init()

Completed in 51 milliseconds

1...<<791792793794795796797798799800>>...810