Lines Matching refs:printed
394 int i, printed = 0; in cpucap_info() local
401 printed ? "," : "", hwcaps[i]); in cpucap_info()
402 printed++; in cpucap_info()
413 printed ? "," : "", crypto_hwcaps[i]); in cpucap_info()
414 printed++; in cpucap_info()
421 static void __init report_one_hwcap(int *printed, const char *name) in report_one_hwcap() argument
423 if ((*printed) == 0) in report_one_hwcap()
426 (*printed) ? "," : "", name); in report_one_hwcap()
427 if (++(*printed) == 8) { in report_one_hwcap()
429 *printed = 0; in report_one_hwcap()
433 static void __init report_crypto_hwcaps(int *printed) in report_crypto_hwcaps() argument
443 report_one_hwcap(printed, crypto_hwcaps[i]); in report_crypto_hwcaps()
449 int i, printed = 0; in report_hwcaps() local
454 report_one_hwcap(&printed, hwcaps[i]); in report_hwcaps()
457 report_crypto_hwcaps(&printed); in report_hwcaps()
458 if (printed != 0) in report_hwcaps()