Searched refs:row_count (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/smp/
H A Dsmp_keys.c68 int row_count; local
73 row_count = len % col_count ? len / col_count + 1: len / col_count;
76 for (int row = 0; row < row_count; row++)

Completed in 97 milliseconds