OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAccessSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/courgette/third_party/
paged_array_unittest.cc
33
const int
kAccessSize
= 3 * 1024 * 1024;
35
a.Allocate(
kAccessSize
);
36
for (int i = 0; i <
kAccessSize
; ++i) {
39
for (int i = 0; i <
kAccessSize
; ++i) {
/external/compiler-rt/lib/tsan/rtl/
tsan_update_shadow_word_inl.h
18
const unsigned
kAccessSize
= 1 << kAccessSizeLog;
60
if (Shadow::TwoRangesIntersect(old, cur,
kAccessSize
)) {
/external/compiler-rt/lib/asan/
asan_mapping.h
219
const uptr
kAccessSize
= 1;
224
+
kAccessSize
- 1;
Completed in 37 milliseconds