HomeSort by relevance Sort by last modified time
    Searched refs:CHS (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/lib/ext2fs/
dosio.h 27 * A helper structure used in LBA => CHS conversion
35 } CHS;
dosio.c 86 * Calculates a CHS address of a sector from its LBA
89 static void lba2chs(unsigned long lba_addr, CHS *chs, PARTITION *part)
93 chs->offset = lba_addr & 0x000001FF;
95 chs->cyl = abss / (part->sects * part->heads);
96 chs->head = (abss / part->sects) % part->heads;
97 chs->sector = (abss % part->sects) + 1;
377 CHS chs; local
385 lba2chs(loc, &chs, part)
414 CHS chs; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSGrammar.y 229 %token <number> CHS
    [all...]
CSSTokenizer-in.cpp 849 m_token = CHS;
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 666 chs_t lchs; // Logical CHS
667 chs_t pchs; // Physical CHS
    [all...]

Completed in 894 milliseconds