HomeSort by: relevance | last modified time | path
    Searched defs:geometry (Results 1 - 15 of 15) sorted by relevancy

  /src/external/mit/xorg/bin/xkbcomp/
Makefile 9 symbols.c geometry.c xkbpath.c listing.c \
16 CPPFLAGS.geometry.c= -Wno-error # XXX
  /src/external/gpl2/lvm2/dist/libdm/ioctl/
libdm-targets.h 58 char *geometry; member in struct:dm_task
  /src/sys/arch/arm/imx/
imx51_ipuv3.c 365 const struct lcd_panel_geometry *geom = sc->geometry;
499 sc->geometry = geom;
733 const struct lcd_panel_geometry *geom = sc->geometry;
922 const struct lcd_panel_geometry *geometry; local
929 geometry = sc->geometry;
931 depth = geometry->depth;
932 width = geometry->panel_width;
933 height = geometry->panel_height;
imx51_ipuv3var.h 95 const struct lcd_panel_geometry *geometry; member in struct:imx51_ipuv3_softc
  /src/sys/arch/arm/xscale/
pxa2x0_lcd.h 85 const struct lcd_panel_geometry *geometry; member in struct:pxa2x0_lcd_softc
pxa2x0_lcd.c 110 sc->geometry = info;
479 const struct lcd_panel_geometry *geometry; local
489 geometry = sc->geometry;
491 width = geometry->panel_width;
492 height = geometry->panel_height;
600 if (geometry->panel_info & LCDPANEL_DUAL) {
698 pxa2x0_lcd_initialize(sc, sc->geometry);
812 scr->rinfo.ri_width = sc->geometry->panel_width;
813 scr->rinfo.ri_height = sc->geometry->panel_height
    [all...]
  /src/sys/arch/zaurus/dev/
w100var.h 28 const struct w100_panel_geometry *geometry; member in struct:w100_softc
  /src/external/mit/xorg/lib/libxcb/files/
damage.h 167 xcb_rectangle_t geometry; member in struct:xcb_damage_notify_event_t
xkb.h 2627 } geometry; member in struct:xcb_xkb_get_kbd_by_name_replies_t
  /src/external/bsd/pdisk/dist/
partition_map.c 849 struct hd_geometry geometry; local
878 if (ioctl(fd, HDIO_GETGEO, &geometry) < 0) {
879 printf("get device geometry failed\n");
882 geometry.heads, geometry.sectors,
883 geometry.cylinders, geometry.start,
884 geometry.heads*geometry.sectors*geometry.cylinders)
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_ide.c 220 ide_geometry geometry; member in struct:_ide_drive
422 controller->fifo_size = controller->current_drive->geometry.byte;
438 else if (controller->current_drive->geometry.head != 0
439 && controller->current_drive->geometry.sector != 0) {
446 * ((cylinder_nr * controller->current_drive->geometry.head + head_nr)
447 * controller->current_drive->geometry.sector + sector_nr - 1);
704 drive->geometry.byte = device_find_integer_property(client, "ide-byte-count");
706 drive->geometry.byte = 512;
708 drive->geometry.sector = device_find_integer_property(client, "ide-sector-count");
710 drive->geometry.head = device_find_integer_property(client, "ide-head-count")
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_ide.c 220 ide_geometry geometry; member in struct:_ide_drive
422 controller->fifo_size = controller->current_drive->geometry.byte;
438 else if (controller->current_drive->geometry.head != 0
439 && controller->current_drive->geometry.sector != 0) {
446 * ((cylinder_nr * controller->current_drive->geometry.head + head_nr)
447 * controller->current_drive->geometry.sector + sector_nr - 1);
704 drive->geometry.byte = device_find_integer_property(client, "ide-byte-count");
706 drive->geometry.byte = 512;
708 drive->geometry.sector = device_find_integer_property(client, "ide-sector-count");
710 drive->geometry.head = device_find_integer_property(client, "ide-head-count")
    [all...]
  /src/external/gpl3/gcc/dist/include/
hsa_ext_image.h 170 * @brief Geometry associated with the image. This specifies the
172 * array. See the <em>Image Geometry</em> section in the <em>HSA
174 * geometry. The enumeration values match the BRIG type @p
314 * Image geometry.
316 hsa_ext_image_geometry_t geometry; member in struct:hsa_ext_image_descriptor_s
322 * Height of the image, in components. Only used if the geometry is
329 * Depth of the image, in components. Only used if the geometry is
334 * Number of image layers in the image array. Only used if the geometry is
350 * Images of this geometry, format, and layout are not supported by
355 * Read-only images of this geometry, format, and layout ar
    [all...]
  /src/external/gpl3/gcc.old/dist/include/
hsa_ext_image.h 170 * @brief Geometry associated with the image. This specifies the
172 * array. See the <em>Image Geometry</em> section in the <em>HSA
174 * geometry. The enumeration values match the BRIG type @p
314 * Image geometry.
316 hsa_ext_image_geometry_t geometry; member in struct:hsa_ext_image_descriptor_s
322 * Height of the image, in components. Only used if the geometry is
329 * Depth of the image, in components. Only used if the geometry is
334 * Number of image layers in the image array. Only used if the geometry is
350 * Images of this geometry, format, and layout are not supported by
355 * Read-only images of this geometry, format, and layout ar
    [all...]
  /src/tests/usr.bin/xlint/lint1/
init_c99.c 224 struct geometry { struct
234 struct geometry geometry = { variable in typeref:struct:geometry

Completed in 28 milliseconds