Home
last modified time | relevance | path

Searched defs:double_check (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/core/
DSkSafeMath.h97 auto double_check = (unsigned __int128)x * y; in mul64() local
/third_party/skia/src/core/
DSkSafeMath.h97 auto double_check = (unsigned __int128)x * y; in mul64() local
/third_party/lz4/tests/
Dtest-lz4-speed.py193 def double_check(branch, commit, args, executableName, md5sum, compilerVersion, resultsFileName, fi… function