Home
last modified time | relevance | path

Searched defs:__f (Results 1 – 25 of 37) sorted by relevance

12

/external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/
Dzip_view.h68 _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()
Dnon_propagating_cache.h96 constexpr _Tp& __emplace_from(_Fn const& __f) { in __emplace_from()
/external/libcxx/include/support/win32/
Dlocale_win32.h177 #define strftime_l( __s, __l, __f, __tm, __loc ) strftime( __s, __l, __f, __tm ) argument
181 #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/
Du8path.h38 u8path(_InputIt __f, _InputIt __l) { in u8path()
62 u8path(_InputIt __f, _NullSentinel) { in u8path()
/external/clang/lib/Headers/
Dia32intrin.h39 __writeeflags(unsigned long long __f) in __writeeflags()
52 __writeeflags(unsigned int __f) in __writeeflags()
/external/musl/include/
Dmath.h55 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/
Dsignal.h12 unsigned int __f[32]; member
17 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/
Dlocale_win32.h264 #define sscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) argument
265 #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/
Dmem_fun_ref.h52 mem_fun(_Sp (_Tp::*__f)()) in mem_fun()
88 mem_fun_ref(_Sp (_Tp::*__f)()) in mem_fun_ref()
Dnot_fn.h45 _LIBCPP_CONSTEXPR_SINCE_CXX20 auto not_fn(_Fn&& __f) { in not_fn()
Dbind_front.h49 constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front()
Dmem_fn.h36 __mem_fn(type __f) _NOEXCEPT : __f_(__f) {} in __mem_fn()
Ddefault_searcher.h35 : __first_(__f), __last_(__l), __pred_(__p) {} in __first_() argument
Dreference_wrapper.h44 type& __f = static_cast<_Up&&>(__u); in reference_wrapper() local
Dboyer_moore_searcher.h163 __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/
Dfor_each.h24 _Function __f) { in for_each()
Dfor_each_n.h27_Function __f) { in for_each_n()
/external/cronet/buildtools/third_party/libc++/trunk/include/__atomic/
Dcheck_memory_order.h29 #define _LIBCPP_CHECK_EXCHANGE_MEMORY_ORDER(__m, __f) \ argument
/external/cronet/buildtools/third_party/libc++/trunk/include/__random/
Ddiscrete_distribution.h48 param_type(_InputIterator __f, _InputIterator __l) in param_type()
95 discrete_distribution(_InputIterator __f, _InputIterator __l) in discrete_distribution()
Dnegative_binomial_distribution.h130 result_type __f = 0; in operator() local
/external/cronet/buildtools/third_party/libc++/trunk/include/__charconv/
Dfrom_chars_integral.h41 __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/
Dconcepts.h49 requires(formatter<remove_cvref_t<_Tp>, _CharT> __f, in requires()
/external/cronet/buildtools/third_party/libc++/trunk/src/include/ryu/
Dcommon.h93 [[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/
Dmidpoint.h73 _LIBCPP_HIDE_FROM_ABI constexpr _Fp __fp_abs(_Fp __f) { return __f >= 0 ? __f : -__f; } in __fp_abs()
/external/python/cpython2/Lib/plat-os2emx/
Dgrp.py71 __f = open(__i, 'r') variable

12