OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_free
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py
154
is_free
= lambda x:((x >> SCOPE_OFF) & SCOPE_MASK) == FREE
155
self.__frees = self.__idents_matching(
is_free
)
201
def
is_free
(self):
member in class:Symbol
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py
154
is_free
= lambda x:((x >> SCOPE_OFF) & SCOPE_MASK) == FREE
155
self.__frees = self.__idents_matching(
is_free
)
201
def
is_free
(self):
member in class:Symbol
/external/valgrind/main/callgrind/
fn.c
355
fn->
is_free
= False;
580
fn->
is_free
= (VG_(strcmp)(fn->name, "free")==0);
global.h
441
Bool
is_free
:1;
member in struct:_fn_node
/external/qemu/block/
vvfat.c
453
static char
is_free
(const direntry_t* direntry)
function
471
&& !
is_free
(direntry);
[
all
...]
/external/opencv/ml/src/
mlsvm.cpp
581
#undef
is_free
macro
582
#define
is_free
(i) (alpha_status[i] == 0)
macro
[
all
...]
Completed in 961 milliseconds