Searched refs:overflow (Results 1 – 10 of 10) sorted by relevance
26 bool overflow; member154 p_hci_log_ctl->overflow = true; in bt_hci_log_record_hex()166 p_hci_log_ctl->overflow = true; in bt_hci_log_record_hex()175 p_hci_log_ctl->overflow = true; in bt_hci_log_record_hex()197 p_hci_log_ctl->overflow = true; in bt_hci_log_record_string()239 p_hci_log_ctl->overflow = true; in bt_hci_log_record_data()257 p_hci_log_ctl->overflow = true; in bt_hci_log_record_data()285 if (p_hci_log_ctl->overflow) { in bt_hci_log_data_show()304 p_hci_log_ctl->overflow = false; in bt_hci_log_data_show()
68 uint32_t overflow : 1; member77 uint32_t overflow : 1; member95 volatile lp_timer_overflow_reg_t overflow; member
97 UINT8 i, overflow = 0 , next_overflow = 0; in leftshift_onebit() local102 output[i] = (input[i] << 1) | overflow; in leftshift_onebit()103 overflow = next_overflow; in leftshift_onebit()
57 dev->int_clr.overflow = 1; in lp_timer_ll_clear_overflow_intr_status()
108 goto overflow; in eloop_register_timeout_debug()116 goto overflow; in eloop_register_timeout_debug()154 overflow: in eloop_register_timeout_debug()
58 dev->int_clr.overflow = 1; in lp_timer_ll_clear_overflow_intr_status()
78 …target_compile_options(${COMPONENT_LIB} PRIVATE -Wimplicit-fallthrough=0 -Wno-shift-count-overflow)81 … target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-integer-overflow -Wno-shift-count-overflow)
28 APIs. If you are seing stack overflow errors in timer task, increase
124 * The number of bits_hashed in the state is not checked for overflow. Note