| /external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/ | 
| D | zip_view.h | 68 _LIBCPP_HIDE_FROM_ABI constexpr auto __tuple_transform(_Fun&& __f, _Tuple&& __tuple) {  in __tuple_transform()78 _LIBCPP_HIDE_FROM_ABI constexpr void __tuple_for_each(_Fun&& __f, _Tuple&& __tuple) {  in __tuple_for_each()
 90 __tuple_zip_transform(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&& __tuple2, index_sequence<_Indices..…  in __tuple_zip_transform()
 96 _LIBCPP_HIDE_FROM_ABI constexpr auto __tuple_zip_transform(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&…  in __tuple_zip_transform()
 102 _LIBCPP_HIDE_FROM_ABI constexpr void __tuple_zip_for_each(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&&…  in __tuple_zip_for_each()
 110 _LIBCPP_HIDE_FROM_ABI constexpr auto __tuple_zip_for_each(_Fun&& __f, _Tuple1&& __tuple1, _Tuple2&&…  in __tuple_zip_for_each()
 
 | 
| D | non_propagating_cache.h | 96     constexpr _Tp& __emplace_from(_Fn const& __f) {  in __emplace_from()
 | 
| /external/libcxx/include/support/win32/ | 
| D | locale_win32.h | 177 #define strftime_l( __s, __l, __f, __tm, __loc ) strftime( __s, __l, __f, __tm )  argument181 #define sscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ )  argument
 182 #define sprintf_l( __s, __l, __f, ... ) _sprintf_l( __s, __f, __l, __VA_ARGS__ )  argument
 183 #define vsprintf_l( __s, __l, __f, ... ) _vsprintf_l( __s, __f, __l, __VA_ARGS__ )  argument
 184 #define vsnprintf_l( __s, __n, __l, __f, ... ) _vsnprintf_l( __s, __n, __f, __l, __VA_ARGS__ )  argument
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/ | 
| D | u8path.h | 38     u8path(_InputIt __f, _InputIt __l) {  in u8path()62     u8path(_InputIt __f, _NullSentinel) {  in u8path()
 
 | 
| /external/clang/lib/Headers/ | 
| D | ia32intrin.h | 39 __writeeflags(unsigned long long __f)  in __writeeflags()52 __writeeflags(unsigned int __f)  in __writeeflags()
 
 | 
| /external/musl/include/ | 
| D | math.h | 55 static __inline unsigned __FLOAT_BITS(float __f)  in __FLOAT_BITS()57 	union {float __f; unsigned __i;} __u;  in __FLOAT_BITS()  member
 61 static __inline unsigned long long __DOUBLE_BITS(double __f)  in __DOUBLE_BITS()
 63 	union {double __f; unsigned long long __i;} __u;  in __DOUBLE_BITS()  member
 
 | 
| /external/musl/arch/riscv64/bits/ | 
| D | signal.h | 12 	unsigned int __f[32];  member17 	unsigned long long __f[32];  member
 22 	unsigned long long __f[64] __attribute__((aligned(16)));  member
 28 	struct __riscv_mc_f_ext_state __f;  member
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/ | 
| D | locale_win32.h | 264 #define sscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ )  argument265 #define sprintf_l( __s, __l, __f, ... ) _sprintf_l( __s, __f, __l, __VA_ARGS__ )  argument
 266 #define vsprintf_l( __s, __l, __f, ... ) _vsprintf_l( __s, __f, __l, __VA_ARGS__ )  argument
 267 #define vsnprintf_l( __s, __n, __l, __f, ... ) _vsnprintf_l( __s, __n, __f, __l, __VA_ARGS__ )  argument
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__functional/ | 
| D | mem_fun_ref.h | 52 mem_fun(_Sp (_Tp::*__f)())  in mem_fun()88 mem_fun_ref(_Sp (_Tp::*__f)())  in mem_fun_ref()
 
 | 
| D | not_fn.h | 45 _LIBCPP_CONSTEXPR_SINCE_CXX20 auto not_fn(_Fn&& __f) {  in not_fn()
 | 
| D | bind_front.h | 49 constexpr auto bind_front(_Fn&& __f, _Args&&... __args) {  in bind_front()
 | 
| D | mem_fn.h | 36     __mem_fn(type __f) _NOEXCEPT : __f_(__f) {}  in __mem_fn()
 | 
| D | default_searcher.h | 35         : __first_(__f), __last_(__l), __pred_(__p) {}  in __first_()  argument
 | 
| D | reference_wrapper.h | 44         type& __f = static_cast<_Up&&>(__u);  in reference_wrapper()  local
 | 
| D | boyer_moore_searcher.h | 163   __search(_RandomAccessIterator2 __f, _RandomAccessIterator2 __l) const {  in __search()294   __search(_RandomAccessIterator2 __f, _RandomAccessIterator2 __l) const {  in __search()
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/ | 
| D | for_each.h | 24                                                                                   _Function __f) {  in for_each()
 | 
| D | for_each_n.h | 27 …                                                                                   _Function __f) {  in for_each_n()
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__atomic/ | 
| D | check_memory_order.h | 29 #define _LIBCPP_CHECK_EXCHANGE_MEMORY_ORDER(__m, __f) \  argument
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__random/ | 
| D | discrete_distribution.h | 48             param_type(_InputIterator __f, _InputIterator __l)  in param_type()95         discrete_distribution(_InputIterator __f, _InputIterator __l)  in discrete_distribution()
 
 | 
| D | negative_binomial_distribution.h | 130         result_type __f = 0;  in operator()  local
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__charconv/ | 
| D | from_chars_integral.h | 41 __sign_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) {  in __sign_combinator()98 __subject_seq_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) {  in __subject_seq_combinator()
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__format/ | 
| D | concepts.h | 49     requires(formatter<remove_cvref_t<_Tp>, _CharT> __f,  in requires()
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/src/include/ryu/ | 
| D | common.h | 93 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __float_to_bits(const float __f) {  in __float_to_bits()
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__numeric/ | 
| D | midpoint.h | 73 _LIBCPP_HIDE_FROM_ABI constexpr _Fp __fp_abs(_Fp __f) { return __f >= 0 ? __f : -__f; }  in __fp_abs()
 | 
| /external/python/cpython2/Lib/plat-os2emx/ | 
| D | grp.py | 71         __f = open(__i, 'r')  variable
 |