Home
last modified time | relevance | path

Searched refs:GR_int32 (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/grx/grx249/src/include/
H A Dmemcopy.h40 #if !defined(CPSIZE_l) && defined(GR_int32)
41 #define CPSIZE_l sizeof(GR_int32)
58 #if !defined(GR_int32) && !defined(NO_32BIT_COPY)
678 #if defined(GR_int32) && !defined(colcopy_l_set)
703 #if defined(GR_int32) && !defined(colcopy_l_xor)
720 #if defined(GR_int32) && !defined(colcopy_l_or)
737 #if defined(GR_int32) && !defined(colcopy_l_and)
775 #if defined(GR_int32) && !defined(colcopy_l_f_set)
792 #if defined(GR_int32) && !defined(colcopy_l_f_xor)
809 #if defined(GR_int32) && !defined(colcopy_l_f_or)
[all …]
H A Dmempeek.h110 #define peek_l(p) __INLINE_STD_PEEK__(p,OP32b,GR_int32)
123 #define poke_l(p,v) __INLINE_STD_POKE__(p,v,=,MOV_INS,OP32b,GR_int32)
143 #define poke_l_xor(p,v) __INLINE_STD_POKE__(p,v,^=,XOR_INS,OP32b,GR_int32)
156 #define poke_l_or(p,v) __INLINE_STD_POKE__(p,v,|=,OR_INS,OP32b,GR_int32)
169 #define poke_l_and(p,v) __INLINE_STD_POKE__(p,v,&=,AND_INS,OP32b,GR_int32)
183 #define peek_l_f(p) __INLINE_FAR_PEEK__(p,OP32b,GR_int32)
196 #define poke_l_f(p,v) __INLINE_FAR_POKE__(p,v,=,MOV_INS,OP32b,GR_int32)
216 #define poke_l_f_xor(p,v) __INLINE_FAR_POKE__(p,v,^=,XOR_INS,OP32b,GR_int32)
229 #define poke_l_f_or(p,v) __INLINE_FAR_POKE__(p,v,|=,OR_INS,OP32b,GR_int32)
242 #define poke_l_f_and(p,v) __INLINE_FAR_POKE__(p,v,&=,AND_INS,OP32b,GR_int32)
H A Dordswap.h19 extern void _GR_swap32(GR_int32 far *l);
23 #define _GR_swap32s(l) _GR_swap32((GR_int32 far *)(l))
24 #define _GR_swap32u(l) _GR_swap32((GR_int32 far *)(l))
H A Dmemfill.h46 #if !defined(GR_int32) && !defined(NO_32BIT_FILL)
59 #if !defined(CPSIZE_l) && defined(GR_int32)
60 #define CPSIZE_l sizeof(GR_int32)
111 __INLINE_STD_ROWFILL__(p,v,c,_l,OP32b,GR_int32)
128 __INLINE_STD_OPRFILL__(p,v,c,_l_xor,XOR_INS,OP32b,GR_int32)
145 __INLINE_STD_OPRFILL__(p,v,c,_l_or,OR_INS,OP32b,GR_int32)
162 __INLINE_STD_OPRFILL__(p,v,c,_l_and,AND_INS,OP32b,GR_int32)
198 __INLINE_FAR_ROWFILL__(p,v,c,_l_f,OP32b,GR_int32)
232 __INLINE_FAR_OPRFILL__(p,v,c,_l_f_or,OR_INS,OP32b,GR_int32)
269 __INLINE_STD_COLFILL__(p,v,c,o,_l,MOV_INS,OP32b,GR_int32)
[all …]
H A Dlibgrx.h117 #define GR_int32 int macro
121 #define GR_int32 long macro
128 typedef signed GR_int32 GR_int32s;
131 typedef unsigned GR_int32 GR_int32u;
H A Darith.h219 #define replicate_w2l(WORD) __INLINE_REPLICATE__(WORD,GR_int16,GR_int32)
229 #define replicate_l2h(LONG) __INLINE_REPLICATE__(LONG,GR_int32,GR_int64)
/dports/graphics/grx/grx249/src/utils/
H A Dordswap.c35 void _GR_swap32(GR_int32 far *l) { in _GR_swap32()
36 GR_int32 res; in _GR_swap32()
38 res = SWAPBYTE(GR_int32,*l,3,0); in _GR_swap32()
80 void _GR_swap32(GR_int32 far *l) { in _GR_swap32()