Lines Matching refs:char_1
1283 int8_t *char_1 =(int8_t *)s1;1291 for(;((n>0)&&(diff==0));n--,char_1++,char_2++)1293 diff = *char_1 - *char_2;