Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dutil.h54 #define VA_LIST_TO_INTEGER(__vl) ((uintptr_t)(&__vl)) macro
57 #define VA_LIST_TO_INTEGER(__vl) (*(uintptr_t*)(&__vl)) macro
DsyscallDo.h140 eOsLogvInternal(level, str, VA_LIST_TO_INTEGER(vl)); in eOsLogv()
148 eOsLogvInternal(level, str, VA_LIST_TO_INTEGER(vl)); in eOsLog()