Searched refs:__base (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/asm-arm/
H A Ddiv64.h32 register unsigned int __base asm("r4") = base; \
42 : "r" (__n), "r" (__base) \
/external/kernel-headers/original/asm-mips/
H A Ddiv64.h63 unsigned long __upper, __low, __high, __base; \
66 __base = (base); \
75 : "Jr" (__high), "Jr" (__base) \
78 __mod = do_div64_32(__low, __upper, __low, __base); \
97 unsigned int __base; \
100 __base = (base); \
102 __mod = __div % __base; \
103 __quot = __div / __base; \
/external/kernel-headers/original/asm-x86/
H A Ddiv64.h21 unsigned long __upper, __low, __high, __mod, __base; \
22 __base = (base); \
26 __upper = __high % (__base); \
27 __high = __high / (__base); \
29 asm("divl %2":"=a" (__low), "=d" (__mod):"rm" (__base), "0" (__low), "1" (__upper)); \
/external/stlport/stlport/stl/
H A D_num_get.c71 int __base; local
78 __base = 8;
81 __base = 10;
84 __base = 16;
100 __base = 16;
104 __base = 8;
109 __base = 10;
112 return (__base << 2) | ((int)__negative << 1) | __valid_zero;
119 int __base, _Integer& __val,
128 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base);
118 __get_integer(_InputIter& __first, _InputIter& __last, int __base, _Integer& __val, int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& ) argument
178 __get_integer(_InputIter& __first, _InputIter& __last, int __base, _Integer& __val, int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& ) argument
275 const int __base = __base_or_zero >> 2; local
[all...]
H A D_iomanip.h111 ios_base::fmtflags __base = __n == 8 ? ios_base::oct : local
115 return _STLP_PRIV _Ios_Setf_Manip(__base, ios_base::basefield);
H A D_rope.c621 rope<_CharT,_Alloc>::_S_substring(_RopeRep* __base, argument
623 if (0 == __base) return 0;
624 size_t __len = __base->_M_size._M_data;
630 __base->_M_ref_nonnil();
631 return __base;
638 switch(__base->_M_tag) {
641 _RopeConcatenation* __c = __STATIC_CAST(_RopeConcatenation*, __base);
663 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, __base);
672 __base->get_allocator());
678 _RopeSubstring* __old = __STATIC_CAST(_RopeSubstring*, __base);
[all...]
H A D_rope.h1160 static _RopeRep* _S_substring(_RopeRep* __base,
/external/stlport/stlport/stl/debug/
H A D_debug.c121 void _STLP_CALL __invalidate_range(const __owned_list* __base, argument
125 _STLP_ACQUIRE_LOCK(__base->_M_lock)
126 _L_type* __prev = __CONST_CAST(_L_type*, &__base->_M_node);
142 _STLP_RELEASE_LOCK(__base->_M_lock)
146 void _STLP_CALL __invalidate_iterator(const __owned_list* __base, argument
149 _STLP_ACQUIRE_LOCK(__base->_M_lock)
150 _L_type* __prev = __CONST_CAST(_L_type*, &__base->_M_node);
164 _STLP_RELEASE_LOCK(__base->_M_lock)
176 //_STLP_ACQUIRE_LOCK(__base->_M_lock)
177 __owned_list *__base local
222 __owned_list *__base = __CONST_CAST(__owned_list*, __it._Owner()); local
[all...]
H A D_debug.h398 void _STLP_CALL __invalidate_range(const __owned_list* __base,
403 void _STLP_CALL __invalidate_iterator(const __owned_list* __base,
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c56 char **__restrict __endptr, int __base)
60 char **__restrict __endptr, int __base)
68 char **__restrict __endptr, int __base)
73 char **__restrict __endptr, int __base)
82 char **__restrict __endptr, int __base)
87 char **__restrict __endptr, int __base)
103 int __base, int __group)
110 int __base, int __group)
119 int __base, int __group)
128 int __base, in
[all...]

Completed in 690 milliseconds