Lines Matching refs:char_1
3044 int8_t *char_1 =(int8_t *)s1;3052 for(;((n>0)&&(diff==0));n--,char_1++,char_2++)3054 diff = *char_1 - *char_2;