/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceThreading.h | 48 /// MaxStaticSize, where the queue boundaries are denoted by the Front and Back 49 /// fields. Front==Back indicates an empty queue. 102 /// Lock guards access to WorkItems, Front, Back, and IsEnded. 110 /// Back is the index into WorkItems[] of where the next element will be 111 /// pushed. (More precisely, Back&MaxStaticSize is the index.) It is written 113 size_t Back = 0; member in Ice::BoundedProducerConsumerQueue 134 bool empty() const { return Front == Back; } in empty() 135 size_t size() const { return Back - Front; } in size() 137 WorkItems[Back++ & MaxStaticSizeMask] = std::move(Item); in push()
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | ItemNameUtils.cpp | 44 if (newName.Back() == kOsPathSepar)
in GetOsPath_Remove_TailSlash() 77 if (name.Back() == kOsPathSepar)
in ReplaceToOsSlashes_Remove_TailSlash() 120 c = name.Back();
in HasTailSlash()
|
/third_party/lzma/CPP/Common/ |
H A D | MyVector.h | 273 const T& Back() const { return _items[(size_t)_size - 1]; }
in Back() function in CRecordVector 274 T& Back() { return _items[(size_t)_size - 1]; }
in Back() function in CRecordVector 508 const T& Back() const { return *(T *)_v.Back(); }
in Back() function in CObjectVector 509 T& Back() { return *(T *)_v.Back(); }
in Back() function in CObjectVector 604 delete (T *)_v.Back();
in DeleteBack()
|
H A D | ListFileUtils.cpp | 24 if (s.Len() >= 2 && s[0] == kQuoteChar && s.Back() == kQuoteChar)
in AddName()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | OpenArchive.h | 274 // parts.Back() can contain alt stream name "nams:AltName"
419 const CArc *GetArc() const { return &Arcs.Back(); }
in GetArc() 420 IInArchive *GetArchive() const { return Arcs.Back().Archive; }
in GetArchive() 421 IArchiveGetRawProps *GetArchiveGetRawProps() const { return Arcs.Back().GetRawProps; }
in GetArchiveGetRawProps() 422 IArchiveGetRootProps *GetArchiveGetRootProps() const { return Arcs.Back().GetRootProps; }
in GetArchiveGetRootProps()
|
H A D | ArchiveName.cpp | 67 if (!dirPrefix.IsEmpty() && IsPathSepar(dirPrefix.Back()))
in CreateArchiveName() 136 if (n.Back() != '.')
in CreateArchiveName()
|
H A D | TempFiles.cpp | 16 NDir::DeleteFileAlways(Paths.Back());
in Clear()
|
H A D | Extract.cpp | 51 const CArc &arc = arcLink.Arcs.Back();
in DecompressArchive() 83 if (IsPathSepar(elimPrefix.Back()))
in DecompressArchive() 520 CArc &arc = arcLink.Arcs.Back();
in Extract()
|
H A D | SetProperties.cpp | 68 const wchar_t c = name.Back();
in SetProperties()
|
H A D | ExtractingFilePath.cpp | 60 wchar_t c = s.Back();
in ReplaceIncorrectChars() 279 UString &s = parts.Back();
in Correct_FsPath()
|
H A D | EnumDirItems.cpp | 548 parts.Back() += reducedName;
in EnumerateAltStreams() 927 CDirItem &dirItem = dirItems.Items.Back();
in EnumerateDirItems() 1084 if (driveName.Len() < 3 || driveName.Back() != '\\')
in EnumerateDirItems() 1311 if (!IsPathSepar(prefix.Back()))
in FillFixedReparse()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | CullingTests.cpp | 113 DoTest(wgpu::FrontFace::CCW, wgpu::CullMode::Back, false, true); in TEST_P() 125 DoTest(wgpu::FrontFace::CW, wgpu::CullMode::Back, true, false); in TEST_P()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ExtractCallback.h | 117 MaxTotalAllocSize -= Files.Back().Data.Size();
in AddNewFile() 127 CVirtFile &file = Files.Back();
in CloseMemFile()
|
H A D | BrowseDialog.cpp | 472 if (IS_PATH_SEPAR(s.Back()))
in GetParentPath() 476 if (IS_PATH_SEPAR(s.Back()))
in GetParentPath() 544 if (d.Len() < 2 || d.Back() != '\\')
in Reload() 966 wchar_t c = path.Back();
in RemoveDotsAndSpaces() 1016 if (path.Back() == WCHAR_PATH_SEPARATOR)
in CorrectFsPath()
|
H A D | OverwriteDialog.cpp | 43 if (!s.IsEmpty() && s.Back() == ' ')
in ReduceString()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | volume9.c | 233 dirty_region.Back = dirty_region.Front + (box->depth << This->level_actual); in NineVolume9_AddDirtyRegion() 265 pBox ? pBox->Front : 0, pBox ? pBox->Back : 0, in NineVolume9_LockBox() 303 user_assert(pBox->Back > pBox->Front, D3DERR_INVALIDCALL); in NineVolume9_LockBox() 306 user_assert(pBox->Back <= This->desc.Depth, D3DERR_INVALIDCALL); in NineVolume9_LockBox()
|
/third_party/lzma/CPP/Windows/ |
H A D | FileName.cpp | 55 if (!IsPathSepar(dirPath.Back()))
in NormalizeDirPathPrefix() 64 if (!IsPathSepar(dirPath.Back()))
in NormalizeDirPathPrefix() 224 if (s.Back() != ':')
in IsAltStreamPrefixWithColon()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 120 const LayoutItemBase *Back = LayoutItems.back(); in tailPadding() local 121 uint32_t ChildPadding = Back->LayoutItemBase::tailPadding(); in tailPadding()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner.h | 98 inline void Back() { in Back() function in v8::internal::Utf16CharacterStream 154 // The callers of this method (Back/Back2/Seek) should handle the easy in ReadBlockChecked() 549 source_->Back(); in CombineSurrogatePair() 557 source_->Back(); in PushBack()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | MultiOutStream.h | 96 if (Streams.Back().Stream)
110 Streams.Back().Start +
in GetGlobalOffset_for_NewStream()
|
H A D | MultiOutStream.cpp | 70 CVolStream &s = Streams.Back();
in Destruct() 138 const UInt64 size = Sizes.Back();
in Init()
|
H A D | LimitedStreams.cpp | 158 if (virt >= Extents.Back().Virt)
in Read() 227 case STREAM_SEEK_END: offset += Extents.Back().Virt; break;
in Seek()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | FixedVector_unittest.cpp | 82 TEST(FixedVector, Back) in TEST()
|
/third_party/vixl/src/aarch32/ |
H A D | location-aarch32.h | 179 using ForwardRefListBase::Back; 212 return forward_.Back(); in GetLastForwardReference()
|
/third_party/vixl/src/ |
H A D | invalset-vixl.h | 170 const ElementType Back() const; 644 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::Back() const { 661 return Back();
|