Home
last modified time | relevance | path

Searched refs:tzdiff_quarter_hour (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dpdu_parser.cpp263 const int tzdiff_quarter_hour = 4 * tzdiff_hour; in IntToHexStringTimeZoneDiff() local
264 const int hi = tzdiff_quarter_hour / 10 + delta; in IntToHexStringTimeZoneDiff()
265 const int lo = tzdiff_quarter_hour % 10; in IntToHexStringTimeZoneDiff()