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