Home
last modified time | relevance | path

Searched refs:stbiw__sbpush (Results 1 – 25 of 55) sorted by relevance

123

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/common/
H A Dstb_image_write.h368 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
388 stbiw__sbpush(data, (unsigned char) *bitbuffer); in stbiw__zlib_flushf()
451 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
452 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
477 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
531 stbiw__sbpush(out, (unsigned char) (s2 >> 8)); in stbi_zlib_compress()
532 stbiw__sbpush(out, (unsigned char) s2); in stbi_zlib_compress()
533 stbiw__sbpush(out, (unsigned char) (s1 >> 8)); in stbi_zlib_compress()
534 stbiw__sbpush(out, (unsigned char) s1); in stbi_zlib_compress()
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/etc/luai/
H A Dstb_image_write.h398 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
418 stbiw__sbpush(data, (unsigned char) *bitbuffer); in stbiw__zlib_flushf()
481 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
482 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
507 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
561 stbiw__sbpush(out, (unsigned char) (s2 >> 8)); in stbi_zlib_compress()
562 stbiw__sbpush(out, (unsigned char) s2); in stbi_zlib_compress()
563 stbiw__sbpush(out, (unsigned char) (s1 >> 8)); in stbi_zlib_compress()
564 stbiw__sbpush(out, (unsigned char) s1); in stbi_zlib_compress()
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/SOIL2/
H A Dstb_image_write.h398 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
418 stbiw__sbpush(data, (unsigned char) *bitbuffer); in stbiw__zlib_flushf()
481 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
482 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
507 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
561 stbiw__sbpush(out, (unsigned char) (s2 >> 8)); in stbi_zlib_compress()
562 stbiw__sbpush(out, (unsigned char) s2); in stbi_zlib_compress()
563 stbiw__sbpush(out, (unsigned char) (s1 >> 8)); in stbi_zlib_compress()
564 stbiw__sbpush(out, (unsigned char) s1); in stbi_zlib_compress()
/dports/multimedia/kodi-addon-screensaver.matrixtrails/screensaver.matrixtrails-2.6.0-Matrix/lib/SOIL2/
H A Dstb_image_write.h643 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
663 stbiw__sbpush(data, (unsigned char) *bitbuffer); in stbiw__zlib_flushf()
726 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
727 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
752 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
807 stbiw__sbpush(out, (unsigned char) (s2 >> 8)); in stbi_zlib_compress()
808 stbiw__sbpush(out, (unsigned char) s2); in stbi_zlib_compress()
809 stbiw__sbpush(out, (unsigned char) (s1 >> 8)); in stbi_zlib_compress()
810 stbiw__sbpush(out, (unsigned char) s1); in stbi_zlib_compress()
/dports/graphics/ebsynth/ebsynth-2f5c97c0c21a/src/
H A Dstb_image_write.h660 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
680 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
743 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
744 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
769 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
827 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
828 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/stb/
H A Dstb_image_write.h659 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
679 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
742 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
743 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
768 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
823 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
824 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/stb/
H A Dstb_image_write.h659 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
679 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
742 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
743 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
768 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
823 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
824 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/stb/
H A Dstb_image_write.h658 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
678 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
741 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
742 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
767 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
823 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
824 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/deps/
H A Dstb_image_write.h660 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
680 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
743 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
744 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
769 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
827 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
828 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Dstb_image_write.h660 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
680 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
743 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
744 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
769 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
827 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
828 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/math/curv/curv-0.5/extern/stb/stb/
H A Dstb_image_write.h661 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
681 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
744 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
745 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
770 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
827 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
828 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
829 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/deps/
H A Dstb_image_write.h660 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
680 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
743 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
744 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
769 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
827 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
828 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/stb/
H A Dstb_image_write.h658 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
678 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
741 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
742 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
767 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
823 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
824 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/deps/
H A Dstb_image_write.h660 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
680 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
743 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
744 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
769 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
827 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
828 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/graphics/glfw/glfw-3.3.4/deps/
H A Dstb_image_write.h660 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
680 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
743 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
744 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
769 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
827 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
828 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/graphics/nanort/nanort-b1feea8/examples/path_tracer/
H A Dstb_image_write.h660 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
680 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
743 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
744 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
769 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
827 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
828 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/graphics/nanort/nanort-b1feea8/examples/bidir_path_tracer/
H A Dstb_image_write.h660 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
680 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
743 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
744 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
769 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
827 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
828 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/deps/
H A Dstb_image_write.h660 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
680 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
743 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
744 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
769 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
827 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
828 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/graphics/milton/milton-1.9.1/third_party/
H A Dstb_image_write.h659 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
679 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
742 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
743 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
768 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
823 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
824 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Dstb_image_write.h668 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
688 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
751 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
752 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
777 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
833 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
834 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
835 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
836 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/deps/
H A Dstb_image_write.h660 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
680 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
743 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
744 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
769 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
827 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
828 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/deps/
H A Dstb_image_write.h660 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
680 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
743 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
744 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
769 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
827 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
828 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/graphics/flif/FLIF-0.3-96-g74ea92b/extern/
H A Dstb_image_write.h643 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
663 stbiw__sbpush(data, (unsigned char) *bitbuffer); in stbiw__zlib_flushf()
726 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
727 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
752 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
807 stbiw__sbpush(out, (unsigned char) (s2 >> 8)); in stbi_zlib_compress()
808 stbiw__sbpush(out, (unsigned char) s2); in stbi_zlib_compress()
809 stbiw__sbpush(out, (unsigned char) (s1 >> 8)); in stbi_zlib_compress()
810 stbiw__sbpush(out, (unsigned char) s1); in stbi_zlib_compress()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/GLFW/deps/
H A Dstb_image_write.h660 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro
680 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
743 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
744 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
769 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
825 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
826 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
827 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
828 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/external/
H A Dstb_image_write.h842 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf()
913 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress()
914 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress()
939 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
991 stbiw__sbpush(out, STBIW_UCHAR(blocklen)); // LEN in stbi_zlib_compress()
992 stbiw__sbpush(out, STBIW_UCHAR(blocklen >> 8)); in stbi_zlib_compress()
994 stbiw__sbpush(out, STBIW_UCHAR(~blocklen >> 8)); in stbi_zlib_compress()
1012 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress()
1013 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress()
1014 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress()
[all …]

123