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.c368 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0;
390 F = (1.0/N) * j + 1; /* F*128 is an integer in [128, 512] */
391 f = g - F;
394 g = 1/(2*F+f);
411 u2 = (2.0*(f - F*u1) - u1*f) * g;
437 double F, f, g, q, u, v, u2; local
451 F = (1.0/N) * j + 1;
452 f = g - F;
454 g = 1/(2*F+f);
462 u2 = (2.0*(f - F*u1) - u1*f) * g;
/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.h154 template<typename F>
155 void for_each(F action) const { in for_each()
162 template<typename F>
163 bool visit(F action) const { in visit()
172 template<typename F>
173 void remove_if(F predicate) { in remove_if()
203 template<typename F>
204 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.h443 template<typename F>
444 void for_each_dt_needed(const soinfo* si, F action) { in for_each_dt_needed()
Dlinker_soinfo.cpp487 template <typename F>
489 F* functions, in call_array()
Dlinker.cpp667 template<typename F>
668 static bool walk_dependencies_tree(soinfo* root_soinfo, F action) { in walk_dependencies_tree()
1065 template<typename F>
1066 static void for_each_dt_needed(const ElfReader& elf_reader, F action) { in for_each_dt_needed()
2599 template <typename F>
2600 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.md80 * Support in strptime for `%F`, `%G`, `%g`, `%P`, `%u`, `%V`, and `%v`.