Home
last modified time | relevance | path

Searched refs:find_last (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp62 int Last = UsedBytes.find_last(); in tailPadding()
250 uint32_t Offset = UsedBytes.find_last() + 1; in initializeChildren()
264 LayoutSize = UsedBytes.find_last() + 1; in initializeChildren()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp50 int ReqBits = Vec.find_last() + 1; in writeSparseBitVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h162 int NumBitsP = Present.find_last() + 1; in calculateSerializedLength()
163 int NumBitsD = Deleted.find_last() + 1; in calculateSerializedLength()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseBitVector.h134 /// find_last - Returns the index of the last set bit.
135 int find_last() const {
787 int find_last() const {
791 return (Last.index() * ElementSize) + Last.find_last();
H A DSmallBitVector.h237 int find_last() const { in find_last() function in llvm::SmallBitVector
244 return getPointer()->find_last(); in find_last()
H A DBitVector.h333 /// find_last - Returns the index of the last set bit, -1 if none of the bits
335 int find_last() const { return find_last_in(0, Size); } in find_last() function in llvm::BitVector
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscluster.c454 * find_last
456 static int find_last(ntfs_inode *ino, ATTR_RECORD *attr, runlist_element *run, in find_last() function
554 result = cluster_find(vol, 0, LONG_MAX, (cluster_cb*)&find_last, &m); in main()

Completed in 8 milliseconds