/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 106 count(_InputIter __first, _InputIter __last, const _Tp& __val, _Size& __n) { 109 if (*__first == __val) 127 // search_n. Search for __count consecutive copies of __val. 130 _Integer __count, const _Tp& __val); 133 _Integer __count, const _Tp& __val, _BinaryPred __binary_pred); 239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { 242 if (!(*__first == __val)) { 265 remove(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) { 267 __first = find(__first, __last, __val); 272 return remove_copy(++__next, __last, __first, __val); [all...] |
_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/ |
_algo.h | 106 count(_InputIter __first, _InputIter __last, const _Tp& __val, _Size& __n) { 109 if (*__first == __val) 127 // search_n. Search for __count consecutive copies of __val. 130 _Integer __count, const _Tp& __val); 133 _Integer __count, const _Tp& __val, _BinaryPred __binary_pred); 239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { 242 if (!(*__first == __val)) { 265 remove(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) { 267 __first = find(__first, __last, __val); 272 return remove_copy(++__next, __last, __first, __val); [all...] |
_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/ |
_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...] |
/ndk/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/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...] |
/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 40 !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
|