Home
last modified time | relevance | path

Searched defs:q (Results 1 – 25 of 30) sorted by relevance

12

/lk-master/external/platform/pico/common/pico_util/
A Dqueue.c11 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 Dqueue.h47 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 Dpbuf.c209 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 Dudp.c375 struct pbuf *q; local
566 struct pbuf *q; /* q will be sent down the stack */ local
A Draw.c208 struct pbuf *q; /* q will be sent down the stack */ in raw_sendto() local
/lk-master/external/lib/lwip/netif/
A Detharp.c108 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 Dslipif.c96 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 Dinet_chksum.c278 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 Dicmp.c293 struct pbuf *q; in icmp_send_response() local
A Dip_frag.c334 struct pbuf *q; in ip_reass_chain_frag_into_datagram_and_validate() local
/lk-master/external/lib/lwip/core/ipv6/
A Dicmp6.c108 struct pbuf *q; in icmp_dest_unreach() local
144 struct pbuf *q; in icmp_time_exceeded() local
A Dinet6.c85 struct pbuf *q; in inet_chksum_pseudo() local
143 struct pbuf *q; in inet_chksum_pbuf() local
/lk-master/platform/armemu/
A Dnet.c118 struct pbuf *q; in low_level_output() local
167 struct pbuf *p, *q; in low_level_input() local
/lk-master/kernel/include/kernel/
A Dwait.h26 #define WAIT_QUEUE_INITIAL_VALUE(q) \ argument
/lk-master/external/lib/libm/
A De_sqrtf.c44 int32_t ix,s,q,m,t,i; in __ieee754_sqrtf() local
A De_sqrt.c113 int32_t ix0,s0,q,m,t,i; in __ieee754_sqrt() local
A De_acos.c64 double z,p,q,r,w,s,c,df; in __ieee754_acos() local
A De_acosf.c42 float z,p,q,r,w,s,c,df; in __ieee754_acosf() local
A De_asin.c73 double t=0.0,w,p,q,c,r,s; in __ieee754_asin() local
A De_asinf.c44 float t=0.0,w,p,q,c,r,s; in __ieee754_asinf() local
A Dk_rem_pio2.c297 double z,fw,f[20],fq[20],q[20]; in __kernel_rem_pio2() local
/lk-master/external/lib/lwip/api/
A Dtcpip.c482 struct pbuf *q = (struct pbuf *)p; in pbuf_free_int() local
/lk-master/external/lib/lwip/netif/ppp/
A Dvj.c596 struct pbuf *np, *q; in vj_uncompress_tcp() local
/lk-master/external/platform/pico/rp2_common/pico_float/
A Dfloat_math.c481 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 Dfdt_ro.c258 const char *q = memchr(path, '/', end - p); in fdt_path_offset_namelen() local
272 const char *q; in fdt_path_offset_namelen() local

Completed in 54 milliseconds

12