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

  /external/u-boot/test/fs/
fat-noncontig-test.sh 96 for ((sects=8; sects < 512; sects += 8)); do
97 fn=${mnt}/keep-${sects}.img
98 dd if=${fill} of=${fn} bs=512 count=${sects} >/dev/null 2>&1
99 fn=${mnt}/remove-${sects}.img
100 dd if=${fill} of=${fn} bs=512 count=${sects} >/dev/null 2>&1
  /external/libunwind_llvm/src/
UnwindCursor.hpp 908 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections &sects);
926 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections &sects,
938 const UnwindInfoSections &sects);
1846 UnwindInfoSections sects; local
    [all...]
AddressSpace.hpp 473 UnwindInfoSections *sects;
485 assert(cbdata->sects);
525 cbdata->sects->dso_base = begin;
536 cbdata->sects->dwarf_index_section = eh_frame_hdr_start;
537 cbdata->sects->dwarf_index_section_length = phdr->p_memsz;
542 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr;
547 cbdata->sects->dwarf_section_length = object_length;
562 cbdata->sects->arm_section = exidx_start;
563 cbdata->sects->arm_section_length = phdr->p_memsz;
  /external/e2fsprogs/lib/ext2fs/
dosio.c 97 chs->cyl = abss / (part->sects * part->heads);
98 chs->head = (abss / part->sects) % part->heads;
99 chs->sector = (abss % part->sects) + 1;
296 part->sects = sec[0] & 0x3F;
332 part->start = fsec + fhead * part->sects + fcyl *
333 (part->heads * part->sects) - 1;
dosio.h 51 unsigned short sects; member in struct:__anon20785
  /external/u-boot/scripts/
kernel-doc     [all...]
  /external/skia/src/pathops/
SkPathOpsTSect.cpp 1019 int sects = this->linesIntersect(span, opp, oppSpan, &i); local
1020 if (sects == 2) {
1023 if (!sects) {
1494 int oppSects, sects = this->intersects(span, opp, test, &oppSects); local
    [all...]
  /external/skqp/src/pathops/
SkPathOpsTSect.cpp 1019 int sects = this->linesIntersect(span, opp, oppSpan, &i); local
1020 if (sects == 2) {
1023 if (!sects) {
1494 int oppSects, sects = this->intersects(span, opp, test, &oppSects); local
    [all...]

Completed in 130 milliseconds