/lk-master/external/platform/pico/common/pico_util/ |
A D | queue.c | 11 void queue_init_with_spinlock(queue_t *q, uint element_size, uint element_count, uint spinlock_num)… in queue_init_with_spinlock() 20 void queue_free(queue_t *q) { in queue_free() 24 static inline void *element_ptr(queue_t *q, uint index) { in element_ptr() 29 static inline uint16_t inc_index(queue_t *q, uint16_t index) { in inc_index() 36 bool queue_try_add(queue_t *q, void *data) { in queue_try_add() 49 bool queue_try_remove(queue_t *q, void *data) { in queue_try_remove() 62 bool queue_try_peek(queue_t *q, void *data) { in queue_try_peek() 73 void queue_add_blocking(queue_t *q, void *data) { in queue_add_blocking() 82 void queue_remove_blocking(queue_t *q, void *data) { in queue_remove_blocking() 91 void queue_peek_blocking(queue_t *q, void *data) { in queue_peek_blocking()
|
/lk-master/external/platform/pico/common/pico_util/include/pico/util/ |
A D | queue.h | 47 static inline void queue_init(queue_t *q, uint element_size, uint element_count) { in queue_init() 69 static inline uint queue_get_level_unsafe(queue_t *q) { in queue_get_level_unsafe() 83 static inline uint queue_get_level(queue_t *q) { in queue_get_level() 98 static inline bool queue_is_empty(queue_t *q) { in queue_is_empty() 110 static inline bool queue_is_full(queue_t *q) { in queue_is_full()
|
/lk-master/external/lib/lwip/core/ |
A D | pbuf.c | 209 struct pbuf *p, *q, *r; in pbuf_alloc() local 432 struct pbuf *q; in pbuf_realloc() local 621 struct pbuf *q; in pbuf_free() local 805 struct pbuf *q; in pbuf_dechain() local 1012 struct pbuf *q; in pbuf_coalesce() local 1080 struct pbuf* q = p; in pbuf_get_at() local 1107 struct pbuf* q = p; in pbuf_memcmp() local
|
A D | udp.c | 375 struct pbuf *q; local 566 struct pbuf *q; /* q will be sent down the stack */ local
|
A D | raw.c | 208 struct pbuf *q; /* q will be sent down the stack */ in raw_sendto() local
|
/lk-master/external/lib/lwip/netif/ |
A D | etharp.c | 108 struct etharp_q_entry *q; member 155 free_etharp_q(struct etharp_q_entry *q) in free_etharp_q() 171 #define free_etharp_q(q) pbuf_free(q) argument 496 struct etharp_q_entry *q = arp_table[i].q; local 842 etharp_output_to_arp_index(struct netif *netif, struct pbuf *q, u8_t arp_idx) 879 etharp_output(struct netif *netif, struct pbuf *q, ip_addr_t *ipaddr) 1016 etharp_query(struct netif *netif, ip_addr_t *ipaddr, struct pbuf *q)
|
A D | slipif.c | 96 struct pbuf *p, *q; member 118 struct pbuf *q; in slipif_output() local 417 struct pbuf *q = p; in slipif_process_rxqueue() local 452 struct pbuf *q = p; in slipif_rxbyte_enqueue() local
|
/lk-master/external/lib/lwip/core/ipv4/ |
A D | inet_chksum.c | 278 struct pbuf *q; in inet_chksum_pseudo() local 338 struct pbuf *q; in inet_chksum_pseudo_partial() local 412 struct pbuf *q; in inet_chksum_pbuf() local
|
A D | icmp.c | 293 struct pbuf *q; in icmp_send_response() local
|
A D | ip_frag.c | 334 struct pbuf *q; in ip_reass_chain_frag_into_datagram_and_validate() local
|
/lk-master/external/lib/lwip/core/ipv6/ |
A D | icmp6.c | 108 struct pbuf *q; in icmp_dest_unreach() local 144 struct pbuf *q; in icmp_time_exceeded() local
|
A D | inet6.c | 85 struct pbuf *q; in inet_chksum_pseudo() local 143 struct pbuf *q; in inet_chksum_pbuf() local
|
/lk-master/platform/armemu/ |
A D | net.c | 118 struct pbuf *q; in low_level_output() local 167 struct pbuf *p, *q; in low_level_input() local
|
/lk-master/kernel/include/kernel/ |
A D | wait.h | 26 #define WAIT_QUEUE_INITIAL_VALUE(q) \ argument
|
/lk-master/external/lib/libm/ |
A D | e_sqrtf.c | 44 int32_t ix,s,q,m,t,i; in __ieee754_sqrtf() local
|
A D | e_sqrt.c | 113 int32_t ix0,s0,q,m,t,i; in __ieee754_sqrt() local
|
A D | e_acos.c | 64 double z,p,q,r,w,s,c,df; in __ieee754_acos() local
|
A D | e_acosf.c | 42 float z,p,q,r,w,s,c,df; in __ieee754_acosf() local
|
A D | e_asin.c | 73 double t=0.0,w,p,q,c,r,s; in __ieee754_asin() local
|
A D | e_asinf.c | 44 float t=0.0,w,p,q,c,r,s; in __ieee754_asinf() local
|
A D | k_rem_pio2.c | 297 double z,fw,f[20],fq[20],q[20]; in __kernel_rem_pio2() local
|
/lk-master/external/lib/lwip/api/ |
A D | tcpip.c | 482 struct pbuf *q = (struct pbuf *)p; in pbuf_free_int() local
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | vj.c | 596 struct pbuf *np, *q; in vj_uncompress_tcp() local
|
/lk-master/external/platform/pico/rp2_common/pico_float/ |
A D | float_math.c | 481 int quo=0,q,r=0,s; in frem_0() local 525 int sx,sy,ex,ey,q; in WRAPPER_FUNC() local
|
/lk-master/external/lib/fdt/ |
A D | fdt_ro.c | 258 const char *q = memchr(path, '/', end - p); in fdt_path_offset_namelen() local 272 const char *q; in fdt_path_offset_namelen() local
|