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

  /src/external/cddl/osnet/dist/uts/common/zmod/
crc32.c 375 uLong ZEXPORT crc32_combine(crc1, crc2, len2) function
  /src/external/gpl3/binutils/dist/zlib/contrib/pascal/
zlibpas.pas 157 function crc32_combine(crc1, crc2, len2: LongInt): LongInt; function
194 function crc32_combine; external; function
  /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
zlibpas.pas 157 function crc32_combine(crc1, crc2, len2: LongInt): LongInt; function
194 function crc32_combine; external; function
  /src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
zlibpas.pas 157 function crc32_combine(crc1, crc2, len2: LongInt): LongInt; function
194 function crc32_combine; external; function
  /src/external/gpl3/gdb/dist/zlib/contrib/pascal/
zlibpas.pas 157 function crc32_combine(crc1, crc2, len2: LongInt): LongInt; function
194 function crc32_combine; external; function
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 157 function crc32_combine(crc1, crc2, len2: LongInt): LongInt; function
194 function crc32_combine; external; function
  /src/external/gpl3/binutils/dist/zlib/
crc32.c 1029 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { function
zlib.h 1755 ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2);
1759 calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
1773 Give the same result as crc32_combine(), using op in place of len2. op is
1775 crc32_combine() if the generated op is used more than once.
1883 # define crc32_combine crc32_combine64 macro
1901 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
1908 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
zconf.h 39 # define crc32_combine z_crc32_combine macro
  /src/external/gpl3/binutils.old/dist/zlib/
crc32.c 1084 uLong ZEXPORT crc32_combine(crc1, crc2, len2) function
zlib.h 1752 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1756 calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
1770 Give the same result as crc32_combine(), using op in place of len2. op is
1772 crc32_combine() if the generated op is used more than once.
1880 # define crc32_combine crc32_combine64 macro
1898 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1905 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
zconf.h 39 # define crc32_combine z_crc32_combine macro
  /src/external/gpl3/gdb.old/dist/zlib/
crc32.c 1084 uLong ZEXPORT crc32_combine(crc1, crc2, len2) function
zlib.h 1752 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1756 calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
1770 Give the same result as crc32_combine(), using op in place of len2. op is
1772 crc32_combine() if the generated op is used more than once.
1880 # define crc32_combine crc32_combine64 macro
1898 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1905 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
zconf.h 39 # define crc32_combine z_crc32_combine macro
  /src/external/gpl3/gdb/dist/zlib/
crc32.c 1029 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { function
zlib.h 1755 ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2);
1759 calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
1773 Give the same result as crc32_combine(), using op in place of len2. op is
1775 crc32_combine() if the generated op is used more than once.
1883 # define crc32_combine crc32_combine64 macro
1901 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
1908 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
zconf.h 39 # define crc32_combine z_crc32_combine macro
  /src/common/dist/zlib/
crc32.c 983 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { function
zlib.h 1878 ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2);
1882 calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
1896 Give the same result as crc32_combine(), using op in place of len2. op is
1898 crc32_combine() if the generated op is used more than once.
2006 # define crc32_combine crc32_combine64 macro
2024 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
2031 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
zconf.h 46 # define crc32_combine z_crc32_combine macro

Completed in 77 milliseconds