OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fns
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/stdlib/
atexit.h
44
}
fns
[1]; /* the table itself */
member in struct:atexit
/external/stlport/src/
cxa.c
62
struct exit_function
fns
[32];
member in struct:exit_function_list
122
if (l->
fns
[i].flavor == ef_free)
127
if (l->idx < sizeof (l->
fns
) / sizeof (l->
fns
[0])) {
146
l->
fns
[i].flavor = ef_us;
152
return l == NULL ? NULL : &l->
fns
[i];
174
for (f = &funcs->
fns
[funcs->idx - 1]; f >= &funcs->
fns
[0]; --f) {
/ndk/sources/cxx-stl/stlport/src/
cxa.c
62
struct exit_function
fns
[32];
member in struct:exit_function_list
122
if (l->
fns
[i].flavor == ef_free)
127
if (l->idx < sizeof (l->
fns
) / sizeof (l->
fns
[0])) {
146
l->
fns
[i].flavor = ef_us;
152
return l == NULL ? NULL : &l->
fns
[i];
174
for (f = &funcs->
fns
[funcs->idx - 1]; f >= &funcs->
fns
[0]; --f) {
/external/openssl/crypto/engine/
eng_dyn.c
436
dynamic_fns
fns
;
local
499
fns
.static_state = ENGINE_get_static_state();
500
fns
.err_fns = ERR_get_implementation();
501
fns
.ex_data_fns = CRYPTO_get_ex_data_implementation();
502
CRYPTO_get_mem_functions(&
fns
.mem_fns.malloc_cb,
503
&
fns
.mem_fns.realloc_cb,
504
&
fns
.mem_fns.free_cb);
505
fns
.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback();
506
fns
.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback();
507
fns
.lock_fns.dynlock_create_cb = CRYPTO_get_dynlock_create_callback()
[
all
...]
/external/valgrind/main/callgrind/
global.h
453
fn_node*
fns
[N_FN_ENTRIES];
member in struct:_file_node
599
fn_stack
fns
; /* function stack */
member in struct:_thread_info
Completed in 137 milliseconds