Searched refs:__ke_size_t (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/addrlib/inc/ |
D | lnx_common_defs.h | 44 typedef unsigned long __ke_size_t; // as it is defined in firegl_public.h typedef 52 extern void * ATI_API_CALL __ke_memset(void* s, int c, __ke_size_t count); 53 extern void * ATI_API_CALL __ke_memcpy(void* d, const void* s, __ke_size_t count); 54 extern ATI_API_CALL __ke_size_t __ke_strlen(const char *s); 56 extern char* ATI_API_CALL __ke_strncpy(char* d, const char* s, __ke_size_t count); 59 extern int ATI_API_CALL __ke_snprintf(char* buf, __ke_size_t size, const char* fmt, ...); 60 extern int ATI_API_CALL KCL_CopyFromUserSpace(void* to, const void* from, __ke_size_t size); 61 extern int ATI_API_CALL KCL_CopyToUserSpace(void* to, const void* from, __ke_size_t size); 71 extern int ATI_API_CALL __ke_vsnprintf(char *buf, __ke_size_t size, const char *fmt, va_list ap);
|