Home
last modified time | relevance | path

Searched refs:crc_position (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzip_source_crc.c47 zip_uint64_t crc_position; /* how far we've computed the CRC */ member
71 ctx->crc_position = 0; in zip_source_crc()
98 if (ctx->crc_position == ctx->position) { in crc_read()
121 else if (!ctx->crc_complete && ctx->position <= ctx->crc_position) { in crc_read()
124 for (i = ctx->crc_position - ctx->position; i < (zip_uint64_t)n; i += nn) { in crc_read()
128 ctx->crc_position += nn; in crc_read()
/dports/archivers/php73-zip/php-7.3.33/ext/zip/lib/
H A Dzip_source_crc.c47 zip_uint64_t crc_position; /* how far we've computed the CRC */ member
72 ctx->crc_position = 0; in zip_source_crc()
100 if (ctx->crc_position == ctx->position) { in crc_read()
123 else if (!ctx->crc_complete && ctx->position <= ctx->crc_position) { in crc_read()
126 for (i = ctx->crc_position - ctx->position; i < (zip_uint64_t)n; i += nn) { in crc_read()
130 ctx->crc_position += nn; in crc_read()
/dports/archivers/libzip/libzip-1.7.3/lib/
H A Dzip_source_crc.c47 zip_uint64_t crc_position; /* how far we've computed the CRC */ member
71 ctx->crc_position = 0; in zip_source_crc()
98 if (ctx->crc_position == ctx->position) { in crc_read()
121 else if (!ctx->crc_complete && ctx->position <= ctx->crc_position) { in crc_read()
124 for (i = ctx->crc_position - ctx->position; i < (zip_uint64_t)n; i += nn) { in crc_read()
128 ctx->crc_position += nn; in crc_read()
/dports/lang/php73/php-7.3.33/ext/zip/lib/
H A Dzip_source_crc.c47 zip_uint64_t crc_position; /* how far we've computed the CRC */ member
72 ctx->crc_position = 0; in zip_source_crc()
100 if (ctx->crc_position == ctx->position) { in crc_read()
123 else if (!ctx->crc_complete && ctx->position <= ctx->crc_position) { in crc_read()
126 for (i = ctx->crc_position - ctx->position; i < (zip_uint64_t)n; i += nn) { in crc_read()
130 ctx->crc_position += nn; in crc_read()
/dports/www/mod_php73/php-7.3.33/ext/zip/lib/
H A Dzip_source_crc.c47 zip_uint64_t crc_position; /* how far we've computed the CRC */ member
72 ctx->crc_position = 0; in zip_source_crc()
100 if (ctx->crc_position == ctx->position) { in crc_read()
123 else if (!ctx->crc_complete && ctx->position <= ctx->crc_position) { in crc_read()
126 for (i = ctx->crc_position - ctx->position; i < (zip_uint64_t)n; i += nn) { in crc_read()
130 ctx->crc_position += nn; in crc_read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/png/
H A Dpng_image_reader.cc350 const png_byte* crc_position = ReadAsConstPngBytep( in CheckCrc() local
352 png_uint_32 crc = png_get_uint_32(crc_position); in CheckCrc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/image-decoders/png/
H A Dpng_image_reader.cc350 const png_byte* crc_position = ReadAsConstPngBytep( in CheckCrc() local
352 png_uint_32 crc = png_get_uint_32(crc_position); in CheckCrc()