Home
last modified time | relevance | path

Searched refs:_num_magic_bytes (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/utils/google-benchmark/tools/gbench/
Dutil.py14 _num_magic_bytes = 2 if sys.platform.startswith('win') else 4 variable
24 magic_bytes = f.read(_num_magic_bytes)
/external/google-benchmark/tools/gbench/
Dutil.py14 _num_magic_bytes = 2 if sys.platform.startswith('win') else 4 variable
24 magic_bytes = f.read(_num_magic_bytes)