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

  /device/google/contexthub/firmware/inc/
util.h 56 #define VA_LIST_TO_INTEGER(__vl) ((uintptr_t)(&__vl))
59 #define VA_LIST_TO_INTEGER(__vl) (*(uintptr_t*)(&__vl))
syscallDo.h 140 eOsLogvInternal(level, str, VA_LIST_TO_INTEGER(vl));
148 eOsLogvInternal(level, str, VA_LIST_TO_INTEGER(vl));

Completed in 167 milliseconds