Searched refs:tomoyo_eom (Results 1 – 1 of 1) sorted by relevance
92 static const u16 tomoyo_eom[2][12] = { in tomoyo_convert_time() local112 for (m = 0; m < 11 && time >= tomoyo_eom[r][m]; m++) in tomoyo_convert_time()115 time -= tomoyo_eom[r][m - 1]; in tomoyo_convert_time()