Searched refs:overflow (Results 1 – 12 of 12) sorted by relevance
44 uint8_t overflow = 0; in dcp_left_shift_buffer() local50 input[buffer_size - 1 - i] << 1 | overflow; in dcp_left_shift_buffer()52 overflow = input[buffer_size - 1 - i] >> 7; in dcp_left_shift_buffer()
102 if (fbuf->overflow) in ftrace_copy_buf()111 if (fbuf->overflow) { in ftrace_copy_buf()
116 goto overflow; in softfloat_roundPackMToExtF80M()191 overflow: in softfloat_roundPackMToExtF80M()
109 goto overflow; in softfloat_roundPackToExtF80()176 overflow: in softfloat_roundPackToExtF80()
370 goto overflow; in __mcount_internal()402 goto overflow; in __mcount_internal()432 overflow: in __mcount_internal()
14 3. If the issue is a security risk (for example: buffer overflow,
94 * Fix a stack buffer overflow in mbedtls_ecdsa_der_to_raw() and471 the buffer, causing a heap buffer overflow.2184 * Fix a stack buffer overflow with mbedtls_net_poll() and3075 previously lead to a stack overflow on constrained targets.3762 overflow. #11794316 * Fix potential integer overflow to buffer overflow in4443 * Fix stack buffer overflow in pkcs12 decryption (used by4446 * Fix potential buffer overflow in mbedtls_mpi_read_string().5138 * Fixed possible buffer overflow with overlong PSK5721 * Potential heap buffer overflow on large hostname setting[all …]
94 bool overflow; /* Circular buffer has wrapped */ member
85 fbuf->overflow = true; in add_elem()
61 uint32_t overflow = 0x00; in cmac_multiply_by_u() local80 i32 = (i32 << 1) | overflow; in cmac_multiply_by_u()82 overflow = new_overflow; in cmac_multiply_by_u()
290 cmn r6, r4 @ 32 bit overflow?
156 performed with full proper error detection of overflow and underflow.
Completed in 32 milliseconds