HomeSort by relevance Sort by last modified time
    Searched refs:length_lo (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/core/
nanohub_chre.c 102 uint32_t length_lo = va_arg(args, uint32_t); local
106 uint64_t length = (((uint64_t)length_hi) << 32) | length_lo;
osApi.c 202 uint32_t length_lo = va_arg(args, uint32_t); local
209 uint64_t length = (((uint64_t)length_hi) << 32) + length_lo;

Completed in 70 milliseconds