HomeSort by relevance Sort by last modified time
    Searched defs:fns (Results 1 - 6 of 6) sorted by null

  /bionic/libc/stdlib/
atexit.h 46 } 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 439 dynamic_fns fns; local
502 fns.static_state = ENGINE_get_static_state();
503 fns.err_fns = ERR_get_implementation();
504 fns.ex_data_fns = CRYPTO_get_ex_data_implementation();
505 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_cb,
506 &fns.mem_fns.realloc_cb,
507 &fns.mem_fns.free_cb);
508 fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback();
509 fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback();
510 fns.lock_fns.dynlock_create_cb = CRYPTO_get_dynlock_create_callback()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/src/
ios.cpp 229 event_callback* fns = (event_callback*)realloc(__fn_, newcap * sizeof(event_callback)); local
230 if (fns == 0)
232 __fn_ = fns;
  /external/valgrind/main/callgrind/
global.h 460 fn_node* fns[N_FN_ENTRIES]; member in struct:_file_node
606 fn_stack fns; /* function stack */ member in struct:_thread_info

Completed in 219 milliseconds