HomeSort by relevance Sort by last modified time
    Searched full:__fun (Results 1 - 6 of 6) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_before.h 337 struct __fun struct
344 struct __fun<__logical_not, _Tp> struct
350 struct __fun<__logical_and, _Tp> struct
356 struct __fun<__logical_or, _Tp> struct
362 struct __fun<__less, _Tp> struct
368 struct __fun<__greater, _Tp> struct
374 struct __fun<__less_equal, _Tp> struct
380 struct __fun<__greater_equal, _Tp> struct
386 struct __fun<__equal_to, _Tp> struct
392 struct __fun<__not_equal_to, _Tp struct
    [all...]
valarray_after.h 339 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
344 typedef typename __fun<_Name, _Arg>::result_type _Value; \
352 typename __fun<_Name, typename _Dom::value_type>::result_type> \
357 typedef typename __fun<_Name, _Arg>::result_type _Value; \
365 typename __fun<_Name, typename _Dom::value_type>::result_type> \
370 typedef typename __fun<_Name, _Arg>::result_type _Value; \
378 typename __fun<_Name, typename _Dom::value_type>::result_type> \
383 typedef typename __fun<_Name, _Arg>::result_type _Value; \
391 typename __fun<_Name, typename _Dom::value_type>::result_type> \
396 typedef typename __fun<_Name, _Tp>::result_type _Value;
    [all...]
boost_concept_check.h 399 void __const_constraints(const _Func& __fun) {
402 __aux_require_boolean_expr(__fun(__a, __b));
  /external/libffi/src/x86/
ffi.c 316 unsigned int __fun = (unsigned int)(FUN); \
318 unsigned int __dis = __fun - (__ctx + 10); \
322 *(unsigned int*) &__tramp[6] = __dis; /* jmp __fun */ \
327 unsigned int __fun = (unsigned int)(FUN); \
329 unsigned int __dis = __fun - (__ctx + 10); \
334 *(unsigned int*) &__tramp[6] = __dis; /* call __fun */ \
  /external/libffi/src/arm/
ffi.c 278 unsigned int __fun = (unsigned int)(FUN); \
284 *(unsigned int*) &__tramp[16] = __fun; \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
valarray 117 typedef typename __fun<_Op, _Tp>::result_type __rt;
964 typedef typename __fun<_Name, _Tp>::result_type _Rt; \
    [all...]

Completed in 195 milliseconds