Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tempSrc

4324     const char* tempSrc = cSource;
4347 if(*ctarget != *tempSrc){
4348 log_err("j915[%d] Expected : \\x%02X \t Got: \\x%02X\n", (int)(ctarget-cTarget), *ctarget,(int)*tempSrc) ;
4351 ++tempSrc;