HomeSort by relevance Sort by last modified time
    Searched refs:start_size (Results 26 - 39 of 39) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
hash_policy.hpp 418 /// Default constructor, or onstructor taking a start_size, or
420 /// will use the sequence of sizes start_size, start_size*
421 /// grow_factor, start_size* grow_factor^2, ...
422 hash_exponential_size_policy(size_type start_size = 8,
456 /// Default constructor, or onstructor taking a start_size The
458 /// start_size, start_size* 2, start_size* 2^2, ...
459 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
hash_policy.hpp 406 // Default constructor, or onstructor taking a start_size, or
408 // will use the sequence of sizes start_size, start_size*
409 // grow_factor, start_size* grow_factor^2, ...
410 hash_exponential_size_policy(size_type start_size = 8,
444 // Default constructor, or onstructor taking a start_size The
446 // start_size, start_size* 2, start_size* 2^2, ...
447 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
hash_policy.hpp 418 /// Default constructor, or onstructor taking a start_size, or
420 /// will use the sequence of sizes start_size, start_size*
421 /// grow_factor, start_size* grow_factor^2, ...
422 hash_exponential_size_policy(size_type start_size = 8,
456 /// Default constructor, or onstructor taking a start_size The
458 /// start_size, start_size* 2, start_size* 2^2, ...
459 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
hash_policy.hpp 406 // Default constructor, or onstructor taking a start_size, or
408 // will use the sequence of sizes start_size, start_size*
409 // grow_factor, start_size* grow_factor^2, ...
410 hash_exponential_size_policy(size_type start_size = 8,
444 // Default constructor, or onstructor taking a start_size The
446 // start_size, start_size* 2, start_size* 2^2, ...
447 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
hash_policy.hpp 418 /// Default constructor, or onstructor taking a start_size, or
420 /// will use the sequence of sizes start_size, start_size*
421 /// grow_factor, start_size* grow_factor^2, ...
422 hash_exponential_size_policy(size_type start_size = 8,
456 /// Default constructor, or onstructor taking a start_size The
458 /// start_size, start_size* 2, start_size* 2^2, ...
459 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/
hash_policy.hpp 418 /// Default constructor, or onstructor taking a start_size, or
420 /// will use the sequence of sizes start_size, start_size*
421 /// grow_factor, start_size* grow_factor^2, ...
422 hash_exponential_size_policy(size_type start_size = 8,
456 /// Default constructor, or onstructor taking a start_size The
458 /// start_size, start_size* 2, start_size* 2^2, ...
459 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
hash_policy.hpp 418 /// Default constructor, or onstructor taking a start_size, or
420 /// will use the sequence of sizes start_size, start_size*
421 /// grow_factor, start_size* grow_factor^2, ...
422 hash_exponential_size_policy(size_type start_size = 8,
456 /// Default constructor, or onstructor taking a start_size The
458 /// start_size, start_size* 2, start_size* 2^2, ...
459 hash_prime_size_policy(size_type start_size = 8)
    [all...]
  /external/lldb/source/Core/
Module.cpp 572 const size_t start_size = sc_list.GetSize(); local
586 return sc_list.GetSize() - start_size;
685 const size_t start_size = sc_list.GetSize(); local
705 size_t num_functions_added_to_sc_list = end_functions_added_index - start_size;
722 for (size_t i=start_size; i<end_functions_added_index; ++i)
733 for (size_t i=start_size; i<num_matches; ++i)
752 return sc_list.GetSize() - start_size;
    [all...]
  /external/chromium_org/third_party/ots/src/
layout.cc 1371 uint16_t start_size = 0; local
    [all...]
  /external/compiler-rt/lib/asan/
asan_malloc_mac.cc 43 vm_size_t start_size, unsigned zone_flags) {
  /external/chromium_org/third_party/ots/test/
layout_common_table_test.cc 214 bool BuildFakeDeviceTable(ots::OTSStream *out, const uint16_t start_size,
216 if (!out->WriteU16(start_size) ||
222 const unsigned num_values = std::abs(end_size - start_size) + 1;
  /external/chromium_org/third_party/webrtc/video/
video_send_stream_tests.cc 596 // arrive for each frame size, from start_size to stop_size.
601 uint32_t start_size,
617 current_size_rtp_(start_size),
618 current_size_frame_(start_size) {
    [all...]
  /external/qemu/
kvm-all.c 323 ram_addr_t start_size = (ram_addr_t)(end_addr - start_addr); local
325 mem = kvm_lookup_overlapping_slot(s, start_addr, start_size);
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1424 milliseconds

12