HomeSort by relevance Sort by last modified time
    Searched defs:find_first (Results 1 - 6 of 6) sorted by null

  /system/core/run-as/
package.c 312 find_first(const char* p, const char* end, char ch) function
465 const char* end = find_first(p, buffer_end, '\n');
  /external/llvm/include/llvm/ADT/
BitVector.h 154 /// find_first - Returns the index of the first set bit, -1 if none
156 int find_first() const { function in class:llvm::BitVector
SmallBitVector.h 211 /// find_first - Returns the index of the first set bit, -1 if none
213 int find_first() const { function in class:llvm::SmallBitVector
220 return getPointer()->find_first();
  /external/llvm/lib/Target/Hexagon/
HexagonBitSimplify.cpp 42 unsigned find_first() const { function in struct:__anon17662::RegisterSet
43 int First = BitVector::find_first();
131 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R))
    [all...]
HexagonGenInsert.cpp 85 unsigned find_first() const { function in struct:__anon17688::RegisterSet
86 int First = BitVector::find_first();
172 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R))
919 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) {
937 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR))
950 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR))
970 for (unsigned R = Regs[S].find_first(); R; R = Regs[S].find_next(R)) {
    [all...]
  /system/media/camera/docs/
metadata_model.py 85 def find_first(self, pred): member in class:Node
    [all...]

Completed in 123 milliseconds