HomeSort by relevance Sort by last modified time
    Searched defs:__b (Results 1 - 25 of 45) sorted by null

1 2

  /external/elfutils/libdw/
memory-access.c 60 unsigned char __b; local
68 unsigned char __b; local
memory-access.h 62 __b = *(addr)++; \
63 var |= (uintmax_t) (__b & 0x7f) << (nth * 7); \
64 if (likely ((__b & 0x80) == 0)) \
69 unsigned char __b; \
89 __b = *(addr)++; \
90 _v |= (uint64_t) (__b & 0x7f) << (nth * 7); \
91 if (likely ((__b & 0x80) == 0)) \
100 unsigned char __b; \
129 unsigned char __b; local
136 unsigned char __b; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
boost_concept_check.h 175 void __const_constraints(const _Tp& __b) {
176 __a = __b; // const required for argument to assignment
187 _Tp __a(__b); // require copy constructor
195 _Tp __b; member in struct:_CopyConstructibleConcept
203 _Tp __b _IsUnused(__a);
207 void __const_constraints(const _Tp& __b) {
208 _Tp __c _IsUnused(__b);
209 __a = __b; // const required for argument to assignment
242 __aux_require_boolean_expr(__a == __b);
244 _Tp __a, __b; member in struct:_EqualityComparableConcept
    [all...]
stl_algobase.h 84 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
89 *__a = _GLIBCXX_MOVE(*__b);
90 *__b = _GLIBCXX_MOVE(__tmp);
99 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
101 swap(*__a, *__b);
117 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
141 iter_swap(__a, __b);
186 min(const _Tp& __a, const _Tp& __b)
190 //return __b < __a ? __b : __a
269 __b(_Iterator __it) function in struct:__niter_base
277 __b(_Iterator __it) function in struct:__niter_base
287 __b(_Iterator __it) function in struct:__miter_base
295 __b(_Iterator __it) function in struct:__miter_base
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
boost_concept_check.h 178 void __const_constraints(const _Tp& __b) {
179 __a = __b; // const required for argument to assignment
190 _Tp __a(__b); // require copy constructor
198 _Tp __b; member in struct:_CopyConstructibleConcept
206 _Tp __b _IsUnused(__a);
210 void __const_constraints(const _Tp& __b) {
211 _Tp __c _IsUnused(__b);
212 __a = __b; // const required for argument to assignment
245 __aux_require_boolean_expr(__a == __b);
247 _Tp __a, __b; member in struct:_EqualityComparableConcept
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
boost_concept_check.h 178 void __const_constraints(const _Tp& __b) {
179 __a = __b; // const required for argument to assignment
190 _Tp __a(__b); // require copy constructor
198 _Tp __b; member in struct:_CopyConstructibleConcept
206 _Tp __b _IsUnused(__a);
210 void __const_constraints(const _Tp& __b) {
211 _Tp __c _IsUnused(__b);
212 __a = __b; // const required for argument to assignment
245 __aux_require_boolean_expr(__a == __b);
247 _Tp __a, __b; member in struct:_EqualityComparableConcept
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 175 void __const_constraints(const _Tp& __b) {
176 __a = __b; // const required for argument to assignment
187 _Tp __a(__b); // require copy constructor
195 _Tp __b; member in struct:_CopyConstructibleConcept
203 _Tp __b _IsUnused(__a);
207 void __const_constraints(const _Tp& __b) {
208 _Tp __c _IsUnused(__b);
209 __a = __b; // const required for argument to assignment
242 __aux_require_boolean_expr(__a == __b);
244 _Tp __a, __b; member in struct:_EqualityComparableConcept
    [all...]
stl_algobase.h 84 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
89 *__a = _GLIBCXX_MOVE(*__b);
90 *__b = _GLIBCXX_MOVE(__tmp);
99 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
101 swap(*__a, *__b);
117 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
141 iter_swap(__a, __b);
186 min(const _Tp& __a, const _Tp& __b)
190 //return __b < __a ? __b : __a
269 __b(_Iterator __it) function in struct:__niter_base
277 __b(_Iterator __it) function in struct:__niter_base
287 __b(_Iterator __it) function in struct:__miter_base
295 __b(_Iterator __it) function in struct:__miter_base
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 175 void __const_constraints(const _Tp& __b) {
176 __a = __b; // const required for argument to assignment
187 _Tp __a(__b); // require copy constructor
195 _Tp __b; member in struct:_CopyConstructibleConcept
203 _Tp __b _IsUnused(__a);
207 void __const_constraints(const _Tp& __b) {
208 _Tp __c _IsUnused(__b);
209 __a = __b; // const required for argument to assignment
242 __aux_require_boolean_expr(__a == __b);
244 _Tp __a, __b; member in struct:_EqualityComparableConcept
    [all...]
stl_algobase.h 84 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
89 *__a = _GLIBCXX_MOVE(*__b);
90 *__b = _GLIBCXX_MOVE(__tmp);
99 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
101 swap(*__a, *__b);
117 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
141 iter_swap(__a, __b);
186 min(const _Tp& __a, const _Tp& __b)
190 //return __b < __a ? __b : __a
269 __b(_Iterator __it) function in struct:__niter_base
277 __b(_Iterator __it) function in struct:__niter_base
287 __b(_Iterator __it) function in struct:__miter_base
295 __b(_Iterator __it) function in struct:__miter_base
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 175 void __const_constraints(const _Tp& __b) {
176 __a = __b; // const required for argument to assignment
187 _Tp __a(__b); // require copy constructor
195 _Tp __b; member in struct:_CopyConstructibleConcept
203 _Tp __b _IsUnused(__a);
207 void __const_constraints(const _Tp& __b) {
208 _Tp __c _IsUnused(__b);
209 __a = __b; // const required for argument to assignment
242 __aux_require_boolean_expr(__a == __b);
244 _Tp __a, __b; member in struct:_EqualityComparableConcept
    [all...]
stl_algobase.h 84 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
89 *__a = _GLIBCXX_MOVE(*__b);
90 *__b = _GLIBCXX_MOVE(__tmp);
99 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
101 swap(*__a, *__b);
117 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
141 iter_swap(__a, __b);
186 min(const _Tp& __a, const _Tp& __b)
190 //return __b < __a ? __b : __a
269 __b(_Iterator __it) function in struct:__niter_base
277 __b(_Iterator __it) function in struct:__niter_base
287 __b(_Iterator __it) function in struct:__miter_base
295 __b(_Iterator __it) function in struct:__miter_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
boost_concept_check.h 175 void __const_constraints(const _Tp& __b) {
176 __a = __b; // const required for argument to assignment
187 _Tp __a(__b); // require copy constructor
195 _Tp __b; member in struct:_CopyConstructibleConcept
203 _Tp __b _IsUnused(__a);
207 void __const_constraints(const _Tp& __b) {
208 _Tp __c _IsUnused(__b);
209 __a = __b; // const required for argument to assignment
242 __aux_require_boolean_expr(__a == __b);
244 _Tp __a, __b; member in struct:_EqualityComparableConcept
    [all...]
stl_algobase.h 84 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
89 *__a = _GLIBCXX_MOVE(*__b);
90 *__b = _GLIBCXX_MOVE(__tmp);
99 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
101 swap(*__a, *__b);
117 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
141 iter_swap(__a, __b);
186 min(const _Tp& __a, const _Tp& __b)
190 //return __b < __a ? __b : __a
269 __b(_Iterator __it) function in struct:__niter_base
277 __b(_Iterator __it) function in struct:__niter_base
287 __b(_Iterator __it) function in struct:__miter_base
295 __b(_Iterator __it) function in struct:__miter_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
boost_concept_check.h 178 void __const_constraints(const _Tp& __b) {
179 __a = __b; // const required for argument to assignment
190 _Tp __a(__b); // require copy constructor
198 _Tp __b; member in struct:_CopyConstructibleConcept
206 _Tp __b _IsUnused(__a);
210 void __const_constraints(const _Tp& __b) {
211 _Tp __c _IsUnused(__b);
212 __a = __b; // const required for argument to assignment
245 __aux_require_boolean_expr(__a == __b);
247 _Tp __a, __b; member in struct:_EqualityComparableConcept
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
boost_concept_check.h 178 void __const_constraints(const _Tp& __b) {
179 __a = __b; // const required for argument to assignment
190 _Tp __a(__b); // require copy constructor
198 _Tp __b; member in struct:_CopyConstructibleConcept
206 _Tp __b _IsUnused(__a);
210 void __const_constraints(const _Tp& __b) {
211 _Tp __c _IsUnused(__b);
212 __a = __b; // const required for argument to assignment
245 __aux_require_boolean_expr(__a == __b);
247 _Tp __a, __b; member in struct:_EqualityComparableConcept
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
boost_concept_check.h 178 void __const_constraints(const _Tp& __b) {
179 __a = __b; // const required for argument to assignment
190 _Tp __a(__b); // require copy constructor
198 _Tp __b; member in struct:_CopyConstructibleConcept
206 _Tp __b _IsUnused(__a);
210 void __const_constraints(const _Tp& __b) {
211 _Tp __c _IsUnused(__b);
212 __a = __b; // const required for argument to assignment
245 __aux_require_boolean_expr(__a == __b);
247 _Tp __a, __b; member in struct:_EqualityComparableConcept
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
boost_concept_check.h 178 void __const_constraints(const _Tp& __b) {
179 __a = __b; // const required for argument to assignment
190 _Tp __a(__b); // require copy constructor
198 _Tp __b; member in struct:_CopyConstructibleConcept
206 _Tp __b _IsUnused(__a);
210 void __const_constraints(const _Tp& __b) {
211 _Tp __c _IsUnused(__b);
212 __a = __b; // const required for argument to assignment
245 __aux_require_boolean_expr(__a == __b);
247 _Tp __a, __b; member in struct:_EqualityComparableConcept
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
boost_concept_check.h 177 void __const_constraints(const _Tp& __b) {
178 __a = __b; // const required for argument to assignment
189 _Tp __a(__b); // require copy constructor
197 _Tp __b; member in struct:_CopyConstructibleConcept
205 _Tp __b _IsUnused(__a);
209 void __const_constraints(const _Tp& __b) {
210 _Tp __c _IsUnused(__b);
211 __a = __b; // const required for argument to assignment
244 __aux_require_boolean_expr(__a == __b);
246 _Tp __a, __b; member in struct:_EqualityComparableConcept
    [all...]
  /external/stlport/stlport/stl/
_monetary.c 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
289 if (!__is_positive) ++__b;
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
289 if (!__is_positive) ++__b;
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
289 if (!__is_positive) ++__b;
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
289 if (!__is_positive) ++__b;
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
289 if (!__is_positive) ++__b;
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
289 if (!__is_positive) ++__b;
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);

Completed in 1985 milliseconds

1 2