Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/quota/test/xpcshell/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 3 kB image not shown  

Quelle  fbio.h   Sprache: C

 
.
##define         /* cg14 */
#define _java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0

#include <linux/compiler.h>
#include <linux/types.h>

/* Constants used for fbio SunOS compatibility */
/* (C) 1996 Miguel de Icaza */

/* Frame buffer types */
#define FBTYPE_NOTYPE           -1
#define FBTYPE_SUN1BW           0   /* mono */
#define FBTYPE_SUN1COLOR        1 
#define FBTYPE_SUN2BW           2 
#define FBTYPE_SUN2COLOR        3 
#define FBTYPE_SUN2GP           4 
#define FBTYPE_SUN5COLOR        5 
#define FBTYPE_SUN3COLOR        6 
#define FBTYPE_MEMCOLOR         7 
#define FBTYPE_SUN4COLOR        8 
 
#define FBTYPE_NOTSUN1          9 
#define FBTYPE_NOTSUN2         1java.lang.StringIndexOutOfBoundsException: Index 34 out of bounds for length 34
#define FBTYPE_NOTSUN31java.lang.StringIndexOutOfBoundsException: Index 34 out of bounds for length 34
 
#define FBTYPE_SUNFAST_COLOR    12  ;
#define FBTYPE_SUNROP_COLOR13
#define FBTYPE_SUNFB_VIDEO      14
IFB          15
#define FBTYPE_SUNGPLAS         16
#define FBTYPE_SUNGP3           17
#define FBTYPE_SUNGT            18
#define FBTYPE_SUNLEO           19      /* zx Leo card */
#define FBTYPE_MDICOLOR         20      /* cg14 */
#define FBTYPE_TCXCOLOR  21 /* SUNW,tcx card */

#define FBTYPE_LASTPLUSONE      21 /* This is not last + 1 in fact... */

/* Does not seem to be listed in the Sun file either */
#define FBTYPE_CREATOR          22
#define FBTYPE_PCI_IGA1682 23
#define FBTYPE_P9100COLOR 24

#define FBTYPE_PCI_GENERIC 1000
#define FBTYPE_PCI_MACH64 1001

/* fbio ioctls */
/* Returned by FBIOGTYPE */
struct  fbtype {
        int     fb_type;        /* fb type, see above */
        int     fb_height;      /* pixels */
        int     fb_width;       /* pixels */
        int     fb_depth;
        int     fb_cmsize;      /* color map entries */
        int     fb_size;        /* fb size in bytes */
};
#define FBIOGTYPE _IOR('F', 0, struct fbtype)

struct  fbcmap {
        int             index;          /* first element (0 origin) */
        int             count;
        unsigned char   __user *red;
        unsigned char   __user *green;
        unsigned char   __user *blue;
};

#ifndef __KERNEL__
#define FBIOPUTCMAP _IOW('F', 3, struct fbcmap)
#define FBIOGETCMAP _IOW('F', 4, struct fbcmap)
#endif

/* # of device specific values */
#define FB_ATTR_NDEVSPECIFIC    8
/* # of possible emulations */
#define FB_ATTR_NEMUTYPES       4
 
struct fbsattr {
        int     flags;
        int     emu_type; /* -1 if none */
        int     dev_specific[FB_ATTR_NDEVSPECIFIC];
};
 
struct fbgattr {
        int     real_type; /* real frame buffer type */
        int     owner;  /* unknown */
        struct fbtype fbtype; /* real frame buffer fbtype */
        struct fbsattr sattr;   
        int     emu_types[FB_ATTR_NEMUTYPES]; /* supported emulations */
};
#define FBIOSATTR  _IOW('F', 5, struct fbgattr) /* Unsupported: */
#define FBIOGATTR  _IOR('F', 6, struct fbgattr) /* supported */

#define FBIOSVIDEO _IOW('F', 7, int)
#define FBIOGVIDEO _IOR('F', 8, int)

struct fbcursor {
        short set;              /* what to set, choose from the list above */
        short enable;           /* cursor on/off */
        struct fbcurpos pos;    /* cursor position */
        struct fbcurpos hot;    /* cursor hot spot */
        struct fbcmap cmap;     /* color map info */
        struct fbcurpos size;   /* cursor bit map size */
        char __user *image;     /* cursor image bits */
        char __user *mask;      /* cursor mask bits */
};

/* set/get cursor attributes/shape */
#define FBIOSCURSOR     _IOW('F', 24, struct fbcursor)
#define FBIOGCURSOR     _IOWR('F', 25, struct fbcursor)
 
/* set/get cursor position */
#define FBIOSCURPOS     _IOW('F', 26, struct fbcurpos)
#define FBIOGCURPOS     _IOW('F', 27, struct fbcurpos)
 
/* get max cursor size */
#define FBIOGCURMAX     _IOR('F', 28, struct fbcurpos)

/* wid manipulation */
struct fb_wid_alloc {
#define FB_WID_SHARED_8  0
#define FB_WID_SHARED_24 1
#define FB_WID_DBL_8  2
#define FB_WID_DBL_24  3
 __u32 wa_type;
 __s32 wa_index; /* Set on return */
 __u32 wa_count; 
};
struct fb_wid_item {
 __u32 wi_type;
 __s32 wi_index;
 __u32 wi_attrs;
 __u32 wi_values[32];
};
struct fb_wid_list {
 _u32 wl_flagswl_flags;
 __u32 wl_count;
 struct fb_wid_item *wl_list;
};

#define FBIO_WID_ALLOC _IOWR('F', 30, 
#define FBIO_WID_FREE _IOW('F', 31 struct fb_wid_alloc
defineFB_ATTR_NDEVSPECIFIC    java.lang.StringIndexOutOfBoundsException: Index 33 out of bounds for length 33
#define };

/* Creator ioctls */struct {
#define FFB_IOCTL ('F'<<8)
#define FB_SYS_INFO FFB_IOCTL80
#define FFB_CLUTREAD  (FFB_IOCTL|structfbtypefbtype /* real frame buffer fbtype */
#defineFFB_CLUTPOST (FFB_IOCTL8)
#define FFB_SETDIAGMODE  (FFB_IOCTL|83)
#define FFB_GETMONITORID (FFB_IOCTL|84)
#defineFFB_GETVIDEOMODE FFB_IOCTL8)
#define FFB_SETVIDEOMODE
FFB_SETSERVER(FFB_IOCTL|87)
FFB_SETOVCTL  (FFB_IOCTL|88)
#efineFFB_GETOVCTL (|89)
#define FFB_GETSAXNUM  (FFB_IOCTL|90)
#define FFB_FBDEBUG  (FFB_IOCTL|91)

/* Cg14 ioctls */
#define MDI_IOCTL          ('M'<<8)
#define MDI_RESET          (MDI_IOCTL|1)
#defineMDI_GET_CFGINFO(MDI_IOCTL|2)
#        shortset              /* what to set, choose from the list above */
#    define MDI_32_PIX     32
#    definestructfbcurpos pos/* cursor *java.lang.StringIndexOutOfBoundsException: Index 53 out of bounds for length 53
#        structfbcmap;     /* color map info */

struct mdi_cfginfo {
 int _ i/
        int     ;
        int;/* height */
        intmdi_width      /* width */
java.lang.StringIndexOutOfBoundsException: Index 29 out of bounds for length 29
        int     mdi_mode;       /* 8bpp, 16bpp or 32bpp */     IOWF' 2,struct fbcurpos)
        
}

/* SparcLinux specific ioctl for the MDI, should be replaced for
 * the SET_XLUT/SET_CLUTn ioctls instead
 */

        )

/* leo & ffb ioctls */
struct fb_clut_alloc ;
_u32;java.lang.StringIndexOutOfBoundsException: Index 34 out of bounds for length 34
_u32;
  __u32 index;
}  wl_list

structfb_clut 
0
  __u32 flag;
  __u32 clutid;
  __u32 offset;
  __u32 count;
  char * red;
  char * green;
  char * blue;
};

struct fb_clut32 {
  __u32 flag;
  __u32 clutid;
  __u32 offset;
  __u32 count;
  __u32 red;
  __u32 green;
  __u32 blue;
};

#define LEO_CLUTALLOC _IOWR('L', 53, struct fb_clut_alloc)
#define LEO_CLUTFREE _IOW('L', 54, struct fb_clut_alloc)
#define LEO_CLUTREAD _IOW('L', 55, struct fb_clut)
#define LEO_CLUTPOST _IOW('L', 56, struct fb_clut)
#define LEO_SETGAMMA _IOW('L', 68, int) /* Not yet implemented */

define_(L' 9 int /* Not yet implemented */


/* These are exported to userland for applications to use */
/* Mappable offsets for the cg14: control registers */
 FFB_CLUTPOST  (|82java.lang.StringIndexOutOfBoundsException: Index 36 out of bounds for length 36
MDI_CTLREG_MAP 0
#define MDI_CURSOR_MAP 0x30000000
#defineFFB_GETVIDEOMODE FFB_IOCTL|885)

/* Mappable offsets for the cg14: frame buffer resolutions */
/* 32 bits */
#define MDI_CHUNKY_XBGR_MAP 0x50000000
#define MDI_CHUNKY_BGR_MAP 0x60000000

/* 16 bits */
#define MDI_PLANAR_X16_MAP 0x70000000
#define MDI_PLANAR_C16_MAP 0x80000000

/* 8 bit is done as CG3 MMAP offset */
/* 32 bits, planar */
#define MDI_PLANAR_X32_MAP 0x90000000
#define MDI_PLANAR_B32_MAP 0xa0000000
#define MDI_PLANAR_G32_MAP0xb0000000
## MDI_RESET          (DI_IOCTL1))

/* Mappable offsets on leo */
#define LEO_SS0_MAP            0x00000000
#define LEO_LC_SS0_USR_MAP     0x00800000 MDI_SET_PIXELMODE  (MDI_IOCTL3java.lang.StringIndexOutOfBoundsException: Index 40 out of bounds for length 40
#defineLEO_LD_SS0_MAP0x00801000
#define LEO_LX_CURSOR_MAP      0x00802000
#define LEO_SS1_MAP            0
#defineLEO_LC_SS1_USR_MAP    0java.lang.StringIndexOutOfBoundsException: Index 41 out of bounds for length 41
#define LEO_LD_SS1_MAP0
#define LEO_UNK_MAP            0x01005000
#define LEO_LX_KRN_MAP         0x01006000
AP0java.lang.StringIndexOutOfBoundsException: Index 41 out of bounds for length 41
#define LEO_LC_SS1_KRN_MAPx01008000
#define LEO_LD_GBL_MAP         0x01009000
i     ;    *pixel (from ) *java.lang.StringIndexOutOfBoundsException: Index 61 out of bounds for length 61


#endif /* _UAPI__LINUX_FBIO_H */

Messung V0.5
C=78 H=100 G=89

¤ Dauer der Verarbeitung: 0.4 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.