Home
last modified time | relevance | path

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

/subsys/net/ip/
A Dicmpv4.c201 uint8_t overflow; in icmpv4_update_time_stamp() local
228 overflow = (flag & 0xF0) >> 4U; in icmpv4_update_time_stamp()
239 if (overflow == 0x0F) { in icmpv4_update_time_stamp()
250 overflow++; in icmpv4_update_time_stamp()
251 flag = (overflow << 4U) | flag; in icmpv4_update_time_stamp()
289 if (net_pkt_write_u8(reply, (overflow << 4) | flag)) { in icmpv4_update_time_stamp()
/subsys/sensing/
A DKconfig67 data, then ring buf will always be put into data until overflow.
/subsys/fs/zms/
A DKconfig43 overflow the stack.
/subsys/debug/thread_analyzer/
A DKconfig16 stack size configuration to find stack overflow or to find stacks
/subsys/testsuite/
A DKconfig155 bool "Hardware-based stack overflow detection if available"
/subsys/debug/
A DKconfig142 for stack overflow protection, or have insufficient system resources
/subsys/bluetooth/controller/
A DKconfig.ll_sw_split389 when a chain PDU needs its AD data overflow into a new chain PDU.
390 I.e. AD data in the last PDU could overflow due to the need to add
391 Aux Pointer field, and if this overflow bytes plus the next AD data
/subsys/bluetooth/mesh/
A DKconfig928 trimmed to not overflow the Friend queue.

Completed in 30 milliseconds