HomeSort by relevance Sort by last modified time
    Searched full:cylinder (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Cylinder.java 33 // $Id: Cylinder.java 4131 2009-03-19 20:15:28Z blaine.dev $
51 * A simple cylinder, defined by it's height and radius.
57 public class Cylinder extends Mesh {
73 public Cylinder() {
77 * Creates a new Cylinder. By default its center is the origin. Usually, a
78 * higher sample number creates a better looking cylinder, but at the cost
86 * The radius of the cylinder.
88 * The cylinder's height.
90 public Cylinder(int axisSamples, int radialSamples,
96 * Creates a new Cylinder. By default its center is the origin. Usually, a
    [all...]
  /external/kernel-headers/original/linux/
efs_fs_sb.h 28 __be32 fs_cgfsize; /* size of cylinder group in bb's */
29 __be16 fs_cgisize; /* bb's of inodes per cylinder group */
31 __be16 fs_heads; /* heads per cylinder */
32 __be16 fs_ncg; /* # of cylinder groups in filesystem */
genhd.h 16 confused about extended/logical partitions starting past cylinder 1023. */
46 unsigned char cyl; /* starting cylinder */
50 unsigned char end_cyl; /* end cylinder */
68 unsigned char cyl; /* starting cylinder */
72 unsigned char end_cyl; /* end cylinder */
300 __u32 d_ntracks; /* # of tracks per cylinder */
302 __u32 d_secpercyl; /* # of data sectors per cylinder */
305 __u16 d_sparespercyl; /* # of spare sectors per cylinder */
310 __u16 d_cylskew; /* sector 0 skew, per cylinder */
361 __le32 d_ntracks; /* # of tracks per cylinder */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
efs_fs_sb.h 27 __be32 fs_cgfsize; /* size of cylinder group in bb's */
28 __be16 fs_cgisize; /* bb's of inodes per cylinder group */
30 __be16 fs_heads; /* heads per cylinder */
31 __be16 fs_ncg; /* # of cylinder groups in filesystem */
genhd.h 18 confused about extended/logical partitions starting past cylinder 1023. */
51 unsigned char cyl; /* starting cylinder */
55 unsigned char end_cyl; /* end cylinder */
110 __u32 d_ntracks; /* # of tracks per cylinder */
112 __u32 d_secpercyl; /* # of data sectors per cylinder */
115 __u16 d_sparespercyl; /* # of spare sectors per cylinder */
120 __u16 d_cylskew; /* sector 0 skew, per cylinder */
171 __le32 d_ntracks; /* # of tracks per cylinder */
179 __le32 d_phys_trk; /* # of physical tracks per cylinder */
ufs_fs.h 56 * A filesystem consists of a number of cylinder groups.
57 * Each cylinder group has inodes and data.
60 * describes the cylinder groups. The super-block is critical
61 * data and is replicated in each cylinder group to protect against
69 * [fs->fs_cblkno] Cylinder group block
72 * The beginning of cylinder group cg in fs, is given by
164 /*cylinder group encoding */
202 * Cylinder group macros to locate things in cylinder groups.
203 * They calc file system addresses of cylinder group data structures
    [all...]
fdreg.h 51 #define ST1_EOC 0x80 /* End Of Cylinder */
55 #define ST2_BC 0x02 /* Bad Cylinder */
58 #define ST2_WC 0x10 /* Wrong Cylinder */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
efs_fs_sb.h 27 __be32 fs_cgfsize; /* size of cylinder group in bb's */
28 __be16 fs_cgisize; /* bb's of inodes per cylinder group */
30 __be16 fs_heads; /* heads per cylinder */
31 __be16 fs_ncg; /* # of cylinder groups in filesystem */
genhd.h 18 confused about extended/logical partitions starting past cylinder 1023. */
51 unsigned char cyl; /* starting cylinder */
55 unsigned char end_cyl; /* end cylinder */
110 __u32 d_ntracks; /* # of tracks per cylinder */
112 __u32 d_secpercyl; /* # of data sectors per cylinder */
115 __u16 d_sparespercyl; /* # of spare sectors per cylinder */
120 __u16 d_cylskew; /* sector 0 skew, per cylinder */
171 __le32 d_ntracks; /* # of tracks per cylinder */
179 __le32 d_phys_trk; /* # of physical tracks per cylinder */
ufs_fs.h 56 * A filesystem consists of a number of cylinder groups.
57 * Each cylinder group has inodes and data.
60 * describes the cylinder groups. The super-block is critical
61 * data and is replicated in each cylinder group to protect against
69 * [fs->fs_cblkno] Cylinder group block
72 * The beginning of cylinder group cg in fs, is given by
164 /*cylinder group encoding */
202 * Cylinder group macros to locate things in cylinder groups.
203 * They calc file system addresses of cylinder group data structures
    [all...]
fdreg.h 51 #define ST1_EOC 0x80 /* End Of Cylinder */
55 #define ST2_BC 0x02 /* Bad Cylinder */
58 #define ST2_WC 0x10 /* Wrong Cylinder */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
efs_fs_sb.h 27 __be32 fs_cgfsize; /* size of cylinder group in bb's */
28 __be16 fs_cgisize; /* bb's of inodes per cylinder group */
30 __be16 fs_heads; /* heads per cylinder */
31 __be16 fs_ncg; /* # of cylinder groups in filesystem */
genhd.h 18 confused about extended/logical partitions starting past cylinder 1023. */
51 unsigned char cyl; /* starting cylinder */
55 unsigned char end_cyl; /* end cylinder */
110 __u32 d_ntracks; /* # of tracks per cylinder */
112 __u32 d_secpercyl; /* # of data sectors per cylinder */
115 __u16 d_sparespercyl; /* # of spare sectors per cylinder */
120 __u16 d_cylskew; /* sector 0 skew, per cylinder */
171 __le32 d_ntracks; /* # of tracks per cylinder */
179 __le32 d_phys_trk; /* # of physical tracks per cylinder */
ufs_fs.h 56 * A filesystem consists of a number of cylinder groups.
57 * Each cylinder group has inodes and data.
60 * describes the cylinder groups. The super-block is critical
61 * data and is replicated in each cylinder group to protect against
69 * [fs->fs_cblkno] Cylinder group block
72 * The beginning of cylinder group cg in fs, is given by
164 /*cylinder group encoding */
202 * Cylinder group macros to locate things in cylinder groups.
203 * They calc file system addresses of cylinder group data structures
    [all...]
fdreg.h 51 #define ST1_EOC 0x80 /* End Of Cylinder */
55 #define ST2_BC 0x02 /* Bad Cylinder */
58 #define ST2_WC 0x10 /* Wrong Cylinder */
  /build/target/board/vbox_x86/
disk_layout.conf 1 # Best to align all partion start/ends on a cylinder boundary (fdisk prefers it)
4 # 32 tracks/cylinder
7 # 1008 blocks (1k each) (1032192 bytes) / cylinder
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestCylinder.java 39 import com.jme3.scene.shape.Cylinder;
51 Cylinder t = new Cylinder(20, 50, 1, 2, true);
52 Geometry geom = new Geometry("Cylinder", t);
  /external/grub/stage2/
fs.h 47 * A file system consists of a number of cylinder groups.
48 * Each cylinder group has inodes and data.
51 * describes the cylinder groups. The super-block is critical
52 * data and is replicated in each cylinder group to protect against
60 * [fs->fs_cblkno] Cylinder group block
63 * The beginning of cylinder group cg in fs, is given by
107 * MINBSIZE must be big enough to hold a cylinder group block,
126 * Per cylinder group information; summarized in blocks allocated
127 * from first cylinder group data blocks. These blocks have to be
154 int fs_cgoffset; /* cylinder group offset in cylinder *
    [all...]
ufs2.h 220 * Per cylinder group information; summarized in blocks allocated
221 * from first cylinder group data blocks. These blocks have to be
251 grub_int32_t fs_old_cgoffset; /* cylinder group offset in cylinder */
256 grub_int32_t fs_ncg; /* number of cylinder groups */
287 /* sizes determined by number of cylinder groups and their sizes */
290 grub_int32_t fs_cgsize; /* cylinder group size */
293 grub_int32_t fs_old_spc; /* sectors per cylinder */
299 struct csum fs_old_cstotal; /* cylinder summary information */
317 struct csum_total fs_cstotal; /* cylinder summary information *
    [all...]
size_test 44 # first cylinder, so the size is (63 - 1) sectors.
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
CylinderCollisionShape.java 44 * Basic cylinder collision shape
56 * creates a cylinder shape from the given halfextents
66 * Creates a cylinder shape around the given axis from the given halfextents
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
CylinderCollisionShape.java 46 * Basic cylinder collision shape
58 * creates a cylinder shape from the given halfextents
68 * Creates a cylinder shape around the given axis from the given halfextents
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
world.js 77 type != "cylinder" &&
91 if (type == "cylinder") {
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
nested_builders_test.proto 46 optional int32 cylinder = 1;
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestCollisionShapeFactory.java 46 import com.jme3.scene.shape.Cylinder;
89 Geometry myGeom = new Geometry("cylinder", new Cylinder(16, 16, 0.5f, 1));

Completed in 1109 milliseconds

1 2 3 4