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

12 3 4

  /external/grub/stage2/
start.S 182 /* save cylinder start */
216 /* get high bits of cylinder */
225 movb 12(%si), %ch /* sector+hcyl in cl, cylinder in ch */
240 * %ch = cylinder
241 * %cl = sector (bits 6-7 are high bits of "cylinder")
builtins.c 1032 /* Embed a Stage 1.5 in the first cylinder after MBR or in the
1391 char *cylinder, *head, *sector, *total_sector;
1394 cylinder = ptr;
1395 head = skip_to (0, cylinder);
1398 if (! safe_parse_maxint (&cylinder, &num_cylinder)
1443 "geometry DRIVE [CYLINDER HEAD SECTOR [TOTAL_SECTOR]]",
1447 " sectors are set to CYLINDER, HEAD, SECTOR and TOTAL_SECTOR,"
1372 char *cylinder, *head, *sector, *total_sector; local
2761 int cylinder, head, sector; local
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCar.java 51 import com.jme3.scene.shape.Cylinder;
132 Cylinder wheelMesh = new Cylinder(16, 16, radius, radius * 0.6f, true);
TestAttachDriver.java 53 import com.jme3.scene.shape.Cylinder;
160 Cylinder wheelMesh = new Cylinder(16, 16, radius, radius * 0.6f, true);
TestLocalPhysics.java 86 // Add a physics cylinder to the world
TestPhysicsReadWrite.java 95 // Add a physics cylinder to the world
TestSimplePhysics.java 83 // Add a physics cylinder to the world
  /external/qemu-pc-bios/bochs/bios/
notes 12 out 1f4, ch # cylinder number bits 0..7, 0 based
rombios.c 5217 Bit16u cylinder, head, sector; local
6051 Bit16u head, sector, cylinder, nbsectors; local
6309 Bit16u max_cylinder, cylinder, total_sectors; local
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
scenes.js 39 type: 'cylinder',
138 type: 'cylinder',
scene.js 53 if (shape.type == "cylinder") {
  /external/grub/stage1/
stage1.S 297 /* save cylinder start */
308 /* get high bits of cylinder */
317 movb 12(%si), %ch /* sector+hcyl in cl, cylinder in ch */
329 * %ch = cylinder
330 * %cl = sector (bits 6-7 are high bits of "cylinder")
  /external/e2fsprogs/lib/ext2fs/
dosio.h 31 unsigned short cyl; /* Cylinder (or track) */
dosio.c 276 0, /* cylinder */
  /system/core/include/diskconfig/
diskconfig.h 59 uint8_t cylinder; member in struct:chs
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Torus.java 133 // generate the cylinder itself
173 // duplicate the cylinder ends to form a torus
  /packages/apps/Camera/src/com/android/camera/
Mosaic.java 58 * cylinder). If the user follows a curved trajectory (instead of a perfect panning trajectory),
60 * trajectory to a cylinder.
  /packages/apps/Camera2/src/com/android/camera/
Mosaic.java 58 * cylinder). If the user follows a curved trajectory (instead of a perfect panning trajectory),
60 * trajectory to a cylinder.
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
Mosaic.java 58 * cylinder). If the user follows a curved trajectory (instead of a perfect panning trajectory),
60 * trajectory to a cylinder.
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 55 float3 center; // center of a y-axis-aligned infinite cylinder
57 } Cylinder;
147 static const int DRAG_MODEL_CYLINDER_INSIDE = 2; // Drag relative to point on inside of cylinder
148 static const int DRAG_MODEL_CYLINDER_OUTSIDE = 3; // Drag relative to point on outside of cylinder
251 static Cylinder carouselCylinder = {
290 static bool rayCylinderIntersect(Ray* ray, Cylinder* cylinder, float* tout);
    [all...]
  /external/e2fsprogs/resize/
resize2fs.8.in 74 disk cylinder as before! Otherwise, the resize operation will
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
povray.php 100 'object', 'blob', 'sphere', 'cylinder', 'box', 'cone', 'height_field', 'julia_fractal',
matlab.php 81 'cumprod','cumsum','cumtrapz','cylinder','daspect','date','datenum',
  /external/qemu/hw/
scsi-disk.c 637 /* Write precomp start cylinder, disabled */
641 /* Reduced current start cylinder, disabled */
648 /* Landing zone cylinder */
672 /* Write precomp start cylinder, disabled */
675 /* Reduced current start cylinder, disabled */
  /external/e2fsprogs/misc/
filefrag.c 309 printf("Filesystem cylinder groups is approximately %ld\n",

Completed in 456 milliseconds

12 3 4