Searched refs:pc (Results 1 – 3 of 3) sorted by relevance
2 kcov-flags-y += -fsanitize-coverage=trace-pc7 kcov-rflags-y += -Cllvm-args=-sanitizer-coverage-trace-pc
419 pc = int(100 * parser.spdx_valid / parser.checked) variable420 sys.stderr.write('Files with SPDX: %12d %3d%%\n' %(parser.spdx_valid, pc))428 pc = int(100 * dirsok / ndirs) variable429 sys.stderr.write('Directories complete: %8d %3d%%\n' %(dirsok, pc))439 pc = int(100 * valid / di.total) variable440 sys.stderr.write(' %-80s: %5d of %5d %3d%%\n' %(f, valid, di.total, pc))
19 // } else if ((pc & 1) == 0) {
Completed in 4 milliseconds