/external/e2fsprogs/lib/ext2fs/ |
D | dosio.c | 89 static void lba2chs(unsigned long lba_addr, CHS *chs, PARTITION *part) in lba2chs() argument 93 chs->offset = lba_addr & 0x000001FF; in lba2chs() 95 chs->cyl = abss / (part->sects * part->heads); in lba2chs() 96 chs->head = (abss / part->sects) % part->heads; in lba2chs() 97 chs->sector = (abss % part->sects) + 1; in lba2chs() 377 CHS chs; in dos_read_blk() local 385 lba2chs(loc, &chs, part); in dos_read_blk() 393 chs.head, in dos_read_blk() 394 chs.cyl, in dos_read_blk() 395 chs.sector, in dos_read_blk() [all …]
|
/external/gptfdisk/ |
D | mbrpart.cc | 258 int MBRPart::LBAtoCHS(uint32_t lba, uint8_t * chs) { in LBAtoCHS() argument 264 if (chs != NULL) { in LBAtoCHS() 267 chs[0] = chs[1] = chs[2] = UINT8_C(0); in LBAtoCHS() 272 chs[0] = 254; in LBAtoCHS() 273 chs[1] = chs[2] = 255; in LBAtoCHS() 285 chs[0] = (uint8_t) head; in LBAtoCHS() 289 chs[1] = (uint8_t) ((sector + 1) + (cylinder >> 8) * 64); in LBAtoCHS() 290 chs[2] = (uint8_t) (cylinder & UINT32_C(0xFF)); in LBAtoCHS()
|
D | basicmbr.cc | 661 int BasicMBRData::LBAtoCHS(uint64_t lba, uint8_t * chs) { in LBAtoCHS() argument 667 if (chs != NULL) { in LBAtoCHS() 670 chs[0] = chs[1] = chs[2] = UINT8_C(0); in LBAtoCHS() 675 chs[0] = 254; in LBAtoCHS() 676 chs[1] = chs[2] = 255; in LBAtoCHS() 688 chs[0] = (uint8_t) head; in LBAtoCHS() 692 chs[1] = (uint8_t) ((sector + 1) + (cylinder >> 8) * 64); in LBAtoCHS() 693 chs[2] = (uint8_t) (cylinder & UINT64_C(0xFF)); in LBAtoCHS()
|
D | mbrpart.h | 105 int LBAtoCHS(uint32_t lba, uint8_t * chs);
|
D | basicmbr.h | 94 int LBAtoCHS(uint64_t lba, uint8_t * chs); // Convert LBA to CHS
|
D | NEWS | 519 - Fixed inaccessible -C/--recompute-chs option in sgdisk. 562 - Added 'h' option to gdisk experts' menu (-C or --recompute-chs in sgdisk)
|
/external/opencv3/modules/viz/test/ |
D | test_precomp.hpp | 107 Mat chs[3]; split(image, chs); in make_gray() local 108 return 0.114 * chs[0] + 0.58 * chs[1] + 0.3 * chs[2]; in make_gray()
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHeaderValueParser.java | 309 private static boolean isOneOf(final char ch, final char[] chs) { in isOneOf() argument 310 if (chs != null) { in isOneOf() 311 for (int i = 0; i < chs.length; i++) { in isOneOf() 312 if (ch == chs[i]) { in isOneOf()
|
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_histogram.cpp | 176 std::vector<int> chs; in PARAM_TEST_CASE() local 177 chs.push_back(0); in PARAM_TEST_CASE() 180 OCL_ON(calcBackProject(uims, chs, uhist1, udst1, urngs, 1.0)); in PARAM_TEST_CASE()
|
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/ |
D | util_test.py | 138 self.assertEqual(dict(chs='S', chd='D', chg='G'), params) 144 params = dict(size='long', chs='short')
|
/external/webrtc/webrtc/base/ |
D | stringutils.h | 147 const CTYPE* strchr(const CTYPE* str, const CTYPE* chs) { in strchr() argument 149 for (size_t j=0; chs[j]; ++j) { in strchr() 150 if (str[i] == chs[j]) { in strchr()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiScannerFacade.java | 344 JSONArray chs = j.getJSONArray("channels"); in parseScanSettings() local 345 ChannelSpec[] channels = new ChannelSpec[chs.length()]; in parseScanSettings() 347 channels[i] = new ChannelSpec(chs.getInt(i)); in parseScanSettings()
|
/external/icu/icu4c/source/i18n/ |
D | measfmt.cpp | 422 CharString chs; in loadNumericDateFormatterPattern() local 423 chs.append("durationUnits", status) in loadNumericDateFormatterPattern() 428 chs.data(), in loadNumericDateFormatterPattern()
|
/external/hyphenation-patterns/fr/ |
D | hyph-fr.pat.txt | 124 2chs
|
/external/hyphenation-patterns/es/ |
D | hyph-es.pat.txt | 498 2chs
|
/external/hyphenation-patterns/en-US/ |
D | hyph-en-us.pat.txt | 4538 4chs.
|
/external/robolectric/v1/lib/main/ |
D | httpcore-4.0.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | commons-lang-2.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/robolectric/v3/runtime/ |
D | shadows-core-3.1-SNAPSHOT-22.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-19.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-16.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-21.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-18.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-17.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
/external/hyphenation-patterns/de/ |
D | hyph-de-1996.pat.txt | 2875 4chs
|