Searched refs:UINTPTR_T (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c329 #ifndef UINTPTR_T
331 #define UINTPTR_T uintptr_t macro
333 #define UINTPTR_T unsigned long int macro
335 #endif /* !defined(UINTPTR_T) */
339 #ifdef UINTPTR_T
340 #undef UINTPTR_T macro
342 #define UINTPTR_T unsigned long int macro
789 (UINTPTR_T)strvalue, 16, width,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c329 #ifndef UINTPTR_T
331 #define UINTPTR_T uintptr_t macro
333 #define UINTPTR_T unsigned long int macro
335 #endif /* !defined(UINTPTR_T) */
339 #ifdef UINTPTR_T
340 #undef UINTPTR_T macro
342 #define UINTPTR_T unsigned long int macro
789 (UINTPTR_T)strvalue, 16, width,

Completed in 146 milliseconds