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

  /external/u-boot/tools/
omapimage.c 66 static void omapimage_print_section(struct ch_settings *chs)
70 if (chs->section_key)
81 chs->section_key,
82 chs->valid,
83 chs->version,
84 chs->reserved,
85 chs->flags);
130 struct ch_settings *chs = (struct ch_settings *) local
134 toc->section_offset = toc_offset(ptr, chs);
138 chs->section_key = KEY_CHSETTINGS
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dosio.c 88 * Calculates a CHS address of a sector from its LBA
91 static void lba2chs(unsigned long lba_addr, CHS *chs, PARTITION *part)
95 chs->offset = lba_addr & 0x000001FF;
97 chs->cyl = abss / (part->sects * part->heads);
98 chs->head = (abss / part->sects) % part->heads;
99 chs->sector = (abss % part->sects) + 1;
379 CHS chs; local
387 lba2chs(loc, &chs, part)
416 CHS chs; local
    [all...]
  /external/apache-commons-bcel/src/examples/Mini/
MiniC.java 172 char[] chs = new char[diff]; local
175 chs[i] = ' ';
178 return new String(chs) + str;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiScannerFacade.java 344 JSONArray chs = j.getJSONArray("channels"); local
345 ChannelSpec[] channels = new ChannelSpec[chs.length()];
347 channels[i] = new ChannelSpec(chs.getInt(i));
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 384 milliseconds