Searched refs:overflow (Results 1 – 10 of 10) sorted by relevance
103 goto overflow; in dispatchCommand()113 goto overflow; in dispatchCommand()117 goto overflow; in dispatchCommand()138 goto overflow; in dispatchCommand()153 goto overflow; in dispatchCommand()165 goto overflow; in dispatchCommand()201 overflow: in dispatchCommand()
39 bool overflow; member60 context->overflow = true; in create_android_logger()111 context->overflow = true; in android_log_write_list_begin()116 context->overflow = true; in android_log_write_list_begin()122 context->overflow = true; in android_log_write_list_begin()125 if (context->overflow) { in android_log_write_list_begin()153 if (context->overflow) { in android_log_write_int32()158 context->overflow = true; in android_log_write_int32()189 if (context->overflow) { in android_log_write_int64()194 context->overflow = true; in android_log_write_int64()[all …]
3 # FrameworkListener dispatchCommand overflow
97 UINT8 i, overflow = 0 , next_overflow = 0; in leftshift_onebit() local103 output[i] = (input[i] << 1) | overflow; in leftshift_onebit()104 overflow = next_overflow; in leftshift_onebit()
392 int overflow = 0; in parse_positive_decimal() local409 overflow = 1; in parse_positive_decimal()415 if (overflow) { in parse_positive_decimal()
266 overflow: in slow_muldiv()271 goto overflow; in slow_muldiv()
1913 bool overflow = false; in android_log_buffer_to_string() local1930 overflow = true; in android_log_buffer_to_string()1939 overflow = true; in android_log_buffer_to_string()1958 overflow = true; in android_log_buffer_to_string()1974 overflow = true; in android_log_buffer_to_string()1989 overflow = true; in android_log_buffer_to_string()2016 overflow = true; in android_log_buffer_to_string()2025 if (!overflow && (is_real_element(elem.type) || in android_log_buffer_to_string()2031 overflow = true; in android_log_buffer_to_string()2038 } while ((elem.type != EVENT_TYPE_UNKNOWN) && !overflow && !elem.complete); in android_log_buffer_to_string()[all …]
97 in the overflow bucket. Also, the reported mean of the data will be correct
10359 avoid many issues with buffer overflow caused by a too small buffer being passed to a function.
10387 avoid many issues with buffer overflow caused by a too small buffer being passed to a function.