OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTimingTestSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
blockhash_test.cc
32
static const int
kTimingTestSize
= 1 << 21; // 2M
83
memset(compare_buffer_1_, 0xBE,
kTimingTestSize
);
84
memset(compare_buffer_2_, 0xBE,
kTimingTestSize
);
85
for (int index = n; index <
kTimingTestSize
; index += kBlockSize) {
322
memcmp(compare_buffer_1_, compare_buffer_2_,
kTimingTestSize
);
324
&compare_buffer_1_[
kTimingTestSize
- kBlockSize];
342
/ ((
kTimingTestSize
/ kBlockSize) * kTimingTestIterations);
360
/ ((
kTimingTestSize
/ kBlockSize) * kTimingTestIterations);
508
compare_buffer_1_ = new char[
kTimingTestSize
];
509
compare_buffer_2_ = new char[
kTimingTestSize
];
[
all
...]
rolling_hash_test.cc
132
static const int
kTimingTestSize
= 1 << 14; // 16K iterations
160
const int kTimingTestIterations =
kTimingTestSize
/ kBlockSize;
172
const int kTimingTestIterations =
kTimingTestSize
;
/external/open-vcdiff/src/
blockhash_test.cc
32
static const int
kTimingTestSize
= 1 << 21; // 2M
83
memset(compare_buffer_1_, 0xBE,
kTimingTestSize
);
84
memset(compare_buffer_2_, 0xBE,
kTimingTestSize
);
85
for (int index = n; index <
kTimingTestSize
; index += kBlockSize) {
322
memcmp(compare_buffer_1_, compare_buffer_2_,
kTimingTestSize
);
324
&compare_buffer_1_[
kTimingTestSize
- kBlockSize];
342
/ ((
kTimingTestSize
/ kBlockSize) * kTimingTestIterations);
360
/ ((
kTimingTestSize
/ kBlockSize) * kTimingTestIterations);
508
compare_buffer_1_ = new char[
kTimingTestSize
];
509
compare_buffer_2_ = new char[
kTimingTestSize
];
[
all
...]
rolling_hash_test.cc
132
static const int
kTimingTestSize
= 1 << 14; // 16K iterations
160
const int kTimingTestIterations =
kTimingTestSize
/ kBlockSize;
172
const int kTimingTestIterations =
kTimingTestSize
;
Completed in 839 milliseconds