Home
last modified time | relevance | path

Searched refs:PUT16 (Results 1 – 25 of 26) sorted by relevance

12

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsfcid2.c72 #define PUT16(p, v)\ macro
205 PUT16(penum->entry.key[0], next); in tt_16bit_format4_next_entry()
224 PUT16(penum->entry.key[1], next - 1); in tt_16bit_format4_next_entry()
225 PUT16(penum->temp_value, value); in tt_16bit_format4_next_entry()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsfcid2.c72 #define PUT16(p, v)\ macro
205 PUT16(penum->entry.key[0], next); in tt_16bit_format4_next_entry()
224 PUT16(penum->entry.key[1], next - 1); in tt_16bit_format4_next_entry()
225 PUT16(penum->temp_value, value); in tt_16bit_format4_next_entry()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsfcid2.c74 #define PUT16(p, v)\ macro
208 PUT16(penum->entry.key[0], next); in tt_16bit_format4_next_entry()
227 PUT16(penum->entry.key[1], next - 1); in tt_16bit_format4_next_entry()
228 PUT16(penum->temp_value, value); in tt_16bit_format4_next_entry()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsfcid2.c74 #define PUT16(p, v)\ macro
207 PUT16(penum->entry.key[0], next); in tt_16bit_format4_next_entry()
226 PUT16(penum->entry.key[1], next - 1); in tt_16bit_format4_next_entry()
227 PUT16(penum->temp_value, value); in tt_16bit_format4_next_entry()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsfcid2.c74 #define PUT16(p, v)\ macro
207 PUT16(penum->entry.key[0], next); in tt_16bit_format4_next_entry()
226 PUT16(penum->entry.key[1], next - 1); in tt_16bit_format4_next_entry()
227 PUT16(penum->temp_value, value); in tt_16bit_format4_next_entry()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsfcid2.c74 #define PUT16(p, v)\ macro
208 PUT16(penum->entry.key[0], next); in tt_16bit_format4_next_entry()
227 PUT16(penum->entry.key[1], next - 1); in tt_16bit_format4_next_entry()
228 PUT16(penum->temp_value, value); in tt_16bit_format4_next_entry()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isccc/include/isccc/
H A Dutil.h129 #define PUT16(v, w) \ macro
172 PUT16(v, w); \
/dports/dns/bind-tools/bind-9.16.27/lib/isccc/include/isccc/
H A Dutil.h133 #define PUT16(v, w) \ macro
176 PUT16(v, w); \
/dports/dns/bind916/bind-9.16.27/lib/isccc/include/isccc/
H A Dutil.h133 #define PUT16(v, w) \ macro
176 PUT16(v, w); \
/dports/dns/bind911/bind-9.11.37/lib/isccc/include/isccc/
H A Dutil.h128 #define PUT16(v, w) \ macro
171 PUT16(v, w); \
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isccc/include/isccc/
H A Dutil.h129 #define PUT16(v, w) \ macro
172 PUT16(v, w); \
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dtypes.h16 #define PUT16(ptr,x) {((U8*)(ptr))[0]=(U8)(x);((U8*)(ptr))[1]=(U8)((x)>>8);} macro
/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswftools.c369 PUT16(t->data, depth); in swf_SetDepth()
372 PUT16(t->data, depth); in swf_SetDepth()
375 PUT16(&t->data[1], depth); in swf_SetDepth()
378 PUT16(t->data, depth); in swf_SetDepth()
1053 PUT16(&tag->data[ptr[t]], id); in swf_Relocate()
1085 PUT16(&tag->data[ptr[t]], id); in swf_Relocate2()
1284 PUT16(&tag->data[positions[t]], id); in swf_Optimize()
/dports/graphics/xpaint/xpaint-2.9.10.3/rw/
H A DreadWriteTGA.c20 #define PUT16(buf, v) (buf)[0] = (v) & 0xFF; (buf)[1] = (v) >> 8; macro
639 PUT16(hdr + TGA_PALCOUNT, image->cmapSize); in WriteTGA()
651 PUT16(hdr + TGA_WIDTH, w); in WriteTGA()
652 PUT16(hdr + TGA_HEIGHT, h); in WriteTGA()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dlpc2292_registers.h8 #define PUT16(reg, value) (*(volatile unsigned short*)(reg) = (value)) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dlpc2292_registers.h8 #define PUT16(reg, value) (*(volatile unsigned short*)(reg) = (value)) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dlpc2292_registers.h8 #define PUT16(reg, value) (*(volatile unsigned short*)(reg) = (value)) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dlpc2292_registers.h8 #define PUT16(reg, value) (*(volatile unsigned short*)(reg) = (value)) macro
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dlpc2292_registers.h8 #define PUT16(reg, value) (*(volatile unsigned short*)(reg) = (value)) macro
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dlpc2292_registers.h8 #define PUT16(reg, value) (*(volatile unsigned short*)(reg) = (value)) macro
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/arm/include/asm/arch-lpc2292/
H A Dlpc2292_registers.h8 #define PUT16(reg, value) (*(volatile unsigned short*)(reg) = (value)) macro
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfcombine.c577 PUT16(&tag->data[2],GET16(&tag->data[2])+add); in changedepth()
579 PUT16(&tag->data[1],GET16(&tag->data[1])+add); in changedepth()
581 PUT16(&tag->data[2],GET16(&tag->data[2])+add); in changedepth()
583 PUT16(&tag->data[0],GET16(&tag->data[0])+add); in changedepth()
597 PUT16(&tag->data[tag->pos],GET16(&tag->data[tag->pos])+add); in changedepth()
H A Dwav2swf.c319 PUT16(tag->data, v1); in main()
/dports/graphics/swftools/swftools-0.9.2/lib/as3/
H A Dassets.c144 PUT16(&t->tag->data[dep->patch_pos], dep->asset->id); in write_asset()
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dpng.c2759 PUT16(tmp + GIF_WIDTH, w); in save_gif()
2760 PUT16(tmp + GIF_HEIGHT, h); in save_gif()
2785 PUT16(tmp + GIF_IWIDTH, w); in save_gif()
5415 PUT16(buf + BMP_PLANES, 1); in save_bmp()
6585 PUT16(buf + LSS_WIDTH, w); in save_lss()
6586 PUT16(buf + LSS_HEIGHT, h); in save_lss()
7133 PUT16(hdr + TGA_WIDTH, w); in save_tga()
7134 PUT16(hdr + TGA_HEIGHT, h); in save_tga()
7465 PUT16(buf + PCX_X1, w - 1); in save_pcx()
7466 PUT16(buf + PCX_Y1, h - 1); in save_pcx()
[all …]

12