Searched refs:BYTES_TO_DISPLAY_PER_ROW (Results 1 – 1 of 1) sorted by relevance
119 #define BYTES_TO_DISPLAY_PER_ROW 16 in vWriteHexBytesToConsole() macro120 char pcByteRow[ 1 + ( BYTES_TO_DISPLAY_PER_ROW * 2 ) + ( BYTES_TO_DISPLAY_PER_ROW / 2 ) ]; in vWriteHexBytesToConsole()147 if( 0 == ( ( ulIndex + 1 ) % BYTES_TO_DISPLAY_PER_ROW ) ) in vWriteHexBytesToConsole()
Completed in 6 milliseconds