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

  /external/llvm/include/llvm/ADT/
BitVector.h 150 /// find_first - Returns the index of the first set bit, -1 if none
152 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
224 return getPointer()->find_first();
  /system/core/run-as/
package.c 282 find_first(const char* p, const char* end, char ch) function
437 const char* end = find_first(p, buffer_end, '\n');

Completed in 175 milliseconds