HomeSort by: relevance | last modified time | path
    Searched defs:bucket_size (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
unordered_map.h 1030 bucket_size(size_type __n) const function in class:unordered_map
1031 { return _M_h.bucket_size(__n); }
1930 bucket_size(size_type __n) const function in class:unordered_multimap
1931 { return _M_h.bucket_size(__n); }
unordered_set.h 775 bucket_size(size_type __n) const function in class:unordered_set
776 { return _M_h.bucket_size(__n); }
1620 bucket_size(size_type __n) const function in class:unordered_multiset
1621 { return _M_h.bucket_size(__n); }
hashtable.h 688 bucket_size(size_type __bkt) const function in class:_Hashtable
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
unordered_map.h 1024 bucket_size(size_type __n) const function in class:unordered_map
1025 { return _M_h.bucket_size(__n); }
1924 bucket_size(size_type __n) const function in class:unordered_multimap
1925 { return _M_h.bucket_size(__n); }
unordered_set.h 770 bucket_size(size_type __n) const function in class:unordered_set
771 { return _M_h.bucket_size(__n); }
1615 bucket_size(size_type __n) const function in class:unordered_multiset
1616 { return _M_h.bucket_size(__n); }
hashtable.h 680 bucket_size(size_type __bkt) const function in class:_Hashtable
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 366 size_t bucket_size = GetMmapGranularity(); local
367 void *content = AllocateTrampolineRegion(image_address, bucket_size);
373 current->max_size = bucket_size;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
hashtable.h 286 bucket_size(size_type __n) const function in class:tr1::_Hashtable
  /src/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception_win.cpp 365 size_t bucket_size = GetMmapGranularity(); local
366 void *content = AllocateTrampolineRegion(image_address, bucket_size);
372 current->max_size = bucket_size;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
hashtable.h 286 bucket_size(size_type __n) const function in class:tr1::_Hashtable
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-profile.c 544 int bucket_size;
563 /* nr_buckets = (full-address-range / 2) / (bucket_size / 2) */
583 /* bucket_size = (full-address-range / 2) / (nr_buckets / 2) */
584 bucket_size = ((1ULL << ((sizeof (sim_cia) * 8) - 1))
587 bucket_size = ((PROFILE_PC_END (data)
592 while (bucket_size > PROFILE_PC_BUCKET_SIZE (data))
542 int bucket_size; local
  /src/external/gpl3/gdb/dist/sim/common/
sim-profile.c 544 int bucket_size;
563 /* nr_buckets = (full-address-range / 2) / (bucket_size / 2) */
583 /* bucket_size = (full-address-range / 2) / (nr_buckets / 2) */
584 bucket_size = ((1ULL << ((sizeof (sim_cia) * 8) - 1))
587 bucket_size = ((PROFILE_PC_END (data)
592 while (bucket_size > PROFILE_PC_BUCKET_SIZE (data))
542 int bucket_size; local
  /src/external/gpl3/gcc/dist/libsanitizer/interception/
interception_win.cpp 395 size_t bucket_size = GetMmapGranularity(); local
396 void *content = AllocateTrampolineRegion(image_address, bucket_size);
402 current->max_size = bucket_size;
  /src/sys/netbt/
hci.h 2119 uint32_t bucket_size; /* token bucket size */ member in struct:__anon7345

Completed in 29 milliseconds