Searched refs:LINESIZE (Results 1 – 1 of 1) sorted by relevance
40 #define LINESIZE 71 macro132 for (i = 0; i < (LINESIZE * BATT_HIST_NUM_MAX); i = i + LINESIZE) { in checkAndReport()133 if (i + LINESIZE > kHistTotalLen) in checkAndReport()135 history_each = file_contents.substr(i, LINESIZE); in checkAndReport()