Lines Matching refs:char_1
3032 int8_t *char_1 =(int8_t *)s1;3040 for(;((n>0)&&(diff==0));n--,char_1++,char_2++)3042 diff = *char_1 - *char_2;