Home
last modified time | relevance | path

Searched refs:destend (Results 51 – 75 of 101) sorted by relevance

12345

/dports/databases/postgresql14-client/postgresql-14.1/src/common/
H A Dpg_lzcompress.c698 unsigned char *destend; in pglz_decompress() local
703 destend = dp + rawsize; in pglz_decompress()
705 while (sp < srcend && dp < destend) in pglz_decompress()
714 for (ctrlc = 0; ctrlc < 8 && sp < srcend && dp < destend; ctrlc++) in pglz_decompress()
748 len = Min(len, destend - dp); in pglz_decompress()
817 if (check_complete && (dp != destend || sp != srcend)) in pglz_decompress()
/dports/databases/postgresql13-docs/postgresql-13.5/src/common/
H A Dpg_lzcompress.c698 unsigned char *destend; in pglz_decompress() local
703 destend = dp + rawsize; in pglz_decompress()
705 while (sp < srcend && dp < destend) in pglz_decompress()
714 for (ctrlc = 0; ctrlc < 8 && sp < srcend && dp < destend; ctrlc++) in pglz_decompress()
748 len = Min(len, destend - dp); in pglz_decompress()
817 if (check_complete && (dp != destend || sp != srcend)) in pglz_decompress()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/common/
H A Dpg_lzcompress.c698 unsigned char *destend; in pglz_decompress() local
703 destend = dp + rawsize; in pglz_decompress()
705 while (sp < srcend && dp < destend) in pglz_decompress()
714 for (ctrlc = 0; ctrlc < 8 && sp < srcend && dp < destend; ctrlc++) in pglz_decompress()
748 len = Min(len, destend - dp); in pglz_decompress()
817 if (check_complete && (dp != destend || sp != srcend)) in pglz_decompress()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/common/
H A Dpg_lzcompress.c698 unsigned char *destend; in pglz_decompress() local
703 destend = dp + rawsize; in pglz_decompress()
705 while (sp < srcend && dp < destend) in pglz_decompress()
714 for (ctrlc = 0; ctrlc < 8 && sp < srcend && dp < destend; ctrlc++) in pglz_decompress()
748 len = Min(len, destend - dp); in pglz_decompress()
817 if (check_complete && (dp != destend || sp != srcend)) in pglz_decompress()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/common/
H A Dpg_lzcompress.c698 unsigned char *destend;
703 destend = dp + rawsize;
705 while (sp < srcend && dp < destend)
714 for (ctrlc = 0; ctrlc < 8 && sp < srcend && dp < destend; ctrlc++)
748 len = Min(len, destend - dp);
817 if (check_complete && (dp != destend || sp != srcend))
/dports/databases/postgresql13-client/postgresql-13.5/src/common/
H A Dpg_lzcompress.c698 unsigned char *destend; in pglz_decompress() local
703 destend = dp + rawsize; in pglz_decompress()
705 while (sp < srcend && dp < destend) in pglz_decompress()
714 for (ctrlc = 0; ctrlc < 8 && sp < srcend && dp < destend; ctrlc++) in pglz_decompress()
748 len = Min(len, destend - dp); in pglz_decompress()
817 if (check_complete && (dp != destend || sp != srcend)) in pglz_decompress()
/dports/games/uqm/uqm-0.8.0/src/libs/file/
H A Ddirs.c282 char *destptr, *destend; in expandPath() local
297 destend = dest + len; in expandPath()
477 destptr = expandPathAbsolute (dest, destend - dest, in expandPath()
500 destptr = expandPathAbsolute (destptr, destend - destptr, src, in expandPath()
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dtranscode.c297 *destend; /* End of UTF-8 buffer */ in cupsCharsetToUTF8() local
301 destend = dest + maxout - 2; in cupsCharsetToUTF8()
303 while (*src && destptr < destend) in cupsCharsetToUTF8()
392 *destend; /* End of ISO-8859-1 buffer */ in cupsUTF8ToCharset() local
396 destend = dest + maxout - 1; in cupsUTF8ToCharset()
398 while (*src && destptr < destend) in cupsUTF8ToCharset()
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/cups/
H A Dtranscode.c297 *destend; /* End of UTF-8 buffer */ in cupsCharsetToUTF8() local
301 destend = dest + maxout - 2; in cupsCharsetToUTF8()
303 while (*src && destptr < destend) in cupsCharsetToUTF8()
392 *destend; /* End of ISO-8859-1 buffer */ in cupsUTF8ToCharset() local
396 destend = dest + maxout - 1; in cupsUTF8ToCharset()
398 while (*src && destptr < destend) in cupsUTF8ToCharset()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/formats/libchdr/
H A Dlibchdr_huffman.c553 lookup_value *destend; in huffman_build_lookup_table() local
560 destend = &decoder->lookup[((node->bits + 1) << shift) - 1]; in huffman_build_lookup_table()
561 while (dest <= destend) in huffman_build_lookup_table()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/formats/libchdr/
H A Dlibchdr_huffman.c553 lookup_value *destend; in huffman_build_lookup_table() local
560 destend = &decoder->lookup[((node->bits + 1) << shift) - 1]; in huffman_build_lookup_table()
561 while (dest <= destend) in huffman_build_lookup_table()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/cd_hw/libchdr/src/
H A Dhuffman.c534 lookup_value *destend; in huffman_build_lookup_table() local
541 destend = &decoder->lookup[((node->bits + 1) << shift) - 1]; in huffman_build_lookup_table()
542 while (dest <= destend) in huffman_build_lookup_table()
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/deps/libchdr/src/
H A Dlibchdr_huffman.c532 lookup_value *destend; in huffman_build_lookup_table() local
539 destend = &decoder->lookup[((node->bits + 1) << shift) - 1]; in huffman_build_lookup_table()
540 while (dest <= destend) in huffman_build_lookup_table()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/deps/libchdr/src/
H A Dlibchdr_huffman.c532 lookup_value *destend; in huffman_build_lookup_table() local
539 destend = &decoder->lookup[((node->bits + 1) << shift) - 1]; in huffman_build_lookup_table()
540 while (dest <= destend) in huffman_build_lookup_table()
/dports/games/libretro-opera/opera-libretro-5781f68/deps/libchdr/src/
H A Dlibchdr_huffman.c532 lookup_value *destend; in huffman_build_lookup_table() local
539 destend = &decoder->lookup[((node->bits + 1) << shift) - 1]; in huffman_build_lookup_table()
540 while (dest <= destend) in huffman_build_lookup_table()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/libchdr/src/
H A Dlibchdr_huffman.c532 lookup_value *destend; in huffman_build_lookup_table() local
539 destend = &decoder->lookup[((node->bits + 1) << shift) - 1]; in huffman_build_lookup_table()
540 while (dest <= destend) in huffman_build_lookup_table()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/cd_hw/libchdr/src/
H A Dhuffman.c534 lookup_value *destend; in huffman_build_lookup_table() local
541 destend = &decoder->lookup[((node->bits + 1) << shift) - 1]; in huffman_build_lookup_table()
542 while (dest <= destend) in huffman_build_lookup_table()
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/deps/libchdr/src/
H A Dlibchdr_huffman.c532 lookup_value *destend; in huffman_build_lookup_table() local
539 destend = &decoder->lookup[((node->bits + 1) << shift) - 1]; in huffman_build_lookup_table()
540 while (dest <= destend) in huffman_build_lookup_table()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/formats/libchdr/
H A Dlibchdr_huffman.c553 lookup_value *destend; in huffman_build_lookup_table() local
560 destend = &decoder->lookup[((node->bits + 1) << shift) - 1]; in huffman_build_lookup_table()
561 while (dest <= destend) in huffman_build_lookup_table()
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/deps/libchdr/src/
H A Dlibchdr_huffman.c532 lookup_value *destend; in huffman_build_lookup_table() local
539 destend = &decoder->lookup[((node->bits + 1) << shift) - 1]; in huffman_build_lookup_table()
540 while (dest <= destend) in huffman_build_lookup_table()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/libchdr/src/
H A Dlibchdr_huffman.c532 lookup_value *destend; in huffman_build_lookup_table() local
539 destend = &decoder->lookup[((node->bits + 1) << shift) - 1]; in huffman_build_lookup_table()
540 while (dest <= destend) in huffman_build_lookup_table()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/deps/libchdr/
H A Dhuffman.c514 lookup_value *destend; in huffman_build_lookup_table() local
522 destend = &decoder->lookup[((node->bits + 1) << shift) - 1]; in huffman_build_lookup_table()
524 while (dest <= destend) in huffman_build_lookup_table()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/formats/libchdr/
H A Dlibchdr_huffman.c550 lookup_value *destend; in huffman_build_lookup_table() local
557 destend = &decoder->lookup[((node->bits + 1) << shift) - 1]; in huffman_build_lookup_table()
558 while (dest <= destend) in huffman_build_lookup_table()
/dports/audio/libmikmod/libmikmod-3.3.11.1/depackers/
H A Dmmcmp.c142 UBYTE *destbuf, *destptr, *destend; in MMCMP_Unpack() local
182 destend = destbuf + destlen; in MMCMP_Unpack()
331 if (destend - destptr < 2) goto err; in MMCMP_Unpack()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/vendor/xclannad/
H A Dfile.h35 static void Extract2k(char*& dest, char*& src, char* destend, char* srcend);

12345