HomeSort by relevance Sort by last modified time
    Searched refs:half_size (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/visitedlink/
visitedlink_perftest.cc 94 const int half_size = add_count / 2; local
95 FillTable(master, added_prefix, 0, half_size);
102 FillTable(master, added_prefix, half_size, add_count);
  /external/opencv/cxcore/src/
cxlut.cpp 288 int half_size = CV_ELEM_SIZE1(depth)*cn*128; local
289 shuffled_lut = (uchar*)cvStackAlloc(half_size*2);
292 memcpy( shuffled_lut, lut_data + half_size, half_size );
293 memcpy( shuffled_lut + half_size, lut_data, half_size );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 164 const size_type half_size = m_grow_size / factor; local
165 return std::max(min_size, half_size);

Completed in 387 milliseconds