Home
last modified time | relevance | path

Searched refs:F (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/dns/include/
Dnsswitch.h119 #define NS_FILES_CB(F,C) { NSSRC_FILES, F, __UNCONST(C) }, argument
120 #define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, __UNCONST(C) }, argument
123 # define NS_DNS_CB(F,C) { NSSRC_DNS, F, __UNCONST(C) }, argument
125 # define NS_DNS_CB(F,C) argument
129 # define NS_NIS_CB(F,C) { NSSRC_NIS, F, __UNCONST(C) }, argument
131 # define NS_NIS_CB(F,C) argument
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_log.c365 double F, f, g, q, u, v, u1, u2; in __log__D() local
381 F = (1. / N) * j + 1; in __log__D()
382 f = g - F; in __log__D()
384 g = 1 / (2 * F + f); in __log__D()
394 u2 = (2 * (f - F * u1) - u1 * f) * g; in __log__D()
/bionic/libc/bionic/
Dpthread_atfork.cpp50 template<typename F>
51 void walk_forward(F f) { in walk_forward()
57 template<typename F>
58 void walk_backwards(F f) { in walk_backwards()
76 template<typename F>
77 void remove_if(F predicate) { in remove_if()
/bionic/linker/
Dlinked_list.h167 template<typename F>
168 void for_each(F action) const { in for_each()
175 template<typename F>
176 bool visit(F action) const { in visit()
185 template<typename F>
186 void remove_if(F predicate) { in remove_if()
217 template<typename F>
218 T* find_if(F predicate) const { in find_if()
Dlinker_reloc_iterators.h47 template <typename F>
48 inline bool for_all_packed_relocs(sleb128_decoder decoder, F&& callback) { in for_all_packed_relocs()
Dlinker_soinfo.h465 template<typename F>
466 void for_each_dt_needed(const soinfo* si, F action) { in for_each_dt_needed()
Dlinker_soinfo.cpp484 template <typename F>
485 static inline void call_array(const char* array_name __unused, F* functions, size_t count, in call_array()
Dlinker.cpp702 template<typename F>
703 static bool walk_dependencies_tree(soinfo* root_soinfo, F action) { in walk_dependencies_tree()
1100 template<typename F>
1101 static void for_each_dt_needed(const ElfReader& elf_reader, F action) { in for_each_dt_needed()
2666 template <typename F>
2667 static bool for_each_verdef(const soinfo* si, F functor) { in for_each_verdef()
/bionic/benchmarks/
Ddlfcn_benchmark.cpp25 template<typename F>
26 int bm_dladdr(F fun) { in bm_dladdr()
/bionic/apex/
Dcom.android.runtime.x509.pem24 tnPC3y9v/kSbjryYouOEa4hBILKxVzIZw6MiM5arGo4ZYc1Rfck+F/92xj7o/kWo
/bionic/docs/
Dstatus.md137 * Support in strptime for `%F`, `%G`, `%g`, `%P`, `%u`, `%V`, and `%v`.