Home
last modified time | relevance | path

Searched refs:stbi_lrot (Results 1 – 25 of 103) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/external/zxing/
H A D0003-Update-stb_image-from-2.25-to-2.27.patch187 #define stbi_lrot(x,y) _lrotl(x,y)
189 - #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y))))
190 + #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (-(y) & 31)))
424 k = stbi_lrot(j->code_buffer, n);
/dports/devel/stb/stb-f54acd4/deprecated/
H A Dstb_image.c395 #define stbi_lrot(x,y) _lrotl(x,y) macro
397 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1146 k = stbi_lrot(j->code_buffer, n); in extend_receive()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp50 #define stbi_lrot(x, y) _lrotl(x, y) macro
52 #define stbi_lrot(x, y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
867 k = stbi_lrot(j->code_buffer, n); in extend_receive()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ImageCodecModules/STB/
H A Dstb_image.cpp382 #define stbi_lrot(x,y) _lrotl(x,y) macro
384 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1123 k = stbi_lrot(j->code_buffer, n); in extend_receive()
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/nanovg/
H A Dstb_image.h397 #define stbi_lrot(x,y) _lrotl(x,y) macro
399 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1143 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/stb_image/
H A Dstb_image.cpp51 #define stbi_lrot(x,y) _lrotl(x,y) macro
53 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
792 k = stbi_lrot(j->code_buffer, n); in extend_receive()
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/src/nanovg/
H A Dstb_image.h397 #define stbi_lrot(x,y) _lrotl(x,y) macro
399 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1143 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/dgl/src/nanovg/
H A Dstb_image.h397 #define stbi_lrot(x,y) _lrotl(x,y) macro
399 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1143 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
/dports/net-im/uTox/uTox/third-party/stb/deprecated/
H A Dstb_image.c395 #define stbi_lrot(x,y) _lrotl(x,y) macro
397 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1146 k = stbi_lrot(j->code_buffer, n); in extend_receive()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/deprecated/
H A Dstb_image.c395 #define stbi_lrot(x,y) _lrotl(x,y) macro
397 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1146 k = stbi_lrot(j->code_buffer, n); in extend_receive()
/dports/security/ridl/ridl-11b3240/stb/deprecated/
H A Dstb_image.c395 #define stbi_lrot(x,y) _lrotl(x,y) macro
397 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1146 k = stbi_lrot(j->code_buffer, n); in extend_receive()
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/dgl/src/nanovg/
H A Dstb_image.h397 #define stbi_lrot(x,y) _lrotl(x,y) macro
399 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1143 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/dgl/src/nanovg/
H A Dstb_image.h397 #define stbi_lrot(x,y) _lrotl(x,y) macro
399 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1143 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/image/
H A Dstb_image.cpp55 #define stbi_lrot(x,y) _lrotl(x,y) macro
57 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
848 k = stbi_lrot(j->code_buffer, n); in extend_receive()
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/dgl/src/nanovg/
H A Dstb_image.h397 #define stbi_lrot(x,y) _lrotl(x,y)
399 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y))))
1143 k = stbi_lrot(j->code_buffer, n);
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/dgl/src/nanovg/
H A Dstb_image.h397 #define stbi_lrot(x,y) _lrotl(x,y) macro
399 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1143 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/dgl/src/nanovg/
H A Dstb_image.h397 #define stbi_lrot(x,y) _lrotl(x,y) macro
399 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1143 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
/dports/audio/ssr-lv2/ssr-e1999da/dpf/dgl/src/nanovg/
H A Dstb_image.h397 #define stbi_lrot(x,y) _lrotl(x,y) macro
399 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1143 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/dgl/src/nanovg/
H A Dstb_image.h397 #define stbi_lrot(x,y) _lrotl(x,y)
399 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y))))
1143 k = stbi_lrot(j->code_buffer, n);
/dports/graphics/sdump/sdump-c5fb55b/
H A Dstb_image.h399 #define stbi_lrot(x,y) _lrotl(x,y) macro
401 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1153 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp50 #define stbi_lrot(x, y) _lrotl(x, y) macro
52 #define stbi_lrot(x, y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
867 k = stbi_lrot(j->code_buffer, n); in extend_receive()
/dports/games/libretro-gw/gw-libretro-2be30ba/gwlua/
H A Dstb_image.h608 #define stbi_lrot(x,y) _lrotl(x,y) macro
610 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1554 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
1566 k = stbi_lrot(j->code_buffer, n); in stbi__jpeg_get_bits()
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/etc/luai/
H A Dstb_image.h608 #define stbi_lrot(x,y) _lrotl(x,y) macro
610 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1554 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
1566 k = stbi_lrot(j->code_buffer, n); in stbi__jpeg_get_bits()
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_image.h610 #define stbi_lrot(x,y) _lrotl(x,y) macro
612 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1648 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
1661 k = stbi_lrot(j->code_buffer, n); in stbi__jpeg_get_bits()
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/SOIL2/
H A Dstb_image.h631 #define stbi_lrot(x,y) _lrotl(x,y) macro
633 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (32 - (y)))) macro
1713 k = stbi_lrot(j->code_buffer, n); in stbi__extend_receive()
1726 k = stbi_lrot(j->code_buffer, n); in stbi__jpeg_get_bits()

12345