HomeSort by: relevance | last modified time | path
    Searched defs:current2 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdataslab.c 924 unsigned char *current1, *current2; local
932 current2 = slab2 + reservelen;
933 count2 = *current2++ * 256;
934 count2 += *current2++;
942 current2 += (4 * count2);
949 length2 = *current2++ * 256;
950 length2 += *current2++;
954 current2 += 2;
958 memcmp(current1, current2, length1) != 0)
964 current2 += length1
975 unsigned char *current1, *current2; local
    [all...]
  /src/external/bsd/zstd/dist/lib/compress/
zstd_fast.c 629 U32 const current2 = (U32)(ip0-base); local
630 U32 const repIndex2 = current2 - offset_2;
640 hashTable[ZSTD_hashPtr(ip0, hlog, mls)] = current2;
776 U32 const current2 = (U32)(ip2 - base); local
777 U32 const repIndex = current2 - offset_1;
zstd_double_fast.c 511 U32 const current2 = (U32)(ip-base); local
512 U32 const repIndex2 = current2 - offset_2;
522 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2;
523 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2;
719 U32 const current2 = (U32)(ip-base); local
720 U32 const repIndex2 = current2 - offset_2;
723 & (offset_2 <= current2 - dictStartIndex))
729 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2;
730 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2;
zstd_lazy.c 1738 U32 const current2 = (U32)(ip-base); local
1739 U32 const repIndex = current2 - offset_2;
  /src/external/mpl/bind/dist/lib/dns/
rdataslab.c 958 unsigned char *current1 = NULL, *current2 = NULL; local
965 current2 = slab2 + reservelen;
966 count2 = get_uint16(current2);
974 current2 += (4 * count2);
979 length2 = get_uint16(current2);
983 current2 += 2;
987 memcmp(current1, current2, length1) != 0)
993 current2 += length1;
1002 unsigned char *current1 = NULL, *current2 = NULL; local
1010 current2 = slab2 + reservelen
    [all...]

Completed in 138 milliseconds