Searched refs:cfunc (Results 1 – 2 of 2) sorted by relevance
/external/stlport/stlport/stl/ |
D | _cmath.h | 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ argument 164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); } 165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ argument 166 … inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); } 167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) argument 168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) argument 171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ argument 172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); } 173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ argument 174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x); } [all …]
|
/external/qemu/ |
D | qemu-io.c | 342 .cfunc = read_f, 495 .cfunc = readv_f, 615 .cfunc = write_f, 747 .cfunc = writev_f, 765 .cfunc = flush_f, 793 .cfunc = truncate_f, 821 .cfunc = length_f, 856 .cfunc = info_f, 900 .cfunc = alloc_f, 916 .cfunc = close_f, [all …]
|