Searched refs:bytesTruncated (Results 1 – 1 of 1) sorted by relevance
1635 uint32_t bytesTruncated = (uint32_t)(nWords - 15) * 4; in prvTraceStoreStringEventHelper() local1637 if (bytesTruncated > MaxBytesTruncated) in prvTraceStoreStringEventHelper()1639 MaxBytesTruncated = bytesTruncated; in prvTraceStoreStringEventHelper()1733 uint32_t bytesTruncated = (uint32_t)(nWords - 15) * 4; in prvTraceStoreSimpleStringEventHelper() local1735 if (bytesTruncated > MaxBytesTruncated) in prvTraceStoreSimpleStringEventHelper()1737 MaxBytesTruncated = bytesTruncated; in prvTraceStoreSimpleStringEventHelper()