OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_num_magic_bytes
(Results
1 - 2
of
2
) sorted by null
/external/google-benchmark/tools/gbench/
util.py
14
_num_magic_bytes
= 2 if sys.platform.startswith('win') else 4
variable
26
magic_bytes = f.read(
_num_magic_bytes
)
/external/libcxx/utils/google-benchmark/tools/gbench/
util.py
14
_num_magic_bytes
= 2 if sys.platform.startswith('win') else 4
variable
26
magic_bytes = f.read(
_num_magic_bytes
)
Completed in 182 milliseconds