Searched refs:rt_int32_t (Results 1 – 3 of 3) sorted by relevance
| /include/klibc/ |
| A D | kstring.h | 23 rt_int32_t rt_memcmp(const void *cs, const void *ct, rt_size_t count); 28 rt_int32_t rt_strcasecmp(const char *a, const char *b); 31 rt_int32_t rt_strncmp(const char *cs, const char *ct, rt_size_t count); 32 rt_int32_t rt_strcmp(const char *cs, const char *ct);
|
| /include/ |
| A D | rtthread.h | 174 rt_err_t rt_thread_mdelay(rt_int32_t ms); 288 void *rt_mp_alloc(rt_mp_t mp, rt_int32_t time); 503 rt_int32_t timeout, 508 rt_int32_t timeout, 513 rt_int32_t timeout, 572 rt_int32_t prio; 603 rt_int32_t timeout); 616 rt_int32_t timeout); 620 rt_int32_t timeout); 624 rt_int32_t timeout); [all …]
|
| A D | rttypes.h | 47 typedef int32_t rt_int32_t; /**< 32bit integer type */ typedef 56 typedef signed int rt_int32_t; /**< 32bit integer type */ typedef 74 typedef rt_int32_t rt_base_t; /**< Nbit CPU related data type */
|
Completed in 5 milliseconds