Home
last modified time | relevance | path

Searched defs:cylinder (Results 1 – 6 of 6) sorted by relevance

/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/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
Dnested_builders_test.proto46 optional int32 cylinder = 1; field
/external/gptfdisk/
Dmbrpart.cc261 uint64_t cylinder, head, sector; // all numbered from 0 in LBAtoCHS() local
Dbasicmbr.cc697 uint64_t cylinder, head, sector; // all numbered from 0 in LBAtoCHS() local
/external/toybox/toys/pending/
Dfdisk.c47 #define cylinder(s, c) ((c) | (((s) & 0xc0) << 2)) macro