HomeSort by relevance Sort by last modified time
    Searched full:__val (Results 276 - 300 of 1221) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 421 bool __val) const {
424 return do_put(__s, __f, __fill, __STATIC_CAST(long, __val));
426 return _STLP_PRIV __do_put_bool(__s, __f, __fill, __val);
433 long __val) const
434 { return _STLP_PRIV __do_put_integer(__s, __f, __fill, __val); }
439 unsigned long __val) const
440 { return _STLP_PRIV __do_put_integer(__s, __f, __fill, __val); }
445 double __val) const
446 { return _STLP_PRIV __do_put_float(__s, __f, __fill, __val); }
452 long double __val) cons
    [all...]
_istream.h 101 _Self& operator>> (short& __val);
102 _Self& operator>> (int& __val);
103 _Self& operator>> (unsigned short& __val);
104 _Self& operator>> (unsigned int& __val);
105 _Self& operator>> (long& __val);
106 _Self& operator>> (unsigned long& __val);
108 _Self& operator>> (_STLP_LONG_LONG& __val);
109 _Self& operator>> (unsigned _STLP_LONG_LONG& __val);
111 _Self& operator>> (float& __val);
112 _Self& operator>> (double& __val);
    [all...]
_algo.c 155 _Integer __count, const _Tp& __val, _BinaryPred __pred,
168 while ( !__pred(*__lookAhead, __val) ) { // the skip loop...
182 for (__backTrack = __lookAhead; __pred(*--__backTrack, __val); ) {
193 while ( __pred(*__lookAhead, __val) ) {
200 } while (__pred(*--__backTrack, __val));
221 _Integer __count, const _Tp& __val, _BinaryPred __pred,
223 for (; (__first != __last) && !__pred(*__first, __val); ++__first) {}
228 while (__i != __last && __n != 0 && __pred(*__i, __val)) {
235 for (__first = ++__i; (__first != __last) && !__pred(*__first, __val); ++__first) {}
244 // search_n. Search for __count consecutive copies of __val
298 _Tp __val = *__first; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 421 bool __val) const {
424 return do_put(__s, __f, __fill, __STATIC_CAST(long, __val));
426 return _STLP_PRIV __do_put_bool(__s, __f, __fill, __val);
433 long __val) const
434 { return _STLP_PRIV __do_put_integer(__s, __f, __fill, __val); }
439 unsigned long __val) const
440 { return _STLP_PRIV __do_put_integer(__s, __f, __fill, __val); }
445 double __val) const
446 { return _STLP_PRIV __do_put_float(__s, __f, __fill, __val); }
452 long double __val) cons
    [all...]
_istream.h 101 _Self& operator>> (short& __val);
102 _Self& operator>> (int& __val);
103 _Self& operator>> (unsigned short& __val);
104 _Self& operator>> (unsigned int& __val);
105 _Self& operator>> (long& __val);
106 _Self& operator>> (unsigned long& __val);
108 _Self& operator>> (_STLP_LONG_LONG& __val);
109 _Self& operator>> (unsigned _STLP_LONG_LONG& __val);
111 _Self& operator>> (float& __val);
112 _Self& operator>> (double& __val);
    [all...]
_algo.c 155 _Integer __count, const _Tp& __val, _BinaryPred __pred,
168 while ( !__pred(*__lookAhead, __val) ) { // the skip loop...
182 for (__backTrack = __lookAhead; __pred(*--__backTrack, __val); ) {
193 while ( __pred(*__lookAhead, __val) ) {
200 } while (__pred(*--__backTrack, __val));
221 _Integer __count, const _Tp& __val, _BinaryPred __pred,
223 for (; (__first != __last) && !__pred(*__first, __val); ++__first) {}
228 while (__i != __last && __n != 0 && __pred(*__i, __val)) {
235 for (__first = ++__i; (__first != __last) && !__pred(*__first, __val); ++__first) {}
244 // search_n. Search for __count consecutive copies of __val
298 _Tp __val = *__first; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 421 bool __val) const {
424 return do_put(__s, __f, __fill, __STATIC_CAST(long, __val));
426 return _STLP_PRIV __do_put_bool(__s, __f, __fill, __val);
433 long __val) const
434 { return _STLP_PRIV __do_put_integer(__s, __f, __fill, __val); }
439 unsigned long __val) const
440 { return _STLP_PRIV __do_put_integer(__s, __f, __fill, __val); }
445 double __val) const
446 { return _STLP_PRIV __do_put_float(__s, __f, __fill, __val); }
452 long double __val) cons
    [all...]
_istream.h 101 _Self& operator>> (short& __val);
102 _Self& operator>> (int& __val);
103 _Self& operator>> (unsigned short& __val);
104 _Self& operator>> (unsigned int& __val);
105 _Self& operator>> (long& __val);
106 _Self& operator>> (unsigned long& __val);
108 _Self& operator>> (_STLP_LONG_LONG& __val);
109 _Self& operator>> (unsigned _STLP_LONG_LONG& __val);
111 _Self& operator>> (float& __val);
112 _Self& operator>> (double& __val);
    [all...]
