Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/testutil/
H A Dformat_output.c48 char bdiff[MAX_STRING_WIDTH + 1]; in test_fail_string_common() local
90 bdiff[i] = ' '; in test_fail_string_common()
92 bdiff[i] = '^'; in test_fail_string_common()
95 bdiff[i] = '\0'; in test_fail_string_common()
109 test_printf_stderr("%4s %s\n", "", bdiff); in test_fail_string_common()
274 char *p, bdiff[MAX_STRING_WIDTH + 1]; in test_fail_bignum_common() local
325 p = bdiff; in test_fail_bignum_common()
348 test_printf_stderr(" %s\n", bdiff); in test_fail_bignum_common()
433 char *p, bdiff[MAX_STRING_WIDTH + 1]; in test_fail_memory_common() local
469 p = bdiff; in test_fail_memory_common()
[all …]
/freebsd/sys/kern/
H A Dkern_cpu.c459 int bdiff, count, diff, error, i, type; in cf_get_method() local
543 bdiff = 1 << 30; in cf_get_method()
546 if (diff < bdiff) { in cf_get_method()
547 bdiff = diff; in cf_get_method()
938 int best, count, diff, bdiff, devcount, error, freq, i, n; in cpufreq_curr_sysctl() local
971 bdiff = 1 << 30; in cpufreq_curr_sysctl()
974 if (diff < bdiff) { in cpufreq_curr_sysctl()
975 bdiff = diff; in cpufreq_curr_sysctl()