HomeSort by relevance Sort by last modified time
    Searched refs:__tmp (Results 276 - 300 of 482) sorted by null

<<11121314151617181920

  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 304 unsigned char __tmp = (unsigned char)*__first2; local
305 __hints[__tmp / CHAR_BIT] |= (1 << (__tmp % CHAR_BIT));
309 _Tp2 __tmp = (_Tp2)*__first1; local
310 if (__stlp_eq(*__first1, __tmp) &&
311 __pred((__hints[(unsigned char)__tmp / CHAR_BIT] & (1 << ((unsigned char)__tmp % CHAR_BIT))) != 0))
_deque.h 196 _Self __tmp = *this; local
198 return __tmp;
203 _Self __tmp = *this; local
205 return __tmp;
210 _Self __tmp = *this; local
211 return __tmp += __n;
216 _Self __tmp = *this; local
217 return __tmp -= __n;
460 iterator __tmp = this->_M_finish; local
461 --__tmp;
466 const_iterator __tmp = this->_M_finish; local
743 iterator __tmp = this->_M_finish; local
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 304 unsigned char __tmp = (unsigned char)*__first2; local
305 __hints[__tmp / CHAR_BIT] |= (1 << (__tmp % CHAR_BIT));
309 _Tp2 __tmp = (_Tp2)*__first1; local
310 if (__stlp_eq(*__first1, __tmp) &&
311 __pred((__hints[(unsigned char)__tmp / CHAR_BIT] & (1 << ((unsigned char)__tmp % CHAR_BIT))) != 0))
_deque.h 196 _Self __tmp = *this; local
198 return __tmp;
203 _Self __tmp = *this; local
205 return __tmp;
210 _Self __tmp = *this; local
211 return __tmp += __n;
216 _Self __tmp = *this; local
217 return __tmp -= __n;
460 iterator __tmp = this->_M_finish; local
461 --__tmp;
466 const_iterator __tmp = this->_M_finish; local
743 iterator __tmp = this->_M_finish; local
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 304 unsigned char __tmp = (unsigned char)*__first2; local
305 __hints[__tmp / CHAR_BIT] |= (1 << (__tmp % CHAR_BIT));
309 _Tp2 __tmp = (_Tp2)*__first1; local
310 if (__stlp_eq(*__first1, __tmp) &&
311 __pred((__hints[(unsigned char)__tmp / CHAR_BIT] & (1 << ((unsigned char)__tmp % CHAR_BIT))) != 0))
_deque.h 196 _Self __tmp = *this; local
198 return __tmp;
203 _Self __tmp = *this; local
205 return __tmp;
210 _Self __tmp = *this; local
211 return __tmp += __n;
216 _Self __tmp = *this; local
217 return __tmp -= __n;
460 iterator __tmp = this->_M_finish; local
461 --__tmp;
466 const_iterator __tmp = this->_M_finish; local
743 iterator __tmp = this->_M_finish; local
    [all...]
  /external/mesa3d/src/mesa/main/
macros.h 144 fi_type __tmp; \
145 __tmp.f = (F); \
146 if (__tmp.i < 0) \
148 else if (__tmp.i >= IEEE_0996) \
151 __tmp.f = __tmp.f * (255.0F/256.0F) + 32768.0F; \
152 UB = (GLubyte) __tmp.i; \
157 fi_type __tmp; \
158 __tmp.f = (F) * (255.0F/256.0F) + 32768.0F; \
159 UB = (GLubyte) __tmp.i;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator.h 151 _Iterator __tmp = current; local
152 return *--__tmp;
184 reverse_iterator __tmp = *this; local
186 return __tmp;
209 reverse_iterator __tmp = *this; local
211 return __tmp;
932 move_iterator __tmp = *this; local
934 return __tmp;
947 move_iterator __tmp = *this; local
949 return __tmp;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_iterator.h 219 _Safe_iterator __tmp(*this);
221 return __tmp;
249 _Safe_iterator __tmp(*this);
251 return __tmp;
279 _Safe_iterator __tmp(*this);
280 __tmp += __n;
281 return __tmp;
297 _Safe_iterator __tmp(*this);
298 __tmp -= __n;
299 return __tmp;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_iterator.h 158 _Iterator __tmp = current; local
159 return *--__tmp;
191 reverse_iterator __tmp = *this; local
193 return __tmp;
216 reverse_iterator __tmp = *this; local
218 return __tmp;
973 move_iterator __tmp = *this; local
975 return __tmp;
988 move_iterator __tmp = *this; local
990 return __tmp;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_iterator.h 237 _Safe_iterator __tmp(*this);
239 return __tmp;
267 _Safe_iterator __tmp(*this);
269 return __tmp;
297 _Safe_iterator __tmp(*this);
298 __tmp += __n;
299 return __tmp;
315 _Safe_iterator __tmp(*this);
316 __tmp -= __n;
317 return __tmp;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_iterator.h 158 _Iterator __tmp = current; local
159 return *--__tmp;
191 reverse_iterator __tmp = *this; local
193 return __tmp;
216 reverse_iterator __tmp = *this; local
218 return __tmp;
973 move_iterator __tmp = *this; local
975 return __tmp;
988 move_iterator __tmp = *this; local
990 return __tmp;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_iterator.h 237 _Safe_iterator __tmp(*this);
239 return __tmp;
267 _Safe_iterator __tmp(*this);
269 return __tmp;
297 _Safe_iterator __tmp(*this);
298 __tmp += __n;
299 return __tmp;
315 _Safe_iterator __tmp(*this);
316 __tmp -= __n;
317 return __tmp;
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 151 _Iterator __tmp = current; local
152 return *--__tmp;
184 reverse_iterator __tmp = *this; local
186 return __tmp;
209 reverse_iterator __tmp = *this; local
211 return __tmp;
932 move_iterator __tmp = *this; local
934 return __tmp;
947 move_iterator __tmp = *this; local
949 return __tmp;
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 219 _Safe_iterator __tmp(*this);
221 return __tmp;
249 _Safe_iterator __tmp(*this);
251 return __tmp;
279 _Safe_iterator __tmp(*this);
280 __tmp += __n;
281 return __tmp;
297 _Safe_iterator __tmp(*this);
298 __tmp -= __n;
299 return __tmp;
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 151 _Iterator __tmp = current; local
152 return *--__tmp;
184 reverse_iterator __tmp = *this; local
186 return __tmp;
209 reverse_iterator __tmp = *this; local
211 return __tmp;
932 move_iterator __tmp = *this; local
934 return __tmp;
947 move_iterator __tmp = *this; local
949 return __tmp;
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 219 _Safe_iterator __tmp(*this);
221 return __tmp;
249 _Safe_iterator __tmp(*this);
251 return __tmp;
279 _Safe_iterator __tmp(*this);
280 __tmp += __n;
281 return __tmp;
297 _Safe_iterator __tmp(*this);
298 __tmp -= __n;
299 return __tmp;
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 151 _Iterator __tmp = current; local
152 return *--__tmp;
184 reverse_iterator __tmp = *this; local
186 return __tmp;
209 reverse_iterator __tmp = *this; local
211 return __tmp;
932 move_iterator __tmp = *this; local
934 return __tmp;
947 move_iterator __tmp = *this; local
949 return __tmp;
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 219 _Safe_iterator __tmp(*this);
221 return __tmp;
249 _Safe_iterator __tmp(*this);
251 return __tmp;
279 _Safe_iterator __tmp(*this);
280 __tmp += __n;
281 return __tmp;
297 _Safe_iterator __tmp(*this);
298 __tmp -= __n;
299 return __tmp;
    [all...]
  /external/stlport/stlport/stl/
_deque.h 196 _Self __tmp = *this; local
198 return __tmp;
203 _Self __tmp = *this; local
205 return __tmp;
210 _Self __tmp = *this; local
211 return __tmp += __n;
216 _Self __tmp = *this; local
217 return __tmp -= __n;
460 iterator __tmp = this->_M_finish; local
461 --__tmp;
466 const_iterator __tmp = this->_M_finish; local
743 iterator __tmp = this->_M_finish; local
    [all...]
_istreambuf_iterator.h 145 _M_getc(); // __tmp should avoid any future actions under
147 // (due to buffer for *this and __tmp are the same).
148 istreambuf_iterator<_CharT, _Traits> __tmp = *this; local
151 return __tmp;
_stream_iterator.h 125 _Self __tmp = *this; local
127 return __tmp;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_deque.h 196 _Self __tmp = *this; local
198 return __tmp;
203 _Self __tmp = *this; local
205 return __tmp;
210 _Self __tmp = *this; local
211 return __tmp += __n;
216 _Self __tmp = *this; local
217 return __tmp -= __n;
460 iterator __tmp = this->_M_finish; local
461 --__tmp;
466 const_iterator __tmp = this->_M_finish; local
743 iterator __tmp = this->_M_finish; local
    [all...]
  /external/bluetooth/glib/glib/
gqsort.c 52 char __tmp = *__a; \
54 *__b++ = __tmp; \
  /external/libnl-headers/netlink/
attr.h 159 type __tmp = value; \
160 NLA_PUT(msg, attrtype, sizeof(type), &__tmp); \

Completed in 936 milliseconds

<<11121314151617181920