Searched refs:CHS (Results 1 - 7 of 7) 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
H A Ddosio.c86 * Calculates a CHS address of a sector from its LBA
89 static void lba2chs(unsigned long lba_addr, CHS *chs, PARTITION *part)
377 CHS chs;
414 CHS chs;
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSGrammar.y229 %token <number> CHS
1661 | CHS { $$.setFromNumber($1, CSSPrimitiveValue::CSS_CHS); }
H A DCSSTokenizer-in.cpp849 m_token = CHS;
/external/clang/include/clang/AST/
H A DDecl.h2330 NamedDecl **CH, unsigned CHS)
2331 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH), ChainingSize(CHS) {}
2336 QualType T, NamedDecl **CH, unsigned CHS);
/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 273 milliseconds