Searched refs:adjust (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | rtc.c | 268 static const uint8_t adjust[] = { 0, 1, 4, 5, 7, 8, 10, 11, 12, 14, 15, 17 }; in rtcGetTime() local 280 … time_s = (((((dr >> 4) & 0x3) * 10) + (dr & 0xF) - 1) + (month << 5) - adjust[month]) * 86400ULL; in rtcGetTime()
|
/device/htc/flounder/sepolicy/ |
D | system_server.te | 1 # allow power hal to adjust max frequency
|
/device/google/contexthub/firmware/misc/cpu/cortexm4f/ |
D | app.lkr | 34 …while also modifying the app code itself potentially to adjust for new reloc format. This shrinks …
|