Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c964 …8_t prvTraceUserEventFormat(const char* formatStr, va_list vl, uint8_t* buffer, uint8_t byteOffset) in prvTraceUserEventFormat() argument
968 uint8_t i = byteOffset; in prvTraceUserEventFormat()
1192 uint8_t byteOffset = 4; /* Need room for timestamp */ in prvTraceUBHelper1() local
1198 byteOffset = (uint8_t)(byteOffset + 4); /* Also need room for channel and format */ in prvTraceUBHelper1()
1203 …at((char*)&(RecorderDataPtr->SymbolTable.symbytes[formatLabel+4]), vl, (uint8_t*)data, byteOffset); in prvTraceUBHelper1()