Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tempSrc

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