Searched refs:col (Results 1 – 2 of 2) sorted by relevance
285 uint col = 0; in print_feature() local288 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()
361 uint col = 0; in x86_feature_debug() local364 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