HomeSort by relevance Sort by last modified time
    Searched defs:max_size (Results 101 - 125 of 525) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-alias.h 84 HOST_WIDE_INT max_size; member in struct:ao_ref_s
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-alias.h 84 HOST_WIDE_INT max_size; member in struct:ao_ref_s
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
queue.h 59 sequence_index_t max_size; member in class:__gnu_parallel::RestrictedBoundedConcurrentQueue
67 * @param max_size Maximal number of elements to be contained. */
68 RestrictedBoundedConcurrentQueue(sequence_index_t max_size)
70 this->max_size = max_size;
71 base = new T[max_size];
88 *(base + former_front % max_size) = t;
90 // Otherwise: front - back > max_size eventually.
92 <= max_size);
112 t = *(base + (former_front - 1) % max_size);
    [all...]
  /system/core/libsparse/
simg2simg.c 39 fprintf(stderr, "Usage: simg2simg <sparse image file> <sparse_image_file> <max_size>\n");
49 int64_t max_size; local
59 max_size = atoll(argv[3]);
73 files = sparse_file_resparse(s, max_size, NULL, 0);
85 files = sparse_file_resparse(s, max_size, out_s, files);
  /external/marisa-trie/lib/marisa/
bitvector.h 42 MARISA_THROW_IF(size_ == max_size(), MARISA_SIZE_ERROR);
72 std::size_t max_size() const { function in class:marisa::BitVector
vector.h 105 static std::size_t max_size() { function in class:marisa::Vector
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
bitvector.h 42 MARISA_ALPHA_THROW_IF(size_ == max_size(), MARISA_ALPHA_SIZE_ERROR);
72 std::size_t max_size() const { function in class:marisa_alpha::BitVector
vector.h 105 static std::size_t max_size() { function in class:marisa_alpha::Vector
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/
stack_allocator.h 44 size_type max_size() const {return N;} function in class:stack_allocator
  /external/chromium/sdch/open-vcdiff/src/
instruction_map.cc 39 unsigned char max_size = size_array[0]; local
41 if (size_array[i] > max_size) {
42 max_size = size_array[i];
45 return max_size;
  /external/open-vcdiff/src/
instruction_map.cc 39 unsigned char max_size = size_array[0]; local
41 if (size_array[i] > max_size) {
42 max_size = size_array[i];
45 return max_size;
  /external/regex-re2/util/
sparse_set.h 59 SparseSet(int max_size) {
60 max_size_ = max_size;
61 sparse_to_dense_ = new int[max_size];
62 dense_ = new int[max_size];
67 for (int i = 0; i < max_size; i++) {
121 // Indices can be in the range [0, max_size).
122 int max_size() const { return max_size_; } function in class:re2::SparseSet
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/
test_allocator.h 58 size_type max_size() const throw() function in class:test_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/allocator.adaptor/
allocators.h 44 std::size_t max_size() const {return id_;} function in class:A1
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/
test_allocator.h 65 size_type max_size() const throw() function in class:test_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/
allocators.h 44 std::size_t max_size() const {return id_;} function in class:A1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
array_allocator.h 70 max_size() const throw() function in class:array_allocator_base
extptr_allocator.h 96 size_type max_size() const throw() function in class:_ExtPtr_allocator
malloc_allocator.h 87 if (__builtin_expect(__n > this->max_size(), false))
102 max_size() const throw() function in class:malloc_allocator
new_allocator.h 86 if (__builtin_expect(__n > this->max_size(), false))
98 max_size() const throw() function in class:new_allocator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
array_allocator.h 72 max_size() const throw() function in class:array_allocator_base
extptr_allocator.h 100 size_type max_size() const throw() function in class:_ExtPtr_allocator
malloc_allocator.h 89 if (__n > this->max_size())
104 max_size() const throw() function in class:malloc_allocator
new_allocator.h 89 if (__n > this->max_size())
101 max_size() const throw() function in class:new_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
array_allocator.h 72 max_size() const throw() function in class:array_allocator_base

Completed in 986 milliseconds

1 2 3 45 6 7 8 91011>>