Home
last modified time | relevance | path

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

/kernel/arch/arm64/
A Dfeature.cpp285 uint col = 0; in print_feature() local
288 col += printf("%s ", features[i].name); in print_feature()
289 if (col >= 80) { in print_feature()
291 col = 0; in print_feature()
294 if (col > 0) in print_feature()
/kernel/arch/x86/
A Dfeature.cpp361 uint col = 0; in x86_feature_debug() local
364 col += printf("%s ", features[i].name); in x86_feature_debug()
365 if (col >= 80) { in x86_feature_debug()
367 col = 0; in x86_feature_debug()
370 if (col > 0) in x86_feature_debug()

Completed in 4 milliseconds