Home
last modified time | relevance | path

Searched defs:find_next (Results 1 – 25 of 77) sorted by relevance

1234

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceBitVector.h101 int find_next(unsigned Prev) const { return find_next<0>(Prev); } in find_next() function
210 find_next(unsigned) const { in find_next() function
397 int find_next(unsigned Prev) const { in find_next() function
/aosp_15_r20/external/toybox/toys/other/
H A Dhexedit.c170 static void find_next(int pos) in find_next() function
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DSmallBitVector.h221 int find_next(unsigned Prev) const { in find_next() function
H A DBitVector.h166 int find_next(unsigned Prev) const { in find_next() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSmallBitVector.h277 int find_next(unsigned Prev) const { in find_next() function
DSparseBitVector.h148 int find_next(unsigned Curr) const { in find_next() function
DBitVector.h308 int find_next(unsigned Prev) const { return find_first_in(Prev + 1, Size); } in find_next() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallBitVector.h274 int find_next(unsigned Prev) const { in find_next() function
H A DSparseBitVector.h147 int find_next(unsigned Curr) const { in find_next() function
H A DBitVector.h339 int find_next(unsigned Prev) const { return find_first_in(Prev + 1, Size); } in find_next() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSmallBitVector.h277 int find_next(unsigned Prev) const { in find_next() function
DSparseBitVector.h148 int find_next(unsigned Curr) const { in find_next() function
DBitVector.h308 int find_next(unsigned Prev) const { return find_first_in(Prev + 1, Size); } in find_next() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSmallBitVector.h277 int find_next(unsigned Prev) const { in find_next() function
H A DSparseBitVector.h148 int find_next(unsigned Curr) const { in find_next() function
H A DBitVector.h301 int find_next(unsigned Prev) const { return find_first_in(Prev + 1, Size); } in find_next() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSmallBitVector.h277 int find_next(unsigned Prev) const { in find_next() function
DSparseBitVector.h148 int find_next(unsigned Curr) const { in find_next() function
DBitVector.h308 int find_next(unsigned Prev) const { return find_first_in(Prev + 1, Size); } in find_next() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSmallBitVector.h277 int find_next(unsigned Prev) const { in find_next() function
DSparseBitVector.h148 int find_next(unsigned Curr) const { in find_next() function
DBitVector.h308 int find_next(unsigned Prev) const { return find_first_in(Prev + 1, Size); } in find_next() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DBitVector.h166 int find_next(unsigned Prev) const { in find_next() function
/aosp_15_r20/external/pytorch/c10/util/
H A Dsparse_bitset.h140 int find_next(unsigned Curr) const { in find_next() function
/aosp_15_r20/external/python/cpython2/Lib/compiler/
Dpyassem.py140 def find_next(): function

1234