Home
last modified time | relevance | path

Searched refs:Back (Results 1 - 25 of 63) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceThreading.h48 /// 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 DItemNameUtils.cpp44 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 DMyVector.h273 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 DListFileUtils.cpp24 if (s.Len() >= 2 && s[0] == kQuoteChar && s.Back() == kQuoteChar) in AddName()
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h274 // 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 DArchiveName.cpp67 if (!dirPrefix.IsEmpty() && IsPathSepar(dirPrefix.Back())) in CreateArchiveName()
136 if (n.Back() != '.') in CreateArchiveName()
H A DTempFiles.cpp16 NDir::DeleteFileAlways(Paths.Back()); in Clear()
H A DExtract.cpp51 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 DSetProperties.cpp68 const wchar_t c = name.Back(); in SetProperties()
H A DExtractingFilePath.cpp60 wchar_t c = s.Back(); in ReplaceIncorrectChars()
279 UString &s = parts.Back(); in Correct_FsPath()
H A DEnumDirItems.cpp548 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 DCullingTests.cpp113 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 DExtractCallback.h117 MaxTotalAllocSize -= Files.Back().Data.Size(); in AddNewFile()
127 CVirtFile &file = Files.Back(); in CloseMemFile()
H A DBrowseDialog.cpp472 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 DOverwriteDialog.cpp43 if (!s.IsEmpty() && s.Back() == ' ') in ReduceString()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvolume9.c233 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 DFileName.cpp55 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 DUDTLayout.cpp120 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 Dscanner.h98 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 DMultiOutStream.h96 if (Streams.Back().Stream)
110 Streams.Back().Start + in GetGlobalOffset_for_NewStream()
H A DMultiOutStream.cpp70 CVolStream &s = Streams.Back(); in Destruct()
138 const UInt64 size = Sizes.Back(); in Init()
H A DLimitedStreams.cpp158 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 DFixedVector_unittest.cpp82 TEST(FixedVector, Back) in TEST()
/third_party/vixl/src/aarch32/
H A Dlocation-aarch32.h179 using ForwardRefListBase::Back;
212 return forward_.Back(); in GetLastForwardReference()
/third_party/vixl/src/
H A Dinvalset-vixl.h170 const ElementType Back() const;
644 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::Back() const {
661 return Back();

Completed in 17 milliseconds

123