_algo.c 155 _Integer __count, const _Tp& __val, _BinaryPred __pred,
168 while ( !__pred(*__lookAhead, __val) ) { // the skip loop...
182 for (__backTrack = __lookAhead; __pred(*--__backTrack, __val); ) {
193 while ( __pred(*__lookAhead, __val) ) {
200 } while (__pred(*--__backTrack, __val));
221 _Integer __count, const _Tp& __val, _BinaryPred __pred,
223 for (; (__first != __last) && !__pred(*__first, __val); ++__first) {}
228 while (__i != __last && __n != 0 && __pred(*__i, __val)) {
235 for (__first = ++__i; (__first != __last) && !__pred(*__first, __val); ++__first) {}
244 // search_n. Search for __count consecutive copies of __val
298 _Tp __val = *__first; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 421 bool __val) const {
424 return do_put(__s, __f, __fill, __STATIC_CAST(long, __val));
426 return _STLP_PRIV __do_put_bool(__s, __f, __fill, __val);
433 long __val) const
434 { return _STLP_PRIV __do_put_integer(__s, __f, __fill, __val); }
439 unsigned long __val) const
440 { return _STLP_PRIV __do_put_integer(__s, __f, __fill, __val); }
445 double __val) const
446 { return _STLP_PRIV __do_put_float(__s, __f, __fill, __val); }
452 long double __val) cons
    [all...]
_istream.h 101 _Self& operator>> (short& __val);
102 _Self& operator>> (int& __val);
103 _Self& operator>> (unsigned short& __val);
104 _Self& operator>> (unsigned int& __val);
105 _Self& operator>> (long& __val);
106 _Self& operator>> (unsigned long& __val);
108 _Self& operator>> (_STLP_LONG_LONG& __val);
109 _Self& operator>> (unsigned _STLP_LONG_LONG& __val);
111 _Self& operator>> (float& __val);
112 _Self& operator>> (double& __val);
    [all...]
_algo.c 155 _Integer __count, const _Tp& __val, _BinaryPred __pred,
168 while ( !__pred(*__lookAhead, __val) ) { // the skip loop...
182 for (__backTrack = __lookAhead; __pred(*--__backTrack, __val); ) {
193 while ( __pred(*__lookAhead, __val) ) {
200 } while (__pred(*--__backTrack, __val));
221 _Integer __count, const _Tp& __val, _BinaryPred __pred,
223 for (; (__first != __last) && !__pred(*__first, __val); ++__first) {}
228 while (__i != __last && __n != 0 && __pred(*__i, __val)) {
235 for (__first = ++__i; (__first != __last) && !__pred(*__first, __val); ++__first) {}
244 // search_n. Search for __count consecutive copies of __val
298 _Tp __val = *__first; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_put.c 421 bool __val) const {
424 return do_put(__s, __f, __fill, __STATIC_CAST(long, __val));
426 return _STLP_PRIV __do_put_bool(__s, __f, __fill, __val);
433 long __val) const
434 { return _STLP_PRIV __do_put_integer(__s, __f, __fill, __val); }
439 unsigned long __val) const
440 { return _STLP_PRIV __do_put_integer(__s, __f, __fill, __val); }
445 double __val) const
446 { return _STLP_PRIV __do_put_float(__s, __f, __fill, __val); }
452 long double __val) cons
    [all...]
_istream.h 101 _Self& operator>> (short& __val);
102 _Self& operator>> (int& __val);
103 _Self& operator>> (unsigned short& __val);
104 _Self& operator>> (unsigned int& __val);
105 _Self& operator>> (long& __val);
106 _Self& operator>> (unsigned long& __val);
108 _Self& operator>> (_STLP_LONG_LONG& __val);
109 _Self& operator>> (unsigned _STLP_LONG_LONG& __val);
111 _Self& operator>> (float& __val);
112 _Self& operator>> (double& __val);
    [all...]
_algo.c 155 _Integer __count, const _Tp& __val, _BinaryPred __pred,
168 while ( !__pred(*__lookAhead, __val) ) { // the skip loop...
182 for (__backTrack = __lookAhead; __pred(*--__backTrack, __val); ) {
193 while ( __pred(*__lookAhead, __val) ) {
200 } while (__pred(*--__backTrack, __val));
221 _Integer __count, const _Tp& __val, _BinaryPred __pred,
223 for (; (__first != __last) && !__pred(*__first, __val); ++__first) {}
228 while (__i != __last && __n != 0 && __pred(*__i, __val)) {
235 for (__first = ++__i; (__first != __last) && !__pred(*__first, __val); ++__first) {}
244 // search_n. Search for __count consecutive copies of __val
298 _Tp __val = *__first; local
    [all...]
  /external/stlport/stlport/stl/
_istream.h 101 _Self& operator>> (short& __val);
102 _Self& operator>> (int& __val);
103 _Self& operator>> (unsigned short& __val);
104 _Self& operator>> (unsigned int& __val);
105 _Self& operator>> (long& __val);
106 _Self& operator>> (unsigned long& __val);
108 _Self& operator>> (_STLP_LONG_LONG& __val);
109 _Self& operator>> (unsigned _STLP_LONG_LONG& __val);
111 _Self& operator>> (float& __val);
112 _Self& operator>> (double& __val);
    [all...]
_algo.c 155 _Integer __count, const _Tp& __val, _BinaryPred __pred,
168 while ( !__pred(*__lookAhead, __val) ) { // the skip loop...
182 for (__backTrack = __lookAhead; __pred(*--__backTrack, __val); ) {
193 while ( __pred(*__lookAhead, __val) ) {
200 } while (__pred(*--__backTrack, __val));
221 _Integer __count, const _Tp& __val, _BinaryPred __pred,
223 for (; (__first != __last) && !__pred(*__first, __val); ++__first) {}
228 while (__i != __last && __n != 0 && __pred(*__i, __val)) {
235 for (__first = ++__i; (__first != __last) && !__pred(*__first, __val); ++__first) {}
244 // search_n. Search for __count consecutive copies of __val
298 _Tp __val = *__first; local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h 101 _Self& operator>> (short& __val);
102 _Self& operator>> (int& __val);
103 _Self& operator>> (unsigned short& __val);
104 _Self& operator>> (unsigned int& __val);
105 _Self& operator>> (long& __val);
106 _Self& operator>> (unsigned long& __val);
108 _Self& operator>> (_STLP_LONG_LONG& __val);
109 _Self& operator>> (unsigned _STLP_LONG_LONG& __val);
111 _Self& operator>> (float& __val);
112 _Self& operator>> (double& __val);
    [all...]
_algo.c 155 _Integer __count, const _Tp& __val, _BinaryPred __pred,
168 while ( !__pred(*__lookAhead, __val) ) { // the skip loop...
182 for (__backTrack = __lookAhead; __pred(*--__backTrack, __val); ) {
193 while ( __pred(*__lookAhead, __val) ) {
200 } while (__pred(*--__backTrack, __val));
221 _Integer __count, const _Tp& __val, _BinaryPred __pred,
223 for (; (__first != __last) && !__pred(*__first, __val); ++__first) {}
228 while (__i != __last && __n != 0 && __pred(*__i, __val)) {
235 for (__first = ++__i; (__first != __last) && !__pred(*__first, __val); ++__first) {}
244 // search_n. Search for __count consecutive copies of __val
298 _Tp __val = *__first; local
    [all...]
  /external/llvm/test/Transforms/InstCombine/
debuginfo.ll 9 define hidden i8* @foobar(i8* %__dest, i32 %__val, i64 %__len) nounwind inlinehint ssp {
12 %__val.addr = alloca i32, align 4
18 store i32 %__val, i32* %__val.addr, align 4
19 call void @llvm.dbg.declare(metadata !{i32* %__val.addr}, metadata !7), !dbg !18
23 %tmp1 = load i32* %__val.addr, align 4, !dbg !21
41 !7 = metadata !{i32 786689, metadata !1, metadata !"__val", metadata !2, i32 33554510, metadata !8, i32 0, null} ; [ DW_TAG_arg_variable ]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcompiler.h 57 # define INT64_C(__val) __val##i64
58 # define UINT64_C(__val) __val##ui64
  /external/mesa3d/src/egl/main/
eglcompiler.h 57 # define INT64_C(__val) __val##i64
58 # define UINT64_C(__val) __val##ui64
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 164 def major(dev): return (((dev).__val[1] >> 8) & 0xff)
166 def minor(dev): return ((dev).__val[1] & 0xff)
168 def major(dev): return (((dev).__val[0] >> 8) & 0xff)
170 def minor(dev): return ((dev).__val[0] & 0xff)
  /external/stlport/stlport/stl/pointers/
_list.h 96 explicit list(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
98 list(size_type __n, const value_type& __val,
101 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
191 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val,
193 { _M_impl.insert(_BaseIte(__pos._M_node), __n, __val); } local
255 void assign(size_type __n, const value_type& __val)
256 { _M_impl.assign(__n, cast_traits::to_storage_type_cref(__val)); }
262 void _M_assign_dispatch(_Integer __n, _Integer __val, const __true_type&)
263 { _M_impl.assign(__n, __val); }
301 void remove(const_reference __val)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 96 explicit list(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
98 list(size_type __n, const value_type& __val,
101 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
191 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val,
193 { _M_impl.insert(_BaseIte(__pos._M_node), __n, __val); } local
255 void assign(size_type __n, const value_type& __val)
256 { _M_impl.assign(__n, cast_traits::to_storage_type_cref(__val)); }
262 void _M_assign_dispatch(_Integer __n, _Integer __val, const __true_type&)
263 { _M_impl.assign(__n, __val); }
301 void remove(const_reference __val)
    [all...]

Completed in 2239 milliseconds

<<11121314151617181920>>