Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/tools/gbench/
H A Dutil.py15 _num_magic_bytes = 2 if sys.platform.startswith('win') else 4 variable
27 magic_bytes = f.read(_num_magic_bytes)