HomeSort by relevance Sort by last modified time
    Searched full:__val (Results 876 - 900 of 1025) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
mipsregs.h 489 #define __read_64bit_c0_split(source, sel) ({ unsigned long long __val; unsigned long __flags; local_irq_save(__flags); if (sel == 0) __asm__ __volatile__( ".set\tmips64\n\t" "dmfc0\t%M0, " #source "\n\t" "dsll\t%L0, %M0, 32\n\t" "dsrl\t%M0, %M0, 32\n\t" "dsrl\t%L0, %L0, 32\n\t" ".set\tmips0" : "=r" (__val)); else __asm__ __volatile__( ".set\tmips64\n\t" "dmfc0\t%M0, " #source ", " #sel "\n\t" "dsll\t%L0, %M0, 32\n\t" "dsrl\t%M0, %M0, 32\n\t" "dsrl\t%L0, %L0, 32\n\t" ".set\tmips0" : "=r" (__val)); local_irq_restore(__flags); __val; })
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
mipsregs.h 489 #define __read_64bit_c0_split(source, sel) ({ unsigned long long __val; unsigned long __flags; local_irq_save(__flags); if (sel == 0) __asm__ __volatile__( ".set\tmips64\n\t" "dmfc0\t%M0, " #source "\n\t" "dsll\t%L0, %M0, 32\n\t" "dsrl\t%M0, %M0, 32\n\t" "dsrl\t%L0, %L0, 32\n\t" ".set\tmips0" : "=r" (__val)); else __asm__ __volatile__( ".set\tmips64\n\t" "dmfc0\t%M0, " #source ", " #sel "\n\t" "dsll\t%L0, %M0, 32\n\t" "dsrl\t%M0, %M0, 32\n\t" "dsrl\t%L0, %L0, 32\n\t" ".set\tmips0" : "=r" (__val)); local_irq_restore(__flags); __val; })
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
mipsregs.h 489 #define __read_64bit_c0_split(source, sel) ({ unsigned long long __val; unsigned long __flags; local_irq_save(__flags); if (sel == 0) __asm__ __volatile__( ".set\tmips64\n\t" "dmfc0\t%M0, " #source "\n\t" "dsll\t%L0, %M0, 32\n\t" "dsrl\t%M0, %M0, 32\n\t" "dsrl\t%L0, %L0, 32\n\t" ".set\tmips0" : "=r" (__val)); else __asm__ __volatile__( ".set\tmips64\n\t" "dmfc0\t%M0, " #source ", " #sel "\n\t" "dsll\t%L0, %M0, 32\n\t" "dsrl\t%M0, %M0, 32\n\t" "dsrl\t%L0, %L0, 32\n\t" ".set\tmips0" : "=r" (__val)); local_irq_restore(__flags); __val; })
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algobase.h 935 * @param __val The search term.
944 const _Tp& __val)
956 __glibcxx_requires_partitioned_lower(__first, __last, __val);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 909 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
910 { _M_fill_assign(__n, __val); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 592 construct(pointer __p, const _Tp& __val)
593 { ::new((void *)__p) _Tp(__val); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
hashtable_policy.h 60 __lower_bound(_RAIter __first, _RAIter __last, const _Tp& __val)
69 if (*__middle < __val)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 922 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
923 { _M_fill_assign(__n, __val); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 239 const _Tp& __val, _Compare __comp)
255 if (__comp(*__middle, __val))
mt_allocator.h 594 construct(pointer __p, const _Tp& __val)
595 { ::new((void *)__p) _Tp(__val); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 922 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
923 { _M_fill_assign(__n, __val); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 239 const _Tp& __val, _Compare __comp)
255 if (__comp(*__middle, __val))
mt_allocator.h 594 construct(pointer __p, const _Tp& __val)
595 { ::new((void *)__p) _Tp(__val); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 909 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
910 { _M_fill_assign(__n, __val); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 592 construct(pointer __p, const _Tp& __val)
593 { ::new((void *)__p) _Tp(__val); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 60 __lower_bound(_RAIter __first, _RAIter __last, const _Tp& __val)
69 if (*__middle < __val)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 909 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
910 { _M_fill_assign(__n, __val); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 592 construct(pointer __p, const _Tp& __val)
593 { ::new((void *)__p) _Tp(__val); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 60 __lower_bound(_RAIter __first, _RAIter __last, const _Tp& __val)
69 if (*__middle < __val)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 909 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
910 { _M_fill_assign(__n, __val); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 592 construct(pointer __p, const _Tp& __val)
593 { ::new((void *)__p) _Tp(__val); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 60 __lower_bound(_RAIter __first, _RAIter __last, const _Tp& __val)
69 if (*__middle < __val)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_bvector.h 905 _M_assign_dispatch(_Integer __n, _Integer __val, __true_type)
906 { _M_fill_assign(__n, __val); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
mt_allocator.h 592 construct(pointer __p, const _Tp& __val)
593 { ::new((void *)__p) _Tp(__val); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
hashtable_policy.h 60 __lower_bound(_RAIter __first, _RAIter __last, const _Tp& __val)
69 if (*__middle < __val)

Completed in 1362 milliseconds

<<31323334353637383940>>