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

  /device/google/contexthub/firmware/inc/
util.h 57 #define INTEGER_TO_VA_LIST(__ptr) (*(va_list*)(__ptr))
60 #define INTEGER_TO_VA_LIST(__ptr) ({uintptr_t tmp = __ptr; (*(va_list*)(&tmp)); })
  /device/google/contexthub/firmware/src/
osApi.c 91 va_copy(innerArgs, INTEGER_TO_VA_LIST(va_arg(args, uintptr_t)));

Completed in 429 milliseconds