Home
last modified time | relevance | path

Searched refs:CHS (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Ddosio.c89 static void lba2chs(unsigned long lba_addr, CHS *chs, PARTITION *part) in lba2chs()
377 CHS chs; in dos_read_blk()
414 CHS chs; in dos_write_blk()
Ddosio.h35 } CHS; typedef
/external/gptfdisk/
DNEWS305 - Fixed bug that caused CHS end point for protective MBR to be set to
390 - Improved CHS value creation on small (<~8GB) disks for protective MBR
392 for the moment; other platforms still produce bad CHS values on sub-~8GB
563 to recompute all protective/hybrid MBR CHS values. This option is
566 0xFFFFFF CHS value is used as the end point for a protective MBR. The
667 - Fixed bug in computation of CHS geometries for protective MBR. This is
668 non-critical, since most modern utilities ignore the CHS geometries.
907 - The program now generates CHS values for hybrid and GPT-to-MBR conversion
1107 - Fixed minor bug in CHS geometry of the protective MBR's type EE partition
/external/clang/include/clang/AST/
DDecl.h2510 NamedDecl **CH, unsigned CHS) in IndirectFieldDecl() argument
2511 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH), ChainingSize(CHS) {} in IndirectFieldDecl()
2516 QualType T, NamedDecl **CH, unsigned CHS);
/external/clang/lib/AST/
DDecl.cpp3914 unsigned CHS) { in Create() argument
3915 return new (C, DC) IndirectFieldDecl(DC, L, Id, T, CH, CHS); in Create()
/external/llvm/lib/Target/X86/
DX86InstrFPStack.td307 defm CHS : FPUnary<fneg, MRM_E0, "fchs">;