Searched refs:formatted (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/mcpat/
H A DxmlParser.h728 * @param formatted If "formatted"=true, some space will be reserved for a carriage-return every 72 chars. */
729 static int encodeLength(int inBufLen, char formatted=0); ///< return the length of the base64 string that encodes a data buffer of size inBufLen bytes.
733 * from "inByteBuf". If "formatted" parameter is true, then there will be a carriage-return every 72 chars.
736 XMLSTR encode(unsigned char *inByteBuf, unsigned int inByteLen, char formatted=0); ///< returns a pointer to an internal buffer containing the base64 string containing the binary data encoded from "inByteBuf"

Completed in 7 milliseconds