HomeSort by relevance Sort by last modified time
    Searched full:_s_alloc_granularity (Results 1 - 23 of 23) sorted by null

  /external/stlport/test/unit/
rope_test.cpp 114 // add _Rope_RopeRep<c,a>::_S_alloc_granularity-1 = 7 characters
  /ndk/tests/device/test-gnustl-full/unit/
rope_test.cpp 114 // add _Rope_RopeRep<c,a>::_S_alloc_granularity-1 = 7 characters
  /ndk/tests/device/test-stlport/unit/
rope_test.cpp 114 // add _Rope_RopeRep<c,a>::_S_alloc_granularity-1 = 7 characters
  /external/stlport/stlport/stl/
_rope.h 350 enum { _S_alloc_granularity = 8 };
398 return (__n + _S_alloc_granularity) & ~(_S_alloc_granularity - 1);
403 return (__n + _S_alloc_granularity - 1) & ~(_S_alloc_granularity - 1);
409 { return (__n + _S_alloc_granularity) & ~(_S_alloc_granularity - 1); }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 350 enum { _S_alloc_granularity = 8 };
398 return (__n + _S_alloc_granularity) & ~(_S_alloc_granularity - 1);
403 return (__n + _S_alloc_granularity - 1) & ~(_S_alloc_granularity - 1);
409 { return (__n + _S_alloc_granularity) & ~(_S_alloc_granularity - 1); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.h 350 enum { _S_alloc_granularity = 8 };
398 return (__n + _S_alloc_granularity) & ~(_S_alloc_granularity - 1);
403 return (__n + _S_alloc_granularity - 1) & ~(_S_alloc_granularity - 1);
409 { return (__n + _S_alloc_granularity) & ~(_S_alloc_granularity - 1); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.h 350 enum { _S_alloc_granularity = 8 };
398 return (__n + _S_alloc_granularity) & ~(_S_alloc_granularity - 1);
403 return (__n + _S_alloc_granularity - 1) & ~(_S_alloc_granularity - 1);
409 { return (__n + _S_alloc_granularity) & ~(_S_alloc_granularity - 1); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.h 350 enum { _S_alloc_granularity = 8 };
398 return (__n + _S_alloc_granularity) & ~(_S_alloc_granularity - 1);
403 return (__n + _S_alloc_granularity - 1) & ~(_S_alloc_granularity - 1);
409 { return (__n + _S_alloc_granularity) & ~(_S_alloc_granularity - 1); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_rope.h 350 enum { _S_alloc_granularity = 8 };
398 return (__n + _S_alloc_granularity) & ~(_S_alloc_granularity - 1);
403 return (__n + _S_alloc_granularity - 1) & ~(_S_alloc_granularity - 1);
409 { return (__n + _S_alloc_granularity) & ~(_S_alloc_granularity - 1); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_rope.h 350 enum { _S_alloc_granularity = 8 };
398 return (__n + _S_alloc_granularity) & ~(_S_alloc_granularity - 1);
403 return (__n + _S_alloc_granularity - 1) & ~(_S_alloc_granularity - 1);
409 { return (__n + _S_alloc_granularity) & ~(_S_alloc_granularity - 1); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
rope 685 enum { _S_alloc_granularity = 8 };
700 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)
701 &~ (size_t(_S_alloc_granularity) - 1));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
rope 696 enum { _S_alloc_granularity = 8 };
711 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)
712 &~ (size_t(_S_alloc_granularity) - 1));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rope 696 enum { _S_alloc_granularity = 8 };
711 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)
712 &~ (size_t(_S_alloc_granularity) - 1));
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rope 683 enum { _S_alloc_granularity = 8 };
698 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)
699 &~ (size_t(_S_alloc_granularity) - 1));
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rope 683 enum { _S_alloc_granularity = 8 };
698 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)
699 &~ (size_t(_S_alloc_granularity) - 1));
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rope 683 enum { _S_alloc_granularity = 8 };
698 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)
699 &~ (size_t(_S_alloc_granularity) - 1));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
rope 683 enum { _S_alloc_granularity = 8 };
698 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)
699 &~ (size_t(_S_alloc_granularity) - 1));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rope 685 enum { _S_alloc_granularity = 8 };
700 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)
701 &~ (size_t(_S_alloc_granularity) - 1));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rope 697 enum { _S_alloc_granularity = 8 };
712 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)
713 &~ (size_t(_S_alloc_granularity) - 1));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rope 685 enum { _S_alloc_granularity = 8 };
700 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)
701 &~ (size_t(_S_alloc_granularity) - 1));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rope 697 enum { _S_alloc_granularity = 8 };
712 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)
713 &~ (size_t(_S_alloc_granularity) - 1));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
rope 696 enum { _S_alloc_granularity = 8 };
711 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)
712 &~ (size_t(_S_alloc_granularity) - 1));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rope 696 enum { _S_alloc_granularity = 8 };
711 return ((__size_with_eos + size_t(_S_alloc_granularity) - 1)
712 &~ (size_t(_S_alloc_granularity) - 1));
    [all...]

Completed in 812 milliseconds