OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:find_first
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/ADT/
BitVector.h
142
///
find_first
- Returns the index of the first set bit, -1 if none
144
int
find_first
() const {
function in class:llvm::BitVector
SmallBitVector.h
204
///
find_first
- Returns the index of the first set bit, -1 if none
206
int
find_first
() const {
function in class:llvm::SmallBitVector
217
return getPointer()->
find_first
();
/system/core/run-as/
package.c
251
find_first
(const char* p, const char* end, char ch)
function
406
const char* end =
find_first
(p, buffer_end, '\n');
/external/bluetooth/glib/tests/
hash-test.c
343
static gboolean
find_first
(gpointer key,
function
398
pvalue = g_hash_table_find (hash_table,
find_first
, &value);
Completed in 572 milliseconds