HomeSort by relevance Sort by last modified time
    Searched refs:__res (Results 151 - 175 of 280) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
mipsregs.h 474 #define read_r10k_perf_cntr(counter) ({ unsigned int __res; __asm__ __volatile__( "mfpc\t%0, %1" : "=r" (__res) : "i" (counter)); __res; })
476 #define read_r10k_perf_event(counter) ({ unsigned int __res; __asm__ __volatile__( "mfps\t%0, %1" : "=r" (__res) : "i" (counter)); __res; })
479 #define __read_32bit_c0_register(source, sel) ({ int __res; if (sel == 0) __asm__ __volatile__( "mfc0\t%0, " #source "\n\t" : "=r" (__res)); else __asm__ __volatile__( ".set\tmips32\n\t" "mfc0\t%0, " #source ", " #sel "\n\t" ".set\tmips0\n\t" : "=r" (__res)); __res; })
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linux_syscall_support.h 795 long __res; \
804 LSS_RETURN(type,__res)
808 long __res; \
810 : "=a" (__res) \
813 LSS_RETURN(type,__res); \
819 : "=a" (__res) \
826 : "=a" (__res) \
833 : "=a" (__res) \
841 : "=a" (__res) \
850 long __res; \
888 long __res; local
1083 long __res; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
map.h 204 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
205 return std::pair<iterator, bool>(iterator(__res.first, this),
206 __res.second);
312 std::pair<_Base_iterator, _Base_iterator> __res = local
314 return std::make_pair(iterator(__res.first, this),
315 iterator(__res.second, this));
322 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
324 return std::make_pair(const_iterator(__res.first, this),
325 const_iterator(__res.second, this));
set.h 193 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
194 return std::pair<iterator, bool>(iterator(__res.first, this),
195 __res.second);
308 std::pair<_Base_iterator, _Base_iterator> __res = local
310 return std::make_pair(iterator(__res.first, this),
311 iterator(__res.second, this));
320 std::pair<_Base_iterator, _Base_iterator> __res = local
322 return std::make_pair(const_iterator(__res.first, this),
323 const_iterator(__res.second, this));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
sso_string_base.h 229 _M_reserve(size_type __res);
525 _M_reserve(size_type __res)
528 if (__res < _M_length())
529 __res = _M_length();
532 if (__res != __capacity)
534 if (__res > __capacity
535 || __res > size_type(_S_local_capacity))
537 _CharT* __tmp = _M_create(__res, __capacity);
541 _M_capacity(__res);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 235 _M_reserve(size_type __res);
531 _M_reserve(size_type __res)
534 if (__res < _M_length())
535 __res = _M_length();
538 if (__res != __capacity)
540 if (__res > __capacity
541 || __res > size_type(_S_local_capacity))
543 _CharT* __tmp = _M_create(__res, __capacity);
547 _M_capacity(__res);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 235 _M_reserve(size_type __res);
531 _M_reserve(size_type __res)
534 if (__res < _M_length())
535 __res = _M_length();
538 if (__res != __capacity)
540 if (__res > __capacity
541 || __res > size_type(_S_local_capacity))
543 _CharT* __tmp = _M_create(__res, __capacity);
547 _M_capacity(__res);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
map.h 204 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
205 return std::pair<iterator, bool>(iterator(__res.first, this),
206 __res.second);
312 std::pair<_Base_iterator, _Base_iterator> __res = local
314 return std::make_pair(iterator(__res.first, this),
315 iterator(__res.second, this));
322 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
324 return std::make_pair(const_iterator(__res.first, this),
325 const_iterator(__res.second, this));
set.h 193 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
194 return std::pair<iterator, bool>(iterator(__res.first, this),
195 __res.second);
308 std::pair<_Base_iterator, _Base_iterator> __res = local
310 return std::make_pair(iterator(__res.first, this),
311 iterator(__res.second, this));
320 std::pair<_Base_iterator, _Base_iterator> __res = local
322 return std::make_pair(const_iterator(__res.first, this),
323 const_iterator(__res.second, this));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 229 _M_reserve(size_type __res);
525 _M_reserve(size_type __res)
528 if (__res < _M_length())
529 __res = _M_length();
532 if (__res != __capacity)
534 if (__res > __capacity
535 || __res > size_type(_S_local_capacity))
537 _CharT* __tmp = _M_create(__res, __capacity);
541 _M_capacity(__res);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
map.h 204 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
205 return std::pair<iterator, bool>(iterator(__res.first, this),
206 __res.second);
312 std::pair<_Base_iterator, _Base_iterator> __res = local
314 return std::make_pair(iterator(__res.first, this),
315 iterator(__res.second, this));
322 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
324 return std::make_pair(const_iterator(__res.first, this),
325 const_iterator(__res.second, this));
set.h 193 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
194 return std::pair<iterator, bool>(iterator(__res.first, this),
195 __res.second);
308 std::pair<_Base_iterator, _Base_iterator> __res = local
310 return std::make_pair(iterator(__res.first, this),
311 iterator(__res.second, this));
320 std::pair<_Base_iterator, _Base_iterator> __res = local
322 return std::make_pair(const_iterator(__res.first, this),
323 const_iterator(__res.second, this));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 229 _M_reserve(size_type __res);
525 _M_reserve(size_type __res)
528 if (__res < _M_length())
529 __res = _M_length();
532 if (__res != __capacity)
534 if (__res > __capacity
535 || __res > size_type(_S_local_capacity))
537 _CharT* __tmp = _M_create(__res, __capacity);
541 _M_capacity(__res);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
map.h 204 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
205 return std::pair<iterator, bool>(iterator(__res.first, this),
206 __res.second);
312 std::pair<_Base_iterator, _Base_iterator> __res = local
314 return std::make_pair(iterator(__res.first, this),
315 iterator(__res.second, this));
322 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
324 return std::make_pair(const_iterator(__res.first, this),
325 const_iterator(__res.second, this));
set.h 193 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
194 return std::pair<iterator, bool>(iterator(__res.first, this),
195 __res.second);
308 std::pair<_Base_iterator, _Base_iterator> __res = local
310 return std::make_pair(iterator(__res.first, this),
311 iterator(__res.second, this));
320 std::pair<_Base_iterator, _Base_iterator> __res = local
322 return std::make_pair(const_iterator(__res.first, this),
323 const_iterator(__res.second, this));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 229 _M_reserve(size_type __res);
525 _M_reserve(size_type __res)
528 if (__res < _M_length())
529 __res = _M_length();
532 if (__res != __capacity)
534 if (__res > __capacity
535 || __res > size_type(_S_local_capacity))
537 _CharT* __tmp = _M_create(__res, __capacity);
541 _M_capacity(__res);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
map.h 204 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
205 return std::pair<iterator, bool>(iterator(__res.first, this),
206 __res.second);
312 std::pair<_Base_iterator, _Base_iterator> __res = local
314 return std::make_pair(iterator(__res.first, this),
315 iterator(__res.second, this));
322 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
324 return std::make_pair(const_iterator(__res.first, this),
325 const_iterator(__res.second, this));
set.h 193 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
194 return std::pair<iterator, bool>(iterator(__res.first, this),
195 __res.second);
308 std::pair<_Base_iterator, _Base_iterator> __res = local
310 return std::make_pair(iterator(__res.first, this),
311 iterator(__res.second, this));
320 std::pair<_Base_iterator, _Base_iterator> __res = local
322 return std::make_pair(const_iterator(__res.first, this),
323 const_iterator(__res.second, this));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
sso_string_base.h 229 _M_reserve(size_type __res);
525 _M_reserve(size_type __res)
528 if (__res < _M_length())
529 __res = _M_length();
532 if (__res != __capacity)
534 if (__res > __capacity
535 || __res > size_type(_S_local_capacity))
537 _CharT* __tmp = _M_create(__res, __capacity);
541 _M_capacity(__res);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
sso_string_base.h 235 _M_reserve(size_type __res);
531 _M_reserve(size_type __res)
534 if (__res < _M_length())
535 __res = _M_length();
538 if (__res != __capacity)
540 if (__res > __capacity
541 || __res > size_type(_S_local_capacity))
543 _CharT* __tmp = _M_create(__res, __capacity);
547 _M_capacity(__res);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
sso_string_base.h 214 _M_reserve(size_type __res);
510 _M_reserve(size_type __res)
513 if (__res < _M_length())
514 __res = _M_length();
517 if (__res != __capacity)
519 if (__res > __capacity
520 || __res > size_type(_S_local_capacity))
522 _CharT* __tmp = _M_create(__res, __capacity);
526 _M_capacity(__res);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
sso_string_base.h 235 _M_reserve(size_type __res);
531 _M_reserve(size_type __res)
534 if (__res < _M_length())
535 __res = _M_length();
538 if (__res != __capacity)
540 if (__res > __capacity
541 || __res > size_type(_S_local_capacity))
543 _CharT* __tmp = _M_create(__res, __capacity);
547 _M_capacity(__res);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
sso_string_base.h 214 _M_reserve(size_type __res);
510 _M_reserve(size_type __res)
513 if (__res < _M_length())
514 __res = _M_length();
517 if (__res != __capacity)
519 if (__res > __capacity
520 || __res > size_type(_S_local_capacity))
522 _CharT* __tmp = _M_create(__res, __capacity);
526 _M_capacity(__res);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
sso_string_base.h 213 _M_reserve(size_type __res);
509 _M_reserve(size_type __res)
512 if (__res < _M_length())
513 __res = _M_length();
516 if (__res != __capacity)
518 if (__res > __capacity
519 || __res > size_type(_S_local_capacity))
521 _CharT* __tmp = _M_create(__res, __capacity);
525 _M_capacity(__res);
  /external/kernel-headers/original/linux/netfilter/
nfnetlink.h 155 ({ int __i, __res = 0; \
160 __res = 1; \
164 __res; \

Completed in 1848 milliseconds

1 2 3 4 5 67 8 91011>>