Home
last modified time | relevance | path

Searched refs:TO16 (Results 1 – 16 of 16) sorted by relevance

/dports/editors/yudit/yudit-3.0.7/stoolkit/
H A DSBMap.cpp532 i16 = (SS_WORD16) TO16(p); in appendFromNet()
1139 int offset = TO16 (mp); in processBMBuffer()
1150 SS_WORD16 uniHighMin=TO16(mp); mp++; mp++; in processBMBuffer()
1152 SS_WORD16 uniLowMin=TO16(mp); mp++; mp++; in processBMBuffer()
1153 SS_WORD16 uniLowMax=TO16(mp); mp++; mp++; in processBMBuffer()
1588 output = TO16 (mp); in convertFromBumap()
2198 *to = TO16 (mp); in find()
3212 w16 = TO16(cmnt); in writeTextBytes()
3783 SS_UCS4 u4out = TO16 (mp); in getDecoderMap()
3947 SS_UCS4 u4out = TO16 (mp); in decode()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/libpng17/
H A Dpngtrans.c2079 # define TO16(x) x = PNG_UINT_16((x & 0xFFU) * 0x101U) in png_init_byte_ops() macro
2080 TO16(png_ptr->trans_color.gray); in png_init_byte_ops()
2081 TO16(png_ptr->trans_color.red); in png_init_byte_ops()
2082 TO16(png_ptr->trans_color.green); in png_init_byte_ops()
2083 TO16(png_ptr->trans_color.blue); in png_init_byte_ops()
2084 # undef TO16 in png_init_byte_ops()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/libpng17/
H A Dpngtrans.c2079 # define TO16(x) x = PNG_UINT_16((x & 0xFFU) * 0x101U) in png_init_byte_ops() macro
2080 TO16(png_ptr->trans_color.gray); in png_init_byte_ops()
2081 TO16(png_ptr->trans_color.red); in png_init_byte_ops()
2082 TO16(png_ptr->trans_color.green); in png_init_byte_ops()
2083 TO16(png_ptr->trans_color.blue); in png_init_byte_ops()
2084 # undef TO16 in png_init_byte_ops()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/libpng17/
H A Dpngtrans.c2079 # define TO16(x) x = PNG_UINT_16((x & 0xFFU) * 0x101U) in png_init_byte_ops() macro
2080 TO16(png_ptr->trans_color.gray); in png_init_byte_ops()
2081 TO16(png_ptr->trans_color.red); in png_init_byte_ops()
2082 TO16(png_ptr->trans_color.green); in png_init_byte_ops()
2083 TO16(png_ptr->trans_color.blue); in png_init_byte_ops()
2084 # undef TO16 in png_init_byte_ops()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2070 #define TO16(a) (((a)<<8)|(a)) in make_pixels() macro
2074 pixels[(i * width + j) * 4 + 0] = TO16 ((color >> 24) & 0xff); in make_pixels()
2075 pixels[(i * width + j) * 4 + 1] = TO16 ((color >> 16) & 0xff); in make_pixels()
2076 pixels[(i * width + j) * 4 + 2] = TO16 ((color >> 8) & 0xff); in make_pixels()
2077 pixels[(i * width + j) * 4 + 3] = TO16 (color & 0xff); in make_pixels()
2081 #undef TO16 in make_pixels()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2070 #define TO16(a) (((a)<<8)|(a)) in make_pixels() macro
2074 pixels[(i * width + j) * 4 + 0] = TO16 ((color >> 24) & 0xff); in make_pixels()
2075 pixels[(i * width + j) * 4 + 1] = TO16 ((color >> 16) & 0xff); in make_pixels()
2076 pixels[(i * width + j) * 4 + 2] = TO16 ((color >> 8) & 0xff); in make_pixels()
2077 pixels[(i * width + j) * 4 + 3] = TO16 (color & 0xff); in make_pixels()
2081 #undef TO16 in make_pixels()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2070 #define TO16(a) (((a)<<8)|(a)) in make_pixels() macro
2074 pixels[(i * width + j) * 4 + 0] = TO16 ((color >> 24) & 0xff); in make_pixels()
2075 pixels[(i * width + j) * 4 + 1] = TO16 ((color >> 16) & 0xff); in make_pixels()
2076 pixels[(i * width + j) * 4 + 2] = TO16 ((color >> 8) & 0xff); in make_pixels()
2077 pixels[(i * width + j) * 4 + 3] = TO16 (color & 0xff); in make_pixels()
2081 #undef TO16 in make_pixels()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2070 #define TO16(a) (((a)<<8)|(a)) in make_pixels() macro
2074 pixels[(i * width + j) * 4 + 0] = TO16 ((color >> 24) & 0xff); in make_pixels()
2075 pixels[(i * width + j) * 4 + 1] = TO16 ((color >> 16) & 0xff); in make_pixels()
2076 pixels[(i * width + j) * 4 + 2] = TO16 ((color >> 8) & 0xff); in make_pixels()
2077 pixels[(i * width + j) * 4 + 3] = TO16 (color & 0xff); in make_pixels()
2081 #undef TO16 in make_pixels()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2070 #define TO16(a) (((a)<<8)|(a)) in make_pixels() macro
2074 pixels[(i * width + j) * 4 + 0] = TO16 ((color >> 24) & 0xff); in make_pixels()
2075 pixels[(i * width + j) * 4 + 1] = TO16 ((color >> 16) & 0xff); in make_pixels()
2076 pixels[(i * width + j) * 4 + 2] = TO16 ((color >> 8) & 0xff); in make_pixels()
2077 pixels[(i * width + j) * 4 + 3] = TO16 (color & 0xff); in make_pixels()
2081 #undef TO16 in make_pixels()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2070 #define TO16(a) (((a)<<8)|(a)) in make_pixels() macro
2074 pixels[(i * width + j) * 4 + 0] = TO16 ((color >> 24) & 0xff); in make_pixels()
2075 pixels[(i * width + j) * 4 + 1] = TO16 ((color >> 16) & 0xff); in make_pixels()
2076 pixels[(i * width + j) * 4 + 2] = TO16 ((color >> 8) & 0xff); in make_pixels()
2077 pixels[(i * width + j) * 4 + 3] = TO16 (color & 0xff); in make_pixels()
2081 #undef TO16 in make_pixels()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2070 #define TO16(a) (((a)<<8)|(a)) in make_pixels() macro
2074 pixels[(i * width + j) * 4 + 0] = TO16 ((color >> 24) & 0xff); in make_pixels()
2075 pixels[(i * width + j) * 4 + 1] = TO16 ((color >> 16) & 0xff); in make_pixels()
2076 pixels[(i * width + j) * 4 + 2] = TO16 ((color >> 8) & 0xff); in make_pixels()
2077 pixels[(i * width + j) * 4 + 3] = TO16 (color & 0xff); in make_pixels()
2081 #undef TO16 in make_pixels()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2070 #define TO16(a) (((a)<<8)|(a)) in make_pixels() macro
2074 pixels[(i * width + j) * 4 + 0] = TO16 ((color >> 24) & 0xff); in make_pixels()
2075 pixels[(i * width + j) * 4 + 1] = TO16 ((color >> 16) & 0xff); in make_pixels()
2076 pixels[(i * width + j) * 4 + 2] = TO16 ((color >> 8) & 0xff); in make_pixels()
2077 pixels[(i * width + j) * 4 + 3] = TO16 (color & 0xff); in make_pixels()
2081 #undef TO16 in make_pixels()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2070 #define TO16(a) (((a)<<8)|(a)) in make_pixels() macro
2074 pixels[(i * width + j) * 4 + 0] = TO16 ((color >> 24) & 0xff); in make_pixels()
2075 pixels[(i * width + j) * 4 + 1] = TO16 ((color >> 16) & 0xff); in make_pixels()
2076 pixels[(i * width + j) * 4 + 2] = TO16 ((color >> 8) & 0xff); in make_pixels()
2077 pixels[(i * width + j) * 4 + 3] = TO16 (color & 0xff); in make_pixels()
2081 #undef TO16 in make_pixels()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tests/check/libs/
H A Dvideo.c2070 #define TO16(a) (((a)<<8)|(a)) in make_pixels() macro
2074 pixels[(i * width + j) * 4 + 0] = TO16 ((color >> 24) & 0xff); in make_pixels()
2075 pixels[(i * width + j) * 4 + 1] = TO16 ((color >> 16) & 0xff); in make_pixels()
2076 pixels[(i * width + j) * 4 + 2] = TO16 ((color >> 8) & 0xff); in make_pixels()
2077 pixels[(i * width + j) * 4 + 3] = TO16 (color & 0xff); in make_pixels()
2081 #undef TO16 in make_pixels()
/dports/emulators/mess/mame-mame0226/src/mame/
H A Dmame.lst33163 to16 // Thomson TO16
/dports/emulators/mame/mame-mame0226/src/mame/
H A Dmame.lst33163 to16 // Thomson TO16