HomeSort by relevance Sort by last modified time
    Searched refs:__l (Results 226 - 250 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 1638 const _Distance __l = __n - __k; local
    [all...]
valarray_array.h 342 // Compute the sum of elements in range [__f, __l)
350 __valarray_sum(const _Tp* __restrict__ __f, const _Tp* __restrict__ __l)
353 while (__f != __l)
358 // Compute the product of all elements in range [__f, __l)
362 const _Tp* __restrict__ __l)
365 while (__f != __l)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 491 basic_regex(initializer_list<_Ch_type> __l,
494 _M_automaton(__regex::__compile(__l.begin(), __l.end(),
653 assign(initializer_list<_Ch_type> __l,
655 { return this->assign(__l.begin(), __l.end(), __f); }
    [all...]
valarray_array.h 340 // Compute the sum of elements in range [__f, __l)
348 __valarray_sum(const _Tp* __f, const _Tp* __l)
351 while (__f != __l)
356 // Compute the product of all elements in range [__f, __l)
359 __valarray_product(const _Tp* __f, const _Tp* __l)
362 while (__f != __l)
stl_algo.h     [all...]
hashtable.h 437 insert(initializer_list<value_type> __l)
438 { this->insert(__l.begin(), __l.end()); }
597 _Hashtable(_InputIterator __f, _InputIterator __l,
616 __l)));
621 for (; __f != __l; ++__f)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex.h 491 basic_regex(initializer_list<_Ch_type> __l,
494 _M_automaton(__regex::__compile(__l.begin(), __l.end(),
653 assign(initializer_list<_Ch_type> __l,
655 { return this->assign(__l.begin(), __l.end(), __f); }
    [all...]
valarray_array.h 340 // Compute the sum of elements in range [__f, __l)
348 __valarray_sum(const _Tp* __f, const _Tp* __l)
351 while (__f != __l)
356 // Compute the product of all elements in range [__f, __l)
359 __valarray_product(const _Tp* __f, const _Tp* __l)
362 while (__f != __l)
stl_algo.h     [all...]
hashtable.h 437 insert(initializer_list<value_type> __l)
438 { this->insert(__l.begin(), __l.end()); }
597 _Hashtable(_InputIterator __f, _InputIterator __l,
616 __l)));
621 for (; __f != __l; ++__f)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_array.h 342 // Compute the sum of elements in range [__f, __l)
350 __valarray_sum(const _Tp* __restrict__ __f, const _Tp* __restrict__ __l)
353 while (__f != __l)
358 // Compute the product of all elements in range [__f, __l)
362 const _Tp* __restrict__ __l)
365 while (__f != __l)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 342 // Compute the sum of elements in range [__f, __l)
350 __valarray_sum(const _Tp* __restrict__ __f, const _Tp* __restrict__ __l)
353 while (__f != __l)
358 // Compute the product of all elements in range [__f, __l)
362 const _Tp* __restrict__ __l)
365 while (__f != __l)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 342 // Compute the sum of elements in range [__f, __l)
350 __valarray_sum(const _Tp* __restrict__ __f, const _Tp* __restrict__ __l)
353 while (__f != __l)
358 // Compute the product of all elements in range [__f, __l)
362 const _Tp* __restrict__ __l)
365 while (__f != __l)
  /external/stlport/stlport/stl/
_rope.h 503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a)
505 (max)(__l->_M_depth, __r->_M_depth) + 1, false,
506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r)
601 _Rope_RopeSubstring(_RopeRep* __b, size_t __s, size_t __l, allocator_type __a)
602 : _Rope_RopeFunction<_CharT,_Alloc>(this, __l, false, __a),
604 _STLP_ASSERT(__l > 0)
605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data)
    [all...]
_algo.c 450 _Distance __l = __n - __k; local
456 if (__k == __l) {
467 if (__k < __l) {
468 for (_Distance __j = 0; __j < __l/__d; __j++) {
469 if (__p > __first + __l) {
470 *__p = *(__p - __l);
471 __p -= __l;
486 *__p = * (__p - __l);
487 __p -= __l;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a)
505 (max)(__l->_M_depth, __r->_M_depth) + 1, false,
506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r)
601 _Rope_RopeSubstring(_RopeRep* __b, size_t __s, size_t __l, allocator_type __a)
602 : _Rope_RopeFunction<_CharT,_Alloc>(this, __l, false, __a),
604 _STLP_ASSERT(__l > 0)
605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data)
    [all...]
_algo.c 450 _Distance __l = __n - __k; local
456 if (__k == __l) {
467 if (__k < __l) {
468 for (_Distance __j = 0; __j < __l/__d; __j++) {
469 if (__p > __first + __l) {
470 *__p = *(__p - __l);
471 __p -= __l;
486 *__p = * (__p - __l);
487 __p -= __l;
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_rope.h 503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a)
505 (max)(__l->_M_depth, __r->_M_depth) + 1, false,
506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r)
601 _Rope_RopeSubstring(_RopeRep* __b, size_t __s, size_t __l, allocator_type __a)
602 : _Rope_RopeFunction<_CharT,_Alloc>(this, __l, false, __a),
604 _STLP_ASSERT(__l > 0)
605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data)
    [all...]
_algo.c 450 _Distance __l = __n - __k; local
456 if (__k == __l) {
467 if (__k < __l) {
468 for (_Distance __j = 0; __j < __l/__d; __j++) {
469 if (__p > __first + __l) {
470 *__p = *(__p - __l);
471 __p -= __l;
486 *__p = * (__p - __l);
487 __p -= __l;
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_rope.h 503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a)
505 (max)(__l->_M_depth, __r->_M_depth) + 1, false,
506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r)
601 _Rope_RopeSubstring(_RopeRep* __b, size_t __s, size_t __l, allocator_type __a)
602 : _Rope_RopeFunction<_CharT,_Alloc>(this, __l, false, __a),
604 _STLP_ASSERT(__l > 0)
605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data)
    [all...]
_algo.c 450 _Distance __l = __n - __k; local
456 if (__k == __l) {
467 if (__k < __l) {
468 for (_Distance __j = 0; __j < __l/__d; __j++) {
469 if (__p > __first + __l) {
470 *__p = *(__p - __l);
471 __p -= __l;
486 *__p = * (__p - __l);
487 __p -= __l;
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_rope.h 503 _Rope_RopeConcatenation(_RopeRep* __l, _RopeRep* __r, allocator_type __a)
505 (max)(__l->_M_depth, __r->_M_depth) + 1, false,
506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r)
601 _Rope_RopeSubstring(_RopeRep* __b, size_t __s, size_t __l, allocator_type __a)
602 : _Rope_RopeFunction<_CharT,_Alloc>(this, __l, false, __a),
604 _STLP_ASSERT(__l > 0)
605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data)
    [all...]
_algo.c 450 _Distance __l = __n - __k; local
456 if (__k == __l) {
467 if (__k < __l) {
468 for (_Distance __j = 0; __j < __l/__d; __j++) {
469 if (__p > __first + __l) {
470 *__p = *(__p - __l);
471 __p -= __l;
486 *__p = * (__p - __l);
487 __p -= __l;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hashtable.h 543 _Hashtable(_InputIterator __f, _InputIterator __l,
562 __l)));
566 for (; __f != __l; ++__f)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
hashtable.h 543 _Hashtable(_InputIterator __f, _InputIterator __l,
562 __l)));
566 for (; __f != __l; ++__f)
    [all...]

Completed in 959 milliseconds

1 2 3 4 5 6 7 8 91011