Home
last modified time | relevance | path

Searched refs:fns (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dcxa.c62 struct exit_function fns[32]; member
122 if (l->fns[i].flavor == ef_free) in __new_exitfn()
127 if (l->idx < sizeof (l->fns) / sizeof (l->fns[0])) { in __new_exitfn()
146 l->fns[i].flavor = ef_us; in __new_exitfn()
152 return l == NULL ? NULL : &l->fns[i]; in __new_exitfn()
174 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) { in __cxa_finalize()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp239 event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newesize)); in register_callback() local
240 if (fns == 0) in register_callback()
242 __fn_ = fns; in register_callback()
/ndk/sources/host-tools/make-3.81/doc/
DMakefile.in348 -rm -rf make.aux make.cp make.cps make.fn make.fns make.ky make.kys make.log \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstring991 // helper fns for basic_string