Searched refs:a_midmag (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Daout.h61 unsigned long a_midmag; /* htonl(flags<<26 | mid<<16 | magic) */ member in struct:AOUT_exec
118 * The a.out structure's a_midmag field is a network-byteorder encoding
127 ( (((ex)->a_midmag)&0xffff0000U) ? (ntohl(((ex)->a_midmag))&0xffffU) : ((ex)->a_midmag))
129 ( (((ex)->a_midmag)&0xffff0000U) ? (ntohl(((ex)->a_midmag))&0xffffU) : \
130 (((ex)->a_midmag) | 0x10000) )
132 ( (((ex)->a_midmag)&0xffff0000U) ? ((ntohl(((ex)->a_midmag))>>1
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Daout.h61 unsigned long a_midmag; /* htonl(flags<<26 | mid<<16 | magic) */ member in struct:AOUT_exec
118 * The a.out structure's a_midmag field is a network-byteorder encoding
127 ( (((ex)->a_midmag)&0xffff0000U) ? (ntohl(((ex)->a_midmag))&0xffffU) : ((ex)->a_midmag))
129 ( (((ex)->a_midmag)&0xffff0000U) ? (ntohl(((ex)->a_midmag))&0xffffU) : \
130 (((ex)->a_midmag) | 0x10000) )
132 ( (((ex)->a_midmag)&0xffff0000U) ? ((ntohl(((ex)->a_midmag))>>1
[all...]

Completed in 32 milliseconds