HomeSort by relevance Sort by last modified time
    Searched full:card32 (Results 76 - 89 of 89) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 87 typedef CARD32 XID;
91 typedef CARD32 Mask;
95 typedef CARD32 Atom;
97 typedef CARD32 VisualID;
98 typedef CARD32 Time;
Xlibint.h 548 CARD32 _BRlen = req->length - 1; \
550 _BRdat = ((CARD32 *)req)[_BRlen]; \
552 ((CARD32 *)req)[1] = _BRlen + n + 2; \
558 CARD32 _BRdat; \
559 CARD32 _BRlen = req->length - 1; \
561 _BRdat = ((CARD32 *)req)[_BRlen]; \
563 ((CARD32 *)req)[1] = _BRlen + n + 2; \
728 { *(CARD32 *)(dstaddr) = (srcvar); }
    [all...]
Xlib.h 1035 unsigned long card32; member in struct:__anon25361
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 548 CARD32 _BRlen = req->length - 1; \
550 _BRdat = ((CARD32 *)req)[_BRlen]; \
552 ((CARD32 *)req)[1] = _BRlen + n + 2; \
558 CARD32 _BRdat; \
559 CARD32 _BRlen = req->length - 1; \
561 _BRdat = ((CARD32 *)req)[_BRlen]; \
563 ((CARD32 *)req)[1] = _BRlen + n + 2; \
728 { *(CARD32 *)(dstaddr) = (srcvar); }
    [all...]
Xlib.h 1035 unsigned long card32; member in struct:__anon22259
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XI.h 265 /* Make XEventClass be a CARD32 for 64 bit servers. Don't affect client
270 typedef CARD32 XEventClass;
security.h 122 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 548 CARD32 _BRlen = req->length - 1; \
550 _BRdat = ((CARD32 *)req)[_BRlen]; \
552 ((CARD32 *)req)[1] = _BRlen + n + 2; \
558 CARD32 _BRdat; \
559 CARD32 _BRlen = req->length - 1; \
561 _BRdat = ((CARD32 *)req)[_BRlen]; \
563 ((CARD32 *)req)[1] = _BRlen + n + 2; \
728 { *(CARD32 *)(dstaddr) = (srcvar); }
    [all...]
Xlib.h 1035 unsigned long card32; member in struct:__anon23849
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XI.h 265 /* Make XEventClass be a CARD32 for 64 bit servers. Don't affect client
270 typedef CARD32 XEventClass;
security.h 122 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XI.h 265 /* Make XEventClass be a CARD32 for 64 bit servers. Don't affect client
270 typedef CARD32 XEventClass;
security.h 122 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
XF86VMode.c 179 req->red = (CARD32)(Gamma->red * 10000.);
180 req->green = (CARD32)(Gamma->green * 10000.);
181 req->blue = (CARD32)(Gamma->blue * 10000.);
907 CARD32 syncrange;
    [all...]

Completed in 651 milliseconds

1 2 34