Lines Matching refs:printed
416 int i, printed = 0; in cpucap_info() local
423 printed ? "," : "", hwcaps[i]); in cpucap_info()
424 printed++; in cpucap_info()
435 printed ? "," : "", crypto_hwcaps[i]); in cpucap_info()
436 printed++; in cpucap_info()
443 static void __init report_one_hwcap(int *printed, const char *name) in report_one_hwcap() argument
445 if ((*printed) == 0) in report_one_hwcap()
448 (*printed) ? "," : "", name); in report_one_hwcap()
449 if (++(*printed) == 8) { in report_one_hwcap()
451 *printed = 0; in report_one_hwcap()
455 static void __init report_crypto_hwcaps(int *printed) in report_crypto_hwcaps() argument
465 report_one_hwcap(printed, crypto_hwcaps[i]); in report_crypto_hwcaps()
471 int i, printed = 0; in report_hwcaps() local
476 report_one_hwcap(&printed, hwcaps[i]); in report_hwcaps()
479 report_crypto_hwcaps(&printed); in report_hwcaps()
480 if (printed != 0) in report_hwcaps()