Searched defs:xchar (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6_addr.c60 #define xchar(i) ((i) < 10 ? '0' + (i) : 'A' + (i) - 10) macro
217 buf[i++] = xchar(((current_block_value & 0xf000) >> 12));
226 buf[i++] = xchar(((current_block_value & 0xf00) >> 8));
235 buf[i++] = xchar(((current_block_value & 0xf0) >> 4));
240 buf[i++] = xchar((current_block_value & 0xf));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dafb.h1001 int xchar; /* x position mod 32 */ member in struct:_afbpos
H A Dmfb.h1022 int xchar; /* x position mod 32 */ member in struct:_pos
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dafb.h877 int xchar; /* x position mod 32 */ member in struct:_afbpos
H A Dmfb.h1022 int xchar; /* x position mod 32 */ member in struct:_pos
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dafb.h848 int xchar; /* x position mod 32 */ member in struct:_afbpos
H A Dmfb.h985 int xchar; /* x position mod 32 */ member in struct:_pos
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/afb/
H A Dafb.h1187 int xchar; /* x position mod 32 */ member in struct:_afbpos
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/mfb/
H A Dmfb.h1172 int xchar; /* x position mod 32 */ member in struct:_pos
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dafb.h1003 int xchar; /* x position mod 32 */ member in struct:_afbpos
H A Dmfb.h1024 int xchar; /* x position mod 32 */ member in struct:_pos
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dafb.h1003 int xchar; /* x position mod 32 */ member in struct:_afbpos
H A Dilbm.h930 int xchar; /* x position mod 32 */ member in struct:_ilbmpos
H A Dmfb.h1024 int xchar; /* x position mod 32 */ member in struct:_pos

Completed in 64 milliseconds