Searched refs:TestText (Results 1 – 1 of 1) sorted by relevance
180 static const char TestText[36] = "This Message is filler, why read it"; variable190 memcpy(&dpr->ToHyBuf[ERG_TO_HY_BUF_SIZE - sizeof(TestText)], TestText, in ergo_testram()191 sizeof(TestText)); in ergo_testram()192 if (memcmp(&dpr->ToHyBuf[ERG_TO_HY_BUF_SIZE - sizeof(TestText)], TestText, in ergo_testram()193 sizeof(TestText))) in ergo_testram()196 memcpy(&dpr->ToPcBuf[ERG_TO_PC_BUF_SIZE - sizeof(TestText)], TestText, in ergo_testram()197 sizeof(TestText)); in ergo_testram()198 if (memcmp(&dpr->ToPcBuf[ERG_TO_PC_BUF_SIZE - sizeof(TestText)], TestText, in ergo_testram()199 sizeof(TestText))) in ergo_testram()