Searched refs:__STATIC (Results 1 – 8 of 8) sorted by relevance
38 __STATIC __INLINE uint32_t co_bswap32(uint32_t val32) in co_bswap32()51 __STATIC __INLINE uint16_t co_bswap16(uint16_t val16) in co_bswap16()92 __STATIC __INLINE uint32_t co_htonl(uint32_t hostlong) in co_htonl()110 __STATIC __INLINE uint16_t co_htons(uint16_t hostshort) in co_htons()128 __STATIC __INLINE uint32_t co_ntohl(uint32_t netlong) in co_ntohl()142 __STATIC __INLINE uint16_t co_ntohs(uint16_t netshort) in co_ntohs()177 __STATIC __INLINE uint32_t co_htobl(uint32_t hostlong) in co_htobl()195 __STATIC __INLINE uint16_t co_htobs(uint16_t hostshort) in co_htobs()214 __STATIC __INLINE uint32_t co_btohl(uint32_t btlong) in co_btohl()229 __STATIC __INLINE uint16_t co_btohs(uint16_t btshort) in co_btohs()
92 __STATIC __INLINE uint32_t co_clz(uint32_t val) in co_clz()119 __STATIC __INLINE void co_random_init(uint32_t seed) in co_random_init()130 __STATIC __INLINE uint8_t co_rand_byte(void) in co_rand_byte()141 __STATIC __INLINE uint16_t co_rand_hword(void) in co_rand_hword()152 __STATIC __INLINE uint32_t co_rand_word(void) in co_rand_word()163 __STATIC __INLINE uint32_t co_min(uint32_t a, uint32_t b) in co_min()174 __STATIC __INLINE uint32_t co_max(uint32_t a, uint32_t b) in co_max()185 __STATIC __INLINE int co_abs(int val) in co_abs()
233 __STATIC __INLINE uint32_t co_read32(void const *ptr32) in co_read32()245 __STATIC __INLINE uint16_t co_read16(void const *ptr16) in co_read16()257 __STATIC __INLINE void co_write32(void const *ptr32, uint32_t value) in co_write32()269 __STATIC __INLINE void co_write16(void const *ptr16, uint32_t value) in co_write16()281 __STATIC __INLINE void co_write8(void const *ptr8, uint32_t value) in co_write8()293 __STATIC __INLINE uint16_t co_read16p(void const *ptr16) in co_read16p()307 __STATIC __INLINE uint32_t co_read24p(void const *ptr24) in co_read24p()323 __STATIC __INLINE void co_write24p(void const *ptr24, uint32_t value) in co_write24p()339 __STATIC __INLINE uint32_t co_read32p(void const *ptr32) in co_read32p()353 __STATIC __INLINE void co_write32p(void const *ptr32, uint32_t value) in co_write32p()[all …]
251 __STATIC __INLINE bool co_list_is_empty(const struct co_list *const list) in co_list_is_empty()267 __STATIC __INLINE struct co_list_hdr *co_list_pick(const struct co_list *const list) in co_list_pick()282 __STATIC __INLINE struct co_list_hdr *co_list_next(const struct co_list_hdr *const list_hdr) in co_list_next()
38 __STATIC __INLINE void ke_queue_push(struct co_list *const queue, struct co_list_hdr *const element) in ke_queue_push()52 __STATIC __INLINE struct co_list_hdr *ke_queue_pop(struct co_list *const queue) in ke_queue_pop()
53 #define KE_MSG_HANDLER(msg_name, param_struct) __STATIC int msg_name##_handler(ke_msg_id_t const …64 #define KE_MSG_HANDLER_TAB(task) __STATIC const struct ke_msg_handler task##_msg_handler_tab[] =
95 __STATIC __INLINE struct ke_msg * ke_param2msg(void const *param_ptr) in ke_param2msg()109 __STATIC __INLINE void * ke_msg2param(struct ke_msg const *msg) in ke_msg2param()
9 #define __STATIC static macro
Completed in 20 milliseconds