Searched defs:CHS (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Ddosio.h27 * A helper structure used in LBA => CHS conversion
35 } CHS; typedef in typeref:struct:__anon20464
/external/clang/lib/AST/
H A DDecl.cpp3744 unsigned CHS) {
3745 return new (C, DC) IndirectFieldDecl(DC, L, Id, T, CH, CHS);
3742 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, QualType T, NamedDecl **CH, unsigned CHS) argument
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c666 chs_t lchs; // Logical CHS
667 chs_t pchs; // Physical CHS
6428 BX_DEBUG_INT13_HD("CHS: %x %x %x\n", cylinder, head, sector);
6569 BX_DEBUG_INT13_HD("CHS (write): %x %x %x\n", cylinder, head, sector);
6669 // translate CHS
8861 jnbe hd0_post_logical_chs ;; if cylinders > 1024, use translated style CHS
8864 ;; no logical CHS mapping used, just physical CHS local
9005 jnbe hd1_post_logical_chs ;; if cylinders > 1024, use translated style CHS
9008 ;; no logical CHS mappin local
[all...]

Completed in 107 milliseconds