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