OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outside_bytes
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/asan/tests/
asan_oob_test.cc
90
int
outside_bytes
= offset > alloc_size ? (offset - alloc_size) : 0;
local
94
sprintf(expected_str, str,
outside_bytes
);
Completed in 363 milliseconds