/external/stlport/stlport/stl/ |
D | _valarray.h | 180 valarray<_Tp> __tmp(this->size(), _NoInit()); 182 __tmp[__i] = -(*this)[__i]; 183 return __tmp; 187 valarray<_Tp> __tmp(this->size(), _NoInit()); 189 __tmp[__i] = ~(*this)[__i]; 190 return __tmp; 351 valarray<_Tp> __tmp(this->size()); in apply() 352 transform(this->_M_first + 0, this->_M_first + this->_M_size, __tmp._M_first, in apply() 354 return __tmp; in apply() 357 valarray<_Tp> __tmp(this->size()); in apply() [all …]
|
D | _valarray.c | 37 _Valarray_bool __tmp(this->size(), _Valarray_bool::_NoInit()); 39 __tmp[__i] = !(*this)[__i]; 40 return __tmp; 57 valarray<_Tp> __tmp(__slice.size(), _NoInit()); 62 __tmp[__i] = (*this)[__index]; 63 return __tmp; 99 valarray<_Tp> __tmp(__slice._M_size(), _NoInit()); 100 if (__tmp.size() != 0) { 102 do __tmp[__i._M_step] = (*this)[__i._M_1d_idx]; while(__i._M_incr()); 104 return __tmp; [all …]
|
D | _alloc.c | 63 unsigned char* __tmp; in deallocate() 64 for (__tmp = (unsigned char*)(__real_p + 1); __tmp < (unsigned char*)__p; ++__tmp) { in deallocate() 65 _STLP_VERBOSE_ASSERT(*__tmp == __shred_byte, _StlMsg_DBA_UNDERRUN) in deallocate() 70 for (__tmp= ((unsigned char*)__p) + __n * sizeof(value_type); in deallocate() 71 __tmp < ((unsigned char*)__real_p) + __real_n ; ++__tmp) { in deallocate() 72 _STLP_VERBOSE_ASSERT(*__tmp == __shred_byte, _StlMsg_DBA_OVERRUN) in deallocate()
|
D | _list.h | 127 _Self __tmp = *this; member 129 return __tmp; 136 _Self __tmp = *this; member 138 return __tmp; 425 _Node_base* __tmp = _M_create_node(__x); 428 __tmp->_M_next = __n; 429 __tmp->_M_prev = __p; 430 __p->_M_next = __tmp; 431 __n->_M_prev = __tmp; 432 return iterator(__tmp); [all …]
|
D | _ios_base.h | 109 fmtflags __tmp = _M_fmtflags; in flags() local 111 return __tmp; in flags() 115 fmtflags __tmp = _M_fmtflags; in setf() local 117 return __tmp; in setf() 120 fmtflags __tmp = _M_fmtflags; in setf() local 123 return __tmp; in setf() 129 streamsize __tmp = _M_precision; in precision() local 131 return __tmp; in precision() 136 streamsize __tmp = _M_width; in width() local 138 return __tmp; in width()
|
D | _ios.c | 49 basic_streambuf<_CharT, _Traits>* __tmp = _M_streambuf; in rdbuf() local 52 return __tmp; in rdbuf() 70 locale __tmp = ios_base::imbue(__loc); in imbue() local 79 __tmp = ios_base::imbue(__tmp); in imbue() 82 return __tmp; in imbue()
|
D | _bitset.c | 180 basic_string<_CharT, _Traits> __tmp; variable 181 __tmp.reserve(_Nb); 200 __tmp.push_back(__c); 208 if (__tmp.empty()) 211 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb); 221 basic_string<_CharT, _Traits> __tmp; variable 222 __x._M_copy_to_string(__tmp); 223 return __os << __tmp;
|
D | _vector.c | 69 pointer __tmp; in reserve() local 71 __tmp = _M_allocate_and_copy(__n, this->_M_start, this->_M_finish); in reserve() 74 __tmp = this->_M_end_of_storage.allocate(__n, __n); in reserve() 76 _M_set(__tmp, __tmp + __old_size, __tmp + __n); in reserve() 189 pointer __tmp = _M_allocate_and_copy(__len, __CONST_CAST(const_pointer, __x._M_start) + 0, variable 192 this->_M_start = __tmp; 212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator()); in _M_fill_assign() 213 __tmp.swap(*this); in _M_fill_assign()
|
D | _iterator_old.h | 86 _BidirectionalIterator __tmp = current; variable 87 return *(--__tmp); 97 _Self __tmp = *this; variable 99 return __tmp; 106 _Self __tmp = *this; variable 108 return __tmp; 190 _Self __tmp = *this; variable 192 return __tmp; 199 _Self __tmp = *this; variable 201 return __tmp;
|
D | _complex.c | 93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp; variable 94 __tmp.flags(__os.flags()); 95 __tmp.imbue(__os.getloc()); 96 __tmp.precision(__os.precision()); 97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')'; 98 return __os << __tmp.str();
|
D | _limits.c | 161 …_WordsNumber __tmp = { _STLP_ADDITIONAL_OPEN_BRACKET _Word, 0, 0, 0, 0, 0, 0, 0 _STLP_ADDITIONAL_C… in get_word_higher() local 162 return __tmp._num; in get_word_higher() 165 …_WordsNumber __tmp = { _STLP_ADDITIONAL_OPEN_BRACKET 0, 0, 0, 0, 0, 0, 0, 0 _STLP_ADDITIONAL_CLOSE… in get_word_lower() local 166 … __tmp._Words[(sizeof(_Number) >= 12 ? 10 : sizeof(_Number)) / sizeof(unsigned short) - 1] = _Word; in get_word_lower() 167 return __tmp._num; in get_word_lower() 197 …_WordsNumber __tmp = { _STLP_ADDITIONAL_OPEN_BRACKET 0, 0, 0, 0, 0, 0, 0, 0 _STLP_ADDITIONAL_CLOSE… in get_word_lower() local 198 …__tmp._Words[(sizeof(_Number) >= 12 ? 10 : sizeof(_Number)) / sizeof(unsigned short) - 2] = _Word1; in get_word_lower() 199 …__tmp._Words[(sizeof(_Number) >= 12 ? 10 : sizeof(_Number)) / sizeof(unsigned short) - 1] = _Word2; in get_word_lower() 200 return __tmp._num; in get_word_lower()
|
D | _bitset.h | 640 size_t __tmp = _Nb; 641 const size_t __Nbits = (min) (__tmp, (min) (__n, __s.size() - __pos)); 763 string __tmp; 764 __tmp.reserve(_Nb); 783 __tmp.push_back(__c); 791 if (__tmp.empty()) 794 __x._M_copy_from_string(__tmp, __STATIC_CAST(size_t,0), _Nb); 803 string __tmp; 804 __x._M_copy_to_string(__tmp); 805 return __os << __tmp; [all …]
|
D | _istream.c | 215 short __tmp = __STATIC_CAST(short, __lval); variable 219 if ((__tmp != __lval) && ((long)__uval != __lval)) 222 __val = __tmp; 233 int __tmp = __lval; variable 237 if ((__tmp != __lval) && ((long)__uval != __lval)) 240 __val = __tmp; 317 typename _Traits::int_type __tmp = _Traits::eof(); in peek() local 324 __tmp = this->rdbuf()->sgetc(); in peek() 329 if (this->_S_eof(__tmp)) in peek() 333 return __tmp; in peek() [all …]
|
D | _tempbuf.c | 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp)); in __get_temporary_buffer() local 44 if (__tmp != 0) in __get_temporary_buffer() 45 return pair<_Tp*, ptrdiff_t>(__tmp, __len); in __get_temporary_buffer()
|
D | _tree.h | 181 _Self __tmp = *this; member 183 return __tmp; 191 _Self __tmp = *this; member 193 return __tmp; 316 _Link_type __tmp = this->_M_header.allocate(1); 318 _Copy_Construct(&__tmp->_M_value_field, __x); 320 _STLP_UNWIND(this->_M_header.deallocate(__tmp,1)) 321 _S_left(__tmp) = 0; 322 _S_right(__tmp) = 0; 323 return __tmp; [all …]
|
D | char_traits.h | 109 fpos __tmp(*this); 110 __tmp += __off; 111 return __tmp; 114 fpos __tmp(*this); 115 __tmp -= __off; 116 return __tmp;
|
D | _ios.h | 67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream; in tie() local 69 return __tmp; in tie() 83 char_type __tmp(_M_fill); in fill() 85 return __tmp; in fill()
|
D | _iterator.h | 76 _Iterator __tmp = current; variable 77 return *--__tmp; 85 _Self __tmp = *this; variable 87 return __tmp; 94 _Self __tmp = *this; variable 96 return __tmp;
|
D | _numeric.c | 65 _Tp __tmp = *__first; in __adjacent_difference() local 66 *++__result = __binary_op(__tmp, __val); in __adjacent_difference() 67 __val = __tmp; in __adjacent_difference()
|
/external/stlport/stlport/stl/debug/ |
D | _iterator.h | 255 _Self __tmp = *this; member 257 return __tmp; 264 _Self __tmp = *this; member 266 return __tmp; 279 _Self __tmp(*this); 280 __tmp.__advance(__n); 281 return __tmp; 284 _Self __tmp(*this); 285 __tmp.__advance(-__n); 286 return __tmp; [all …]
|
/external/kernel-headers/original/linux/byteorder/ |
D | swab.h | 80 # define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) 83 # define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); }) 86 # define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); })
|
/external/qemu/ |
D | sys-tree.h | 195 SYS_TREE_STRUCT type *__tmp; \ 203 __tmp = SPLAY_RIGHT((head)->sph_root, field); \ 206 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \ 216 SYS_TREE_STRUCT type __node, *__left, *__right, *__tmp; \ 224 __tmp = SPLAY_LEFT((head)->sph_root, field); \ 225 if (__tmp == NULL) \ 227 if ((cmp)(elm, __tmp) < 0){ \ 228 SPLAY_ROTATE_RIGHT(head, __tmp, field); \ 234 __tmp = SPLAY_RIGHT((head)->sph_root, field); \ 235 if (__tmp == NULL) \ [all …]
|
/external/stlport/src/ |
D | lock_free_slist.h | 90 int __tmp; in pop() local 100 :"=a" (__result), "=d" (__tmp) in pop() 115 int __tmp; in clear() local 125 :"=a" (__result), "=d" (__tmp) in clear()
|
/external/kernel-headers/original/asm-arm/ |
D | termios.h | 76 unsigned short __tmp; \ 77 get_user(__tmp,&(termio)->x); \ 78 *(unsigned short *) &(termios)->x = __tmp; \
|
/external/kernel-headers/original/asm-x86/ |
D | termios.h | 73 unsigned short __tmp; \ 74 get_user(__tmp,&(termio)->x); \ 75 *(unsigned short *) &(termios)->x = __tmp; \
|