Lines Matching defs:diff
3031 int8_t diff = 0;3040 for(;((n>0)&&(diff==0));n--,char_1++,char_2++)3042 diff = *char_1 - *char_2;3045 return (int)diff;