Home
last modified time | relevance | path

Searched refs:Piece (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat.h264 absl::string_view Piece() const { return piece_; } in Piece() function in absl::AlphaNum
345 {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(), in StrCat()
346 static_cast<const AlphaNum&>(args).Piece()...}); in StrCat()
390 dest, {a.Piece(), b.Piece(), c.Piece(), in StrAppend()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h236 uint32_t Piece = MaybeRead.get(); in ReadVBR()
238 if ((Piece & (1U << (NumBits-1))) == 0) in ReadVBR()
239 return Piece; in ReadVBR()
244 Result |= (Piece & ((1U << (NumBits-1))-1)) << NextBit; in ReadVBR()
246 if ((Piece & (1U << (NumBits-1))) == 0) in ReadVBR()
253 Piece = MaybeRead.get(); in ReadVBR()
263 uint32_t Piece = MaybeRead.get(); in ReadVBR64()
265 if ((Piece & (1U << (NumBits-1))) == 0) in ReadVBR64()
266 return uint64_t(Piece); in ReadVBR64()
271 Result |= uint64_t(Piece in ReadVBR64()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitstreamReader.h713 uint32_t Piece = Read(NumBits); in ReadVBR() local
714 if ((Piece & (1U << (NumBits - 1))) == 0) in ReadVBR()
715 return Piece; in ReadVBR()
720 Result |= (Piece & ((1U << (NumBits - 1)) - 1)) << NextBit; in ReadVBR()
722 if ((Piece & (1U << (NumBits - 1))) == 0) in ReadVBR()
726 Piece = Read(NumBits); in ReadVBR()
733 uint32_t Piece = Read(NumBits); in ReadVBR64() local
734 if ((Piece & (1U << (NumBits - 1))) == 0) in ReadVBR64()
735 return uint64_t(Piece); in ReadVBR64()
740 Result |= uint64_t(Piece in ReadVBR64()
[all...]
/third_party/gn/src/base/strings/
H A Dstring_split.cc129 using Piece = std::basic_string_view<char_type>; in SplitStringUsingSubstrT()
130 using size_type = typename Piece::size_type; in SplitStringUsingSubstrT()
133 for (size_type begin_index = 0, end_index = 0; end_index != Piece::npos; in SplitStringUsingSubstrT()
136 Piece term = end_index == Piece::npos in SplitStringUsingSubstrT()
/third_party/curl/scripts/
H A Dmk-ca-bundle.pl503 use Time::Piece;
505 my $t = Time::Piece->strptime($stamp, "%a %b %d %H:%M:%S %Y");
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dstringutil.h89 return Piece(); in GetString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp890 for (const auto &Piece : cast<MDNode>(Option)->operands()) in emitModuleMetadata()
891 StrOptions.push_back(cast<MDString>(Piece)->getString()); in emitModuleMetadata()
1453 for (const auto &Piece : cast<MDNode>(Option)->operands()) { in emitModuleMetadata()
1456 Directive.append(cast<MDString>(Piece)->getString()); in emitModuleMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2007 Constant *Piece = ConstantExpr::getLShr(C, ConstantInt::get(C->getType(), in collectInsertionElements() local
2009 Piece = ConstantExpr::getTrunc(Piece, ElementIntTy); in collectInsertionElements()
2010 if (!collectInsertionElements(Piece, ShiftI, Elements, VecEltTy, in collectInsertionElements()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 50 milliseconds