Home
last modified time | relevance | path

Searched refs:firstsymbol (Results 101 – 111 of 111) sorted by relevance

12345

/dports/x11/aclip/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h4045 stbi__uint16 firstsymbol[16]; member
4085 z->firstsymbol[i] = (stbi__uint16) k; in stbi__zbuild_huffman()
4097 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman()
4177 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s]; in stbi__zhuffman_decode_slowpath()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/stb_image/
H A Dstb_image.h3990 stbi__uint16 firstsymbol[16]; member
4030 z->firstsymbol[i] = (stbi__uint16) k; in stbi__zbuild_huffman()
4042 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman()
4122 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s]; in stbi__zhuffman_decode_slowpath()
/dports/x11/aclip/arcan-0.6.1/src/engine/external/
H A Dstb_image.h4045 stbi__uint16 firstsymbol[16]; member
4085 z->firstsymbol[i] = (stbi__uint16) k; in stbi__zbuild_huffman()
4097 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman()
4177 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s]; in stbi__zhuffman_decode_slowpath()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/external/
H A Dstb_image.h4045 stbi__uint16 firstsymbol[16]; member
4085 z->firstsymbol[i] = (stbi__uint16) k; in stbi__zbuild_huffman()
4097 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman()
4177 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s]; in stbi__zhuffman_decode_slowpath()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/dgl/src/nanovg/
H A Dstb_image.h3947 stbi__uint16 firstsymbol[16]; member
3987 z->firstsymbol[i] = (stbi__uint16) k; in stbi__zbuild_huffman()
3999 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman()
4072 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s]; in stbi__zhuffman_decode_slowpath()
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/nanovg/
H A Dstb_image.h3947 stbi__uint16 firstsymbol[16];
3987 z->firstsymbol[i] = (stbi__uint16) k;
3999 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s];
4072 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s];
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/stb/
H A Dstb_image.h3947 stbi__uint16 firstsymbol[16]; member
3987 z->firstsymbol[i] = (stbi__uint16) k; in stbi__zbuild_huffman()
3999 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman()
4072 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s]; in stbi__zhuffman_decode_slowpath()
/dports/misc/ncnn/ncnn-20211208/src/
H A Dstb_image.h3990 stbi__uint16 firstsymbol[16]; member
4030 z->firstsymbol[i] = (stbi__uint16) k; in stbi__zbuild_huffman()
4042 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman()
4122 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s]; in stbi__zhuffman_decode_slowpath()
/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/dpf/dgl/src/nanovg/
H A Dstb_image.h3947 stbi__uint16 firstsymbol[16];
3987 z->firstsymbol[i] = (stbi__uint16) k;
3999 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s];
4072 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s];
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/
H A Dstb_image.h3990 stbi__uint16 firstsymbol[16]; member
4030 z->firstsymbol[i] = (stbi__uint16) k; in stbi__zbuild_huffman()
4042 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in stbi__zbuild_huffman()
4122 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s]; in stbi__zhuffman_decode_slowpath()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/M3D/
H A Dm3d.h875 _m3dstbi__uint16 firstsymbol[16]; member
912 z->firstsymbol[i] = (_m3dstbi__uint16) k; in _m3dstbi__zbuild_huffman()
924 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in _m3dstbi__zbuild_huffman()
988 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s]; in _m3dstbi__zhuffman_decode_slowpath()

12345