Searched refs:__b (Results 1 – 6 of 6) sorted by relevance
665 static _ECharT const* __range_begin(const _ECharT* __b) { return __b; }669 _Iter __e = __b;675 static _ECharT __first_or_null(const _ECharT* __b) { return *__b; }691 static _Iter __range_begin(_Iter __b) { return __b; }694 static _ECharT __first_or_null(_Iter __b) { return *__b; }729 if (__b == __e)740 if (*__b == __sentinal)743 for (; *__b != __sentinal; ++__b)744 __tmp.push_back(*__b);763 for (; __b != __e; ++__b)[all …]
13 #define MSM_MEDIA_MAX(__a, __b) ((__a) > (__b)?(__a):(__b)) argument
11 #define static_assert(__b, __m) \ argument12 extern int compile_time_assert_failed[ ( __b ) ? 1 : -1 ] \