Home
last modified time | relevance | path

Searched refs:b8_2 (Results 1 – 8 of 8) sorted by relevance

/dports/audio/protracker/pt2-clone-1.37/pt_pal_editor/src/
H A Dpalette.c217 uint8_t r8, g8, b8, r8_2, g8_2, b8_2;
227 b8_2 = b8 = B12_to_B24(pixel12);
241 if (b8_2 <= 0xFF-0x33)
242 b8_2 += 0x33;
244 b8_2 = 0xFF;
246 pixel24 = RGB24(r8_2, g8_2, b8_2);
258 b8_2 = b8;
270 if (b8_2 >= 0x33)
271 b8_2 -= 0x33;
273 b8_2 = 0x00;
[all …]
/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_bmp.c25 uint8_t r8, g8, b8, r8_2, g8_2, b8_2; in createBitmaps() local
107 b8_2 = b8 = B12_to_B24(pixel12); in createBitmaps()
121 if (b8_2 <= 0xFF-0x33) in createBitmaps()
122 b8_2 += 0x33; in createBitmaps()
124 b8_2 = 0xFF; in createBitmaps()
126 pixel24 = RGB24(r8_2, g8_2, b8_2); in createBitmaps()
138 b8_2 = b8; in createBitmaps()
150 if (b8_2 >= 0x33) in createBitmaps()
151 b8_2 -= 0x33; in createBitmaps()
153 b8_2 = 0x00; in createBitmaps()
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/unit/util/
H A Dcheckpoint.cpp163 int a8_2, b8_2, c8_2; in main() local
164 restore_checkpoint(archive8, a8_2, b8_2, c8_2); in main()
167 HPX_TEST(b8 == b8_2); in main()
/dports/dns/void-zones-tools/void-zones-tools-1.0.2/
H A Dbinutils.h46 #define b8_2 2 macro
137 #define b8_2 5 macro
/dports/sysutils/ipdbtools/ipdb-1.1.2/
H A Dbinutils.h44 #define b8_2 2 macro
135 #define b8_2 5 macro
H A Dstore.h188 … ipdsc.word[b8_3], ipdsc.word[b8_2], ipdsc.word[b8_1], ipdsc.word[b8_0]); in ipv6_bin2str()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dlibhb_core.c1160 # define DESCR(b8_7, b8_6, b8_5, b8_4, b8_3, b8_2, b8_1, b8_0, \ in descr_to_validbits() argument
1164 ( (b8_3) << 10) | ( (b8_2) << 9) | \ in descr_to_validbits()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dlibhb_core.c1160 # define DESCR(b8_7, b8_6, b8_5, b8_4, b8_3, b8_2, b8_1, b8_0, \ in descr_to_validbits() argument
1164 ( (b8_3) << 10) | ( (b8_2) << 9) | \ in descr_to_validbits()