OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_a
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/tests/
module-test.c
80
SimpleFunc
f_a
, f_b, f_self;
local
125
if (!g_module_symbol (module_a, "gplugin_a_func", (gpointer *) &
f_a
))
133
f_a
();
146
if (!g_module_symbol (module_a, "g_clash_func", (gpointer *) &
f_a
))
157
f_a
();
165
if (!g_module_symbol (module_a, "gplugin_clash_func", (gpointer *) &
f_a
))
173
plugin_clash_func =
f_a
;
/external/clang/test/Parser/
altivec.c
44
void
f_a
(vector int a);
cxx-altivec.cpp
44
void
f_a
(vector int a);
Completed in 152 milliseconds