OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_size
(Results
26 - 32
of
32
) sorted by null
1
2
/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
...]
/external/chromium_org/third_party/ots/src/
layout.cc
1357
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/v8/test/mjsunit/
unicode-test.js
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
Completed in 98 milliseconds
1
2