Searched refs:MAX_ADDR_SIZE (Results 1 – 4 of 4) sorted by relevance
459 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; // the buffer that will hold the address in hex chars in ReadFromMemory()473 if (AsciiStrLen(AddressBuffer) >= MAX_ADDR_SIZE) { in ReadFromMemory()505 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; // the buffer that will hold the Address in hex chars in WriteToMemory()535 if (AsciiStrLen(AddressBuffer) >= MAX_ADDR_SIZE) { in WriteToMemory()579 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; in ParseBreakpointPacket()603 if (AsciiStrLen(AddressBuffer) >= MAX_ADDR_SIZE) { in ParseBreakpointPacket()
41 #define MAX_ADDR_SIZE 32 macro
618 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; // the buffer that will hold the address in hex chars in ReadFromMemory()632 if (AsciiStrLen (AddressBuffer) >= MAX_ADDR_SIZE) { in ReadFromMemory()666 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; // the buffer that will hold the Address in hex chars in WriteToMemory()696 if (AsciiStrLen (AddressBuffer) >= MAX_ADDR_SIZE) { in WriteToMemory()742 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; in ParseBreakpointPacket()767 if (AsciiStrLen (AddressBuffer) >= MAX_ADDR_SIZE) { in ParseBreakpointPacket()
44 #define MAX_ADDR_SIZE 32 macro