Home
last modified time | relevance | path

Searched refs:SwapIntelShort (Results 1 – 3 of 3) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Dlumpy.h47 SwapIntelShort(&lp->width); \
48 SwapIntelShort(&lp->height); \
49 SwapIntelShort(&lp->orgx); \
50 SwapIntelShort(&lp->orgy); \
64 SwapIntelShort(&fp->height); \
66 SwapIntelShort(&fp->charofs[i]); \
80 SwapIntelShort(&lp->width); \
81 SwapIntelShort(&lp->height); \
97 SwapIntelShort(&pp->origsize); \
98 SwapIntelShort(&pp->width); \
[all …]
H A Drt_util.h73 void SwapIntelShort(short *s);
H A Drt_util.c1202 void SwapIntelShort(short *s) in SwapIntelShort() function
1218 SwapIntelShort(s); in SwapIntelShortArray()