Lines Matching defs:diff
191 int8_t diff = 0;200 for(;((n>0)&&(diff==0));n--,char_1++,char_2++)202 diff = *char_1 - *char_2;205 return (int)diff;