Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DosApi.c210 uint32_t length_lo = va_arg(args, uint32_t); in osExpApiTimSetTimer() local
217 uint64_t length = (((uint64_t)length_hi) << 32) + length_lo; in osExpApiTimSetTimer()
Dnanohub_chre.c125 uint32_t length_lo = va_arg(args, uint32_t); in osChreApiTimerSet() local
129 uint64_t length = (((uint64_t)length_hi) << 32) | length_lo; in osChreApiTimerSet()