Searched defs:fns (Results 1 - 9 of 9) 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/libcxx/src/
H A Dios.cpp239 event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newesize)); local
240 if (fns == 0)
242 __fn_ = fns;
/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.h459 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.
297 //--- Alloc fns ---//
358 static Bool is_member_fn(XArray* fns, const HChar* fnname) argument
367 for (i = 0; i < VG_(sizeXA)(fns); i++) {
368 fn_ptr = VG_(indexXA)(fns, i);
807 // This is the limit on the number of removed alloc-fns that can be in a
827 // alloc-fns and entries above alloc-fns, an
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 852 milliseconds