Home
last modified time | relevance | path

Searched defs:src (Results 1 – 2 of 2) sorted by relevance

/TraceRecorderSource-3.4.0/include/
DtrcUtility.h15 #define TRC_MEMCPY(dst, src, size) \ argument
24 #define TRC_STRCAT(dst, dst_size, pDstLength, src) \ argument
/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c927 uint32_t * src = (uint32_t*)&value; in writeDouble() local
2498 static void prvStrncpy(char* dst, const char* src, uint32_t maxLength) in prvStrncpy()