Home
last modified time | relevance | path

Searched refs:cylinder (Results 1 – 25 of 31) sorted by relevance

12

/external/gptfdisk/
Dmbrpart.cc261 uint64_t cylinder, head, sector; // all numbered from 0 in LBAtoCHS() local
281 cylinder = lba / (numHeads * numSecspTrack); in LBAtoCHS()
282 remainder = lba - (cylinder * numHeads * numSecspTrack); in LBAtoCHS()
291 chs[1] = (uint8_t) ((sector + 1) + (cylinder >> 8) * 64); in LBAtoCHS()
292 chs[2] = (uint8_t) (cylinder & UINT32_C(0xFF)); in LBAtoCHS()
Dbasicmbr.cc697 uint64_t cylinder, head, sector; // all numbered from 0 in LBAtoCHS() local
717 cylinder = lba / (uint64_t) (numHeads * numSecspTrack); in LBAtoCHS()
718 remainder = lba - (cylinder * numHeads * numSecspTrack); in LBAtoCHS()
727 chs[1] = (uint8_t) ((sector + 1) + (cylinder >> 8) * 64); in LBAtoCHS()
728 chs[2] = (uint8_t) (cylinder & UINT64_C(0xFF)); in LBAtoCHS()
/external/toybox/toys/pending/
Dfdisk.c47 #define cylinder(s, c) ((c) | (((s) & 0xc0) << 2)) macro
415 physbc = cylinder(p->sector,p->cyl); in consistency_check()
419 physec = cylinder(p->end_sector, p->end_cyl); in consistency_check()
1069 real_c = cylinder(s, c); in check()
1206 sector(p->sector), cylinder(p->sector, p->cyl), in print_partitions_list()
1208 sector(p->end_sector), cylinder(p->end_sector, p->end_cyl), in print_partitions_list()
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
Dnested_builders_test.proto46 optional int32 cylinder = 1; field
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dnested_builders_test.proto46 optional int32 cylinder = 1; field
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/
Dnested_builders_test.proto46 optional int32 cylinder = 1; field
/external/mtools/
DRelease.notes212 3) Reads and writes to slow devices are now "cylinder buffered"
Dmtools.info433 each) on the first cylinder, in order to make these disks easier to
438 However, the drawback of this is that the first cylinder can hold
1661 sectors is in general the number of sectors per cylinder. This is
Dmtools.texi481 each) on the first cylinder, in order to make these disks easier to
486 However, the drawback of this is that the first cylinder can hold less
1874 general the number of sectors per cylinder. This is untested.
/external/scapy/scapy/layers/
Dinet.py1165 visual.cylinder(pos=start,axis=ip.pos-start,color=col,radius=0.2)
/external/mesa3d/docs/
Dversions.rst332 - auxSolidCylinder() sometimes drew a wire-frame cylinder
/external/libcups/locale/
Dcups_cs.po8982 msgid "media-type.gravure-cylinder"
8990 msgid "media-type.imaging-cylinder"
Dcups_fr.po9000 msgid "media-type.gravure-cylinder"
9008 msgid "media-type.imaging-cylinder"
Dcups.strings3337 "media-type.gravure-cylinder" = "Gravure Cylinder";
3341 "media-type.imaging-cylinder" = "Imaging Cylinder";
Dcups_ru.po9154 msgid "media-type.gravure-cylinder"
9162 msgid "media-type.imaging-cylinder"
Dcups_zh_CN.po9122 msgid "media-type.gravure-cylinder"
9130 msgid "media-type.imaging-cylinder"
Dcups_ja.po9189 msgid "media-type.gravure-cylinder"
9197 msgid "media-type.imaging-cylinder"
Dcups_de.po9105 msgid "media-type.gravure-cylinder"
9113 msgid "media-type.imaging-cylinder"
Dcups_ca.po9201 msgid "media-type.gravure-cylinder"
9209 msgid "media-type.imaging-cylinder"
Dcups_it.po9197 msgid "media-type.gravure-cylinder"
9205 msgid "media-type.imaging-cylinder"
Dcups_pt_BR.po9206 msgid "media-type.gravure-cylinder"
9214 msgid "media-type.imaging-cylinder"
Dcups_es.po9215 msgid "media-type.gravure-cylinder"
9223 msgid "media-type.imaging-cylinder"
Dcups.pot11534 msgid "media-type.gravure-cylinder"
11544 msgid "media-type.imaging-cylinder"
Dcups_en.po9284 msgid "media-type.gravure-cylinder"
9292 msgid "media-type.imaging-cylinder"
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt7957 cylinder

12