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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_before.h 339 struct __fun struct
346 struct __fun<__logical_not, _Tp> struct
352 struct __fun<__logical_and, _Tp> struct
358 struct __fun<__logical_or, _Tp> struct
364 struct __fun<__less, _Tp> struct
370 struct __fun<__greater, _Tp> struct
376 struct __fun<__less_equal, _Tp> struct
382 struct __fun<__greater_equal, _Tp> struct
388 struct __fun<__equal_to, _Tp> struct
394 struct __fun<__not_equal_to, _Tp struct
    [all...]
valarray_after.h 340 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
345 typedef typename __fun<_Name, _Arg>::result_type _Value; \
353 typename __fun<_Name, typename _Dom::value_type>::result_type> \
358 typedef typename __fun<_Name, _Arg>::result_type _Value; \
366 typename __fun<_Name, typename _Dom::value_type>::result_type> \
371 typedef typename __fun<_Name, _Arg>::result_type _Value; \
379 typename __fun<_Name, typename _Dom::value_type>::result_type> \
384 typedef typename __fun<_Name, _Arg>::result_type _Value; \
392 typename __fun<_Name, typename _Dom::value_type>::result_type> \
397 typedef typename __fun<_Name, _Tp>::result_type _Value;
    [all...]
boost_concept_check.h 401 void __const_constraints(const _Func& __fun) {
404 __aux_require_boolean_expr(__fun(__a, __b));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_before.h 339 struct __fun struct
346 struct __fun<__logical_not, _Tp> struct
352 struct __fun<__logical_and, _Tp> struct
358 struct __fun<__logical_or, _Tp> struct
364 struct __fun<__less, _Tp> struct
370 struct __fun<__greater, _Tp> struct
376 struct __fun<__less_equal, _Tp> struct
382 struct __fun<__greater_equal, _Tp> struct
388 struct __fun<__equal_to, _Tp> struct
394 struct __fun<__not_equal_to, _Tp struct
    [all...]
valarray_after.h 340 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
345 typedef typename __fun<_Name, _Arg>::result_type _Value; \
353 typename __fun<_Name, typename _Dom::value_type>::result_type> \
358 typedef typename __fun<_Name, _Arg>::result_type _Value; \
366 typename __fun<_Name, typename _Dom::value_type>::result_type> \
371 typedef typename __fun<_Name, _Arg>::result_type _Value; \
379 typename __fun<_Name, typename _Dom::value_type>::result_type> \
384 typedef typename __fun<_Name, _Arg>::result_type _Value; \
392 typename __fun<_Name, typename _Dom::value_type>::result_type> \
397 typedef typename __fun<_Name, _Tp>::result_type _Value;
    [all...]
  /external/libffi/src/x86/
ffi.c 650 void* __fun = (void*)(FUN); \
660 *(void**) &__tramp[18] = __fun; /* mov __fun, %r10 */ \
670 unsigned int __fun = (unsigned int)(FUN); \
672 unsigned int __dis = __fun - (__ctx + 10); \
676 *(unsigned int*) &__tramp[6] = __dis; /* jmp __fun */ \
681 unsigned int __fun = (unsigned int)(FUN); \
683 unsigned int __dis = __fun - (__ctx + 49); \
701 *(unsigned int*) &__tramp[45] = __dis; /* call __fun */ \
708 unsigned int __fun = (unsigned int)(FUN);
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
ffi.c 582 void* __fun = (void*)(FUN); \
592 *(void**) &__tramp[18] = __fun; /* mov __fun, %r10 */ \
602 unsigned int __fun = (unsigned int)(FUN); \
604 unsigned int __dis = __fun - (__ctx + 10); \
608 *(unsigned int*) &__tramp[6] = __dis; /* jmp __fun */ \
613 unsigned int __fun = (unsigned int)(FUN); \
615 unsigned int __dis = __fun - (__ctx + 49); \
633 *(unsigned int*) &__tramp[45] = __dis; /* call __fun */ \
640 unsigned int __fun = (unsigned int)(FUN);
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/x86/
ffi.c 582 void* __fun = (void*)(FUN); \
592 *(void**) &__tramp[18] = __fun; /* mov __fun, %r10 */ \
602 unsigned int __fun = (unsigned int)(FUN); \
604 unsigned int __dis = __fun - (__ctx + 10); \
608 *(unsigned int*) &__tramp[6] = __dis; /* jmp __fun */ \
613 unsigned int __fun = (unsigned int)(FUN); \
615 unsigned int __dis = __fun - (__ctx + 49); \
633 *(unsigned int*) &__tramp[45] = __dis; /* call __fun */ \
640 unsigned int __fun = (unsigned int)(FUN);
    [all...]
  /external/libffi/src/metag/
ffi.c 222 * __fun: assembly routine
227 void ffi_init_trampoline(unsigned char *__tramp, unsigned int __fun, unsigned int __ctx) {
230 *(unsigned int*) &__tramp[44] = __fun;
  /external/python/cpython2/Modules/_ctypes/libffi/src/metag/
ffi.c 222 * __fun: assembly routine
227 void ffi_init_trampoline(unsigned char *__tramp, unsigned int __fun, unsigned int __ctx) {
230 *(unsigned int*) &__tramp[44] = __fun;
  /external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
x86-ffi_darwin.c 309 unsigned int __fun = (unsigned int)(FUN); \
311 unsigned int __dis = __fun - (__ctx + FFI_TRAMPOLINE_SIZE); \
315 *(unsigned int*) &__tramp[6] = __dis; /* jmp __fun */ \
  /external/python/cpython3/Modules/_ctypes/libffi/src/metag/
ffi.c 222 * __fun: assembly routine
227 void ffi_init_trampoline(unsigned char *__tramp, unsigned int __fun, unsigned int __ctx) {
230 *(unsigned int*) &__tramp[44] = __fun;
  /external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
x86-ffi_darwin.c 309 unsigned int __fun = (unsigned int)(FUN); \
311 unsigned int __dis = __fun - (__ctx + FFI_TRAMPOLINE_SIZE); \
315 *(unsigned int*) &__tramp[6] = __dis; /* jmp __fun */ \
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi.c 273 ldr pc, [pc, #-4] ; jump to __fun
274 DCD __fun
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
valarray 121 typedef typename __fun<_Op, _Tp>::result_type __rt;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
valarray 121 typedef typename __fun<_Op, _Tp>::result_type __rt;
    [all...]
  /external/libffi/src/avr32/
ffi.c 402 unsigned int __fun = (unsigned int)(&ffi_closure_SYSV); local
414 *(unsigned int*) &__tramp[32] = __fun;
  /external/python/cpython2/Modules/_ctypes/libffi/src/avr32/
ffi.c 402 unsigned int __fun = (unsigned int)(&ffi_closure_SYSV); local
414 *(unsigned int*) &__tramp[32] = __fun;
  /external/python/cpython3/Modules/_ctypes/libffi/src/avr32/
ffi.c 402 unsigned int __fun = (unsigned int)(&ffi_closure_SYSV); local
414 *(unsigned int*) &__tramp[32] = __fun;
  /external/libffi/src/aarch64/
ffi.c 917 UINT64 __fun = (UINT64)(FUN); \
921 memcpy (__tramp + 12, &__fun, sizeof (__fun)); \
  /external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
ffi.c 906 UINT64 __fun = (UINT64)(FUN); \
910 memcpy (__tramp + 12, &__fun, sizeof (__fun)); \
  /external/python/cpython3/Modules/_ctypes/libffi/src/aarch64/
ffi.c 906 UINT64 __fun = (UINT64)(FUN); \
910 memcpy (__tramp + 12, &__fun, sizeof (__fun)); \
  /external/libffi/src/arm/
ffi.c 756 unsigned int __fun = (unsigned int)(FUN); \
761 *(unsigned int*) &__tramp[16] = __fun; \
  /external/python/cpython2/Modules/_ctypes/libffi/src/arm/
ffi.c 756 unsigned int __fun = (unsigned int)(FUN); \
761 *(unsigned int*) &__tramp[16] = __fun; \
  /external/python/cpython3/Modules/_ctypes/libffi/src/arm/
ffi.c 756 unsigned int __fun = (unsigned int)(FUN); \
761 *(unsigned int*) &__tramp[16] = __fun; \

Completed in 1097 milliseconds

1 2