HomeSort by relevance Sort by last modified time
    Searched refs:__t (Results 1 - 20 of 20) sorted by null

  /external/stlport/stlport/stl/
_time_facets.c 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
175 __t->tm_wday = __STATIC_CAST(int, __index);
186 __t->tm_mon = __STATIC_CAST(int, __index);
191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
192 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
215 --__t->tm_mon
    [all...]
_time_facets.h 141 ios_base::iostate& __err, tm* __t) const
142 { return do_get_time(__s, __end, __str, __err, __t); }
144 ios_base::iostate& __err, tm* __t) const
145 { return do_get_date(__s, __end, __str, __err, __t); }
147 ios_base::iostate& __err, tm* __t) const
148 { return do_get_weekday(__s, __end, __str, __err, __t); }
150 ios_base::iostate& __err, tm* __t) const
151 { return do_get_monthname(__s, __end, __str, __err, __t); }
153 ios_base::iostate& __err, tm* __t) const
154 { return do_get_year(__s, __end, __str, __err, __t); }
    [all...]
_tree.h 436 void swap(_Self& __t) {
437 if (__t.empty()) {
439 __t._M_header.swap(this->_M_header);
440 __t._M_rebind(&this->_M_header._M_data);
444 __t.swap(*this);
448 this->_M_header.swap(__t._M_header);
449 this->_M_rebind(&__t._M_header._M_data);
450 __t._M_rebind(&this->_M_header._M_data);
452 _STLP_STD::swap(_M_node_count, __t._M_node_count);
453 _STLP_STD::swap(_M_key_compare, __t._M_key_compare)
    [all...]
concept_checks.h 438 _Type __t) {
439 *__i++ = __t;
484 _Type* __t,
486 __x[__n] = *__t;
572 value_type __T;
690 _BidirectionalIterator>::value_type __T;
691 typename _Mutable_trait<__T>::_Type* __tmp_ptr = 0;
_deque.h 668 void push_back(const value_type& __t = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
670 void push_back(const value_type& __t) {
673 _Copy_Construct(this->_M_finish._M_cur, __t);
677 _M_push_back_aux_v(__t);
680 void push_front(const value_type& __t = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
682 void push_front(const value_type& __t) {
685 _Copy_Construct(this->_M_start._M_cur - 1, __t);
689 _M_push_front_aux_v(__t);
    [all...]
_rope.h 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
437 static void _S_unref(_Self* __t) {
438 if (0 != __t) {
439 __t->_M_unref_nonnil();
442 static void _S_ref(_Self* __t) {
443 if (0 != __t) __t->_M_incr();
445 //static void _S_free_if_unref(_Self* __t) {
446 // if (0 != __t && 0 == __t->_M_ref_count) __t->_M_free_tree()
    [all...]
_deque.c 382 void deque<_Tp,_Alloc>::_M_push_back_aux_v(const value_type& __t) {
386 _Copy_Construct(this->_M_finish._M_cur, __t);
412 void deque<_Tp,_Alloc>::_M_push_front_aux_v(const value_type& __t) {
418 _Copy_Construct(this->_M_start._M_cur, __t);
_algo.c 435 _EuclideanRingElement __t = __m % __n; local
437 __n = __t;
609 _Distance __t = __n; local
614 ++__t;
615 _Distance __M = __random_number(__t);
631 _Distance __t = __n; local
636 ++__t;
637 _Distance __M = __rand(__t);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h 643 ({ __typeof (T) const __t = (T); \
644 if (TREE_CODE (__t) != (CODE)) \
645 tree_check_failed (__t, __FILE__, __LINE__, __FUNCTION__, \
647 __t; })
650 ({ __typeof (T) const __t = (T); \
651 if (TREE_CODE (__t) == (CODE)) \
652 tree_not_check_failed (__t, __FILE__, __LINE__, __FUNCTION__, \
654 __t; })
657 ({ __typeof (T) const __t = (T); \
658 if (TREE_CODE (__t) != (CODE1)
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h 135 { ulong32 __t = (x); XMEMCPY(y, &__t, 4); }
155 { ulong32 __t = (x); XMEMCPY(y, &__t, 4); }
161 { ulong64 __t = (x); XMEMCPY(y, &__t, 8); }
196 { ulong32 __t = (x); XMEMCPY(y, &__t, 4); }
216 { ulong32 __t = (x); XMEMCPY(y, &__t, 4);
    [all...]
  /external/bluetooth/glib/gobject/
gtype.h     [all...]
  /external/stlport/stlport/stl/debug/
_deque.h 240 void push_back(const value_type& __t = _Tp()) {
242 void push_back(const value_type& __t) {
245 _M_non_dbg_impl.push_back(__t);
256 void push_front(const value_type& __t = _Tp()) {
258 void push_front(const value_type& __t) {
261 _M_non_dbg_impl.push_front(__t);
_tree.h 172 void swap(_Self& __t) {
173 _M_non_dbg_impl.swap(__t._M_non_dbg_impl);
174 _M_iter_list._Swap_owners(__t._M_iter_list);
  /external/stlport/stlport/stl/pointers/
_deque.h 267 void push_back(const value_type& __t = _STLP_DEFAULT_CONSTRUCTED(value_type))
269 void push_back(const value_type& __t)
271 { _M_impl.push_back(cast_traits::to_storage_type_cref(__t)); }
274 void push_front(const value_type& __t = _STLP_DEFAULT_CONSTRUCTED(value_type))
276 void push_front(const value_type& __t)
278 { _M_impl.push_front(cast_traits::to_storage_type_cref(__t)); }
  /external/grub/stage2/
i386-elf.h 159 #define ELF32_R_INFO(__s, __t) (((__s)<<8) + (unsigned char) (__t))
  /external/blktrace/
blkparse.c 801 struct trace *__t; local
806 __t = rb_entry(parent, struct trace, rb_node);
808 if (t->bit->time < __t->bit->time)
810 else if (t->bit->time > __t->bit->time)
812 else if (t->bit->device < __t->bit->device)
814 else if (t->bit->device > __t->bit->device)
816 else if (t->bit->sequence < __t->bit->sequence)
861 struct trace *__t; local
864 __t = rb_entry(n, struct trace, rb_node);
867 if (device < __t->bit->device
1957 struct trace *__t; local
1995 struct trace *__t; local
    [all...]
  /external/kernel-headers/original/asm-arm/
bitops.h 279 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); })
  /external/stlport/src/
ctype.cpp 304 _Ctype_is_mask(ctype_base::mask __m, const ctype_base::mask* __t) : _Mask(__m), _M_table(__t) {}
312 _Ctype_not_mask(ctype_base::mask __m, const ctype_base::mask* __t) : _Mask(__m), _M_table(__t) {}
time_facets.cpp 386 time_t __t = mktime(__CONST_CAST(tm*, t)); variable
387 _bend = __write_integer(_buf, 0, (long)__t );
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h 207 ({ __typeof(NODE) const __t = (NODE); \
208 if (TREE_CODE (__t) != FUNCTION_DECL && \
209 TREE_CODE (__t) != TEMPLATE_DECL && __t->decl_common.lang_specific \
210 && __t->decl_common.lang_specific->decl_flags.thunk_p) \
211 tree_check_failed (__t, __FILE__, __LINE__, __FUNCTION__, 0); \
212 __t; })
214 ({ __typeof (NODE) const __t = (NODE); \
215 if (TREE_CODE (__t) != FUNCTION_DECL || !__t->decl_common.lang_specific
    [all...]

Completed in 222 milliseconds