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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
44 m_start_size(start_size),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
44 m_start_size(start_size),
  /external/jemalloc/test/integration/
rallocx.c 123 size_t start_size = start_sizes[i]; local
124 p = mallocx(start_size, MALLOCX_ZERO);
135 q = rallocx(p, start_size+j, MALLOCX_ZERO);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/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...]
  /external/python/cpython3/Modules/
readline.c 1047 size_t start_size, end_size; local
1061 s = Py_DecodeLocale(rl_line_buffer, &start_size);
1075 start = (int)start_size;
    [all...]
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 538 // arrive for each frame size, from start_size to stop_size.
543 size_t start_size,
557 current_size_rtp_(start_size),
558 current_size_frame_(static_cast<int32_t>(start_size)) {
560 encoder_.SetFrameSize(start_size);
    [all...]
  /external/tpm2/
tpm_generated.c 1071 UINT32 start_size = *size; local
1084 struct_size = start_size - *size - sizeof(target->t.size);
1206 UINT32 start_size = *size; local
1219 struct_size = start_size - *size - sizeof(target->t.size);
1546 UINT32 start_size = *size; local
3350 UINT32 start_size = *size; local
3606 UINT32 start_size = *size; local
    [all...]

Completed in 1375 milliseconds