Lines Matching refs:printed
401 int i, printed = 0; in cpucap_info() local
408 printed ? "," : "", hwcaps[i]); in cpucap_info()
409 printed++; in cpucap_info()
420 printed ? "," : "", crypto_hwcaps[i]); in cpucap_info()
421 printed++; in cpucap_info()
428 static void __init report_one_hwcap(int *printed, const char *name) in report_one_hwcap() argument
430 if ((*printed) == 0) in report_one_hwcap()
433 (*printed) ? "," : "", name); in report_one_hwcap()
434 if (++(*printed) == 8) { in report_one_hwcap()
436 *printed = 0; in report_one_hwcap()
440 static void __init report_crypto_hwcaps(int *printed) in report_crypto_hwcaps() argument
450 report_one_hwcap(printed, crypto_hwcaps[i]); in report_crypto_hwcaps()
456 int i, printed = 0; in report_hwcaps() local
461 report_one_hwcap(&printed, hwcaps[i]); in report_hwcaps()
464 report_crypto_hwcaps(&printed); in report_hwcaps()
465 if (printed != 0) in report_hwcaps()