Searched defs:fns (Results 1 - 6 of 6) sorted by relevance

/external/stlport/src/
H A Dcxa.c62 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/valgrind/main/auxprogs/
H A Dppc64shifts.c429 void do_unary ( char* name, void** fns, int n_fns ) argument
438 fn = fns[i];
/external/openssl/crypto/engine/
H A Deng_dyn.c439 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
[all...]
/external/openssl/crypto/err/
H A Derr.c309 int ERR_set_implementation(const ERR_FNS *fns) argument
318 err_fns = fns;
/external/valgrind/main/callgrind/
H A Dglobal.h460 fn_node* fns[N_FN_ENTRIES]; member in struct:_file_node
606 fn_stack fns; /* function stack */ member in struct:_thread_info
/external/valgrind/main/massif/
H A Dms_main.c49 // identified? [hmm, could make getting the name of alloc-fns more
116 n1: 5 (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
158 100.00% (5B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
303 //--- Alloc fns ---//
364 static Bool is_member_fn(XArray* fns, Char* fnname) argument
373 for (i = 0; i < VG_(sizeXA)(fns); i++) {
374 fn_ptr = VG_(indexXA)(fns, i);
835 // This is the limit on the number of removed alloc-fns that can be in a
855 // alloc-fns and entries above alloc-fns, an
[all...]

Completed in 173 milliseconds