Searched defs:foo (Results 1 - 3 of 3) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_dlopen_null.c5 extern int foo(void) function
10 int (*func_ptr)(void) = foo;
22 if (foo() != 42)
30 symbol = dlsym(lib, "foo");
/system/extras/tests/bionic/libc/bionic/
H A Dlib_relocs.c6 struct foo { int first, second; }; struct
7 struct foo Foo = {1, 2};
/system/extras/micro_bench/
H A Dmicro_bench.c132 int foo; variable
147 foo = b[k];

Completed in 974 milliseconds