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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 328 /* Support for uintptr_t. */
329 #ifndef UINTPTR_T
330 #if HAVE_UINTPTR_T || defined(uintptr_t)
331 #define UINTPTR_T uintptr_t
333 #define UINTPTR_T unsigned long int
334 #endif /* HAVE_UINTPTR_T || defined(uintptr_t) */
335 #endif /* !defined(UINTPTR_T) */
337 /* WinCE5.0 does not have uintptr_t defined */
339 #ifdef UINTPTR_T
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 328 /* Support for uintptr_t. */
329 #ifndef UINTPTR_T
330 #if HAVE_UINTPTR_T || defined(uintptr_t)
331 #define UINTPTR_T uintptr_t
333 #define UINTPTR_T unsigned long int
334 #endif /* HAVE_UINTPTR_T || defined(uintptr_t) */
335 #endif /* !defined(UINTPTR_T) */
337 /* WinCE5.0 does not have uintptr_t defined */
339 #ifdef UINTPTR_T
    [all...]

Completed in 86 milliseconds