Searched refs:overflow (Results 1 – 8 of 8) sorted by relevance
29 long overflow; in rid_bitmap_get() local35 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() local67 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() local105 overflow = mgr->total_id_count; in rid_bitmap_put()106 if (id_relative >= min && id_relative < overflow && in rid_bitmap_put()
38 float overflow; in timeout_calc() local47 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() local179 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()
71 rt_int32_t overflow; /* timer overflows */ member
353 2014-08-01 - pppd: Eliminate potential integer overflow in option parsing365 2014-08-01 - pppd: Fix a stack variable overflow in MSCHAP-v2
20 * 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 overflow1420 * dhcp.c: fixed bug #34406 dhcp_option_hostname() can overflow the pbuf1470 * dhcp.c: fixed bug #34122 dhcp: hostname can overflow1918 overflow)3137 elements to overflow. This is achieved by adding some bytes before and after
856 * api.h, sockets.c: fixed bug #41499 netconn::recv_avail can overflow1167 * dhcp.c: fixed bug #34406 dhcp_option_hostname() can overflow the pbuf1217 * dhcp.c: fixed bug #34122 dhcp: hostname can overflow1665 overflow)2884 elements to overflow. This is achieved by adding some bytes before and after
211 * dhcp.c: fixed bug #34406 dhcp_option_hostname() can overflow the pbuf261 * dhcp.c: fixed bug #34122 dhcp: hostname can overflow709 overflow)1928 elements to overflow. This is achieved by adding some bytes before and after
Completed in 18 milliseconds