HomeSort by relevance Sort by last modified time
    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