HomeSort by relevance Sort by last modified time
    Searched refs:__flags (Results 126 - 150 of 155) sorted by null

1 2 3 4 56 7

  /prebuilts/ndk/8/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; })
490 #define __write_64bit_c0_split(source, sel, val) do { unsigned long __flags; local_irq_save(__flags); if (sel == 0) __asm__ __volatile__( ".set\tmips64\n\t" "dsll\t%L0, %L0, 32\n\t" "dsrl\t%L0, %L0, 32\n\t" "dsll\t%M0, %M0, 32\n\t" "or\t%L0, %L0, %M0\n\t" "dmtc0\t%L0, " #source "\n\t" ".set\tmips0" : : "r" (val)); else __asm__ __volatile__( ".set\tmips64\n\t" "dsll\t%L0, %L0, 32\n\t" "dsrl\t%L0, %L0, 32\n\t" "dsll\t%M0, %M0, 32\n\t" "or\t%L0, %L0, %M0\n\t" "dmtc0\t%L0, " #source ", " #sel "\n\t" ".set\tmips0" : : "r" (val)); local_irq_restore(__flags); } while (0)
    [all...]
  /prebuilts/ndk/8/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; })
490 #define __write_64bit_c0_split(source, sel, val) do { unsigned long __flags; local_irq_save(__flags); if (sel == 0) __asm__ __volatile__( ".set\tmips64\n\t" "dsll\t%L0, %L0, 32\n\t" "dsrl\t%L0, %L0, 32\n\t" "dsll\t%M0, %M0, 32\n\t" "or\t%L0, %L0, %M0\n\t" "dmtc0\t%L0, " #source "\n\t" ".set\tmips0" : : "r" (val)); else __asm__ __volatile__( ".set\tmips64\n\t" "dsll\t%L0, %L0, 32\n\t" "dsrl\t%L0, %L0, 32\n\t" "dsll\t%M0, %M0, 32\n\t" "or\t%L0, %L0, %M0\n\t" "dmtc0\t%L0, " #source ", " #sel "\n\t" ".set\tmips0" : : "r" (val)); local_irq_restore(__flags); } while (0)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_compiler.h 103 _Scanner(_IteratorT __begin, _IteratorT __end, _FlagT __flags,
105 : _M_current(__begin) , _M_end(__end) , _M_flags(__flags),
640 _TraitsT& __traits, _FlagT __flags);
718 _Compiler<_InIter, _TraitsT>::_FlagT __flags)
719 : _M_traits(__traits), _M_scanner(__b, __e, __flags, _M_traits.getloc()),
720 _M_state_store(__flags)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_compiler.h 103 _Scanner(_IteratorT __begin, _IteratorT __end, _FlagT __flags,
105 : _M_current(__begin) , _M_end(__end) , _M_flags(__flags),
640 _TraitsT& __traits, _FlagT __flags);
718 _Compiler<_InIter, _TraitsT>::_FlagT __flags)
719 : _M_traits(__traits), _M_scanner(__b, __e, __flags, _M_traits.getloc()),
720 _M_state_store(__flags)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 625 extern int mkostemp (char *__template, int __flags) __nonnull ((1)) __wur;
628 extern int __REDIRECT (mkostemp, (char *__template, int __flags), mkostemp64)
635 extern int mkostemp64 (char *__template, int __flags) __nonnull ((1)) __wur;
netdb.h 649 socklen_t __servlen, unsigned int __flags);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 625 extern int mkostemp (char *__template, int __flags) __nonnull ((1)) __wur;
628 extern int __REDIRECT (mkostemp, (char *__template, int __flags), mkostemp64)
635 extern int mkostemp64 (char *__template, int __flags) __nonnull ((1)) __wur;
netdb.h 649 socklen_t __servlen, unsigned int __flags);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 625 extern int mkostemp (char *__template, int __flags) __nonnull ((1)) __wur;
628 extern int __REDIRECT (mkostemp, (char *__template, int __flags), mkostemp64)
635 extern int mkostemp64 (char *__template, int __flags) __nonnull ((1)) __wur;
netdb.h 649 socklen_t __servlen, unsigned int __flags);
  /external/stlport/stlport/stl/
_num_put.h 139 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x);
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.h 139 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x);
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_put.h 139 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x);
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_put.h 139 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x);
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_put.h 139 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x);
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_put.h 139 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x);
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 364 int __flags)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 364 int __flags)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 364 int __flags)

Completed in 1481 milliseconds

1 2 3 4 56 7