Searched defs:count2 (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rdataslab.c | 1023 unsigned int count1, count2; local 1031 count2 = *current2++ * 256; 1032 count2 += *current2++; 1034 if (count1 != count2) 1039 current2 += (4 * count2); 1072 unsigned int count1, count2; local 1081 count2 = *current2++ * 256; 1082 count2 += *current2++; 1084 if (count1 != count2) 1089 current2 += (4 * count2); [all...] |
H A D | name.c | 553 unsigned int l1, l2, l, count1, count2, count, nlabels; local 607 count2 = *label2++; 613 INSIST(count1 <= 63 && count2 <= 63); 615 cdiff = (int)count1 - (int)count2; 619 count = count2; 762 unsigned int l1, l2, l, count1, count2, count; local 787 count2 = *label2++; 790 INSIST(count1 <= 63 && count2 <= 63); 792 if (count1 != count2) 793 return ((count1 < count2) [all...] |
Completed in 14 milliseconds