Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 8 of 8) sorted by relevance

/components/utilities/resource/
A Drid_bitmap.c29 long overflow; in rid_bitmap_get() local
35 overflow = mgr->total_id_count; in rid_bitmap_get()
36 id = rt_bitmap_next_clear_bit(mgr->bitset, 0, overflow); in rid_bitmap_get()
37 if (id == overflow) in rid_bitmap_get()
57 long overflow; in rid_bitmap_get_named() local
67 overflow = mgr->total_id_count; in rid_bitmap_get_named()
68 if (id_relative >= min && id_relative < overflow) in rid_bitmap_get_named()
95 long overflow; in rid_bitmap_put() local
105 overflow = mgr->total_id_count; in rid_bitmap_put()
106 if (id_relative >= min && id_relative < overflow && in rid_bitmap_put()
/components/drivers/hwtimer/
A Dhwtimer.c38 float overflow; in timeout_calc() local
47 overflow = timer->info->maxcnt/(float)timer->freq; in timeout_calc()
62 if (timeout <= overflow) in timeout_calc()
111 timer->overflow = 0; in rt_hwtimer_init()
170 rt_int32_t overflow; in rt_hwtimer_read() local
179 overflow = timer->overflow; in rt_hwtimer_read()
188 overflow = 0; in rt_hwtimer_read()
191 t = overflow * timer->period_sec + cnt/(float)timer->freq; in rt_hwtimer_read()
217 timer->overflow = 0; in rt_hwtimer_write()
346 timer->overflow ++; in rt_device_hwtimer_isr()
/components/drivers/include/drivers/
A Dhwtimer.h71 rt_int32_t overflow; /* timer overflows */ member
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A DPPPD_FOLLOWUP353 2014-08-01 - pppd: Eliminate potential integer overflow in option parsing
365 2014-08-01 - pppd: Fix a stack variable overflow in MSCHAP-v2
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A DPPPD_FOLLOWUP353 2014-08-01 - pppd: Eliminate potential integer overflow in option parsing
365 2014-08-01 - pppd: Fix a stack variable overflow in MSCHAP-v2
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG20 * tcp.c: fix overflow check in tcp_recved triggering invalid assertion (bug #55015)
52 * tcp.c: tcp_recved: check for overflow and warn about too big values (patch #9699)
1109 * api.h, sockets.c: fixed bug #41499 netconn::recv_avail can overflow
1420 * dhcp.c: fixed bug #34406 dhcp_option_hostname() can overflow the pbuf
1470 * dhcp.c: fixed bug #34122 dhcp: hostname can overflow
1918 overflow)
3137 elements to overflow. This is achieved by adding some bytes before and after
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG856 * api.h, sockets.c: fixed bug #41499 netconn::recv_avail can overflow
1167 * dhcp.c: fixed bug #34406 dhcp_option_hostname() can overflow the pbuf
1217 * dhcp.c: fixed bug #34122 dhcp: hostname can overflow
1665 overflow)
2884 elements to overflow. This is achieved by adding some bytes before and after
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG211 * dhcp.c: fixed bug #34406 dhcp_option_hostname() can overflow the pbuf
261 * dhcp.c: fixed bug #34122 dhcp: hostname can overflow
709 overflow)
1928 elements to overflow. This is achieved by adding some bytes before and after

Completed in 18 milliseconds