Searched refs:COV_CMP_CONST (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_coverage.c | 161 trace_cmp(COV_CMP_SIZE(0) | COV_CMP_CONST, arg1, arg2, in __sanitizer_cov_trace_const_cmp1() 172 trace_cmp(COV_CMP_SIZE(1) | COV_CMP_CONST, arg1, arg2, in __sanitizer_cov_trace_const_cmp2() 183 trace_cmp(COV_CMP_SIZE(2) | COV_CMP_CONST, arg1, arg2, in __sanitizer_cov_trace_const_cmp4() 194 trace_cmp(COV_CMP_SIZE(3) | COV_CMP_CONST, arg1, arg2, in __sanitizer_cov_trace_const_cmp8() 234 val |= COV_CMP_CONST; in __sanitizer_cov_trace_switch()
|
| /f-stack/freebsd/sys/ |
| H A D | kcov.h | 55 #define KCOV_CMP_CONST COV_CMP_CONST
|
| H A D | coverage.h | 45 #define COV_CMP_CONST (1 << 0) macro
|