Searched refs:sects (Results 1 - 6 of 6) sorted by relevance

/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp442 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections &sects);
446 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections &sects,
458 const UnwindInfoSections &sects);
640 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { argument
641 return _Self(addressSpace, sects, 0);
643 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { argument
644 return _Self(addressSpace, sects, sects.arm_section_length);
647 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) argument
648 : _i(i), _addressSpace(&addressSpace), _sects(&sects) {}
687 getInfoFromEHABISection( pint_t pc, const UnwindInfoSections &sects) argument
817 getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections &sects, uint32_t fdeSectionOffsetHint) argument
891 getInfoFromCompactEncodingSection(pint_t pc, const UnwindInfoSections &sects) argument
1164 UnwindInfoSections sects; local
[all...]
H A DAddressSpace.hpp372 UnwindInfoSections *sects;
385 assert(cbdata->sects);
397 cbdata->sects->dso_base = begin;
404 cbdata->sects->dwarf_index_section = eh_frame_hdr_start;
405 cbdata->sects->dwarf_index_section_length = phdr->p_memsz;
409 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr;
415 cbdata->sects->dwarf_section_length = object_length;
/external/e2fsprogs/lib/ext2fs/
H A Ddosio.c95 chs->cyl = abss / (part->sects * part->heads);
96 chs->head = (abss / part->sects) % part->heads;
97 chs->sector = (abss % part->sects) + 1;
294 part->sects = sec[0] & 0x3F;
330 part->start = fsec + fhead * part->sects + fcyl *
331 (part->heads * part->sects) - 1;
H A Ddosio.h51 unsigned short sects; member in struct:__anon3848
/external/skia/src/utils/
H A DSkCullPoints.cpp158 bool sects = SkRect::Intersects(target, bounds); local
160 if (!sects) {
164 if (!sects) {
/external/skia/src/pathops/
H A DSkPathOpsTSect.h1228 int sects = this->linesIntersect(span, opp, oppSpan, &i); local
1229 if (!sects) {
1622 int oppSects, sects = this->intersects(span, opp, test, &oppSects); local
1623 if (sects >= 1) {
1628 if (sects == 2) {
1958 // if there are 9 or more continuous spans on both sects, suspect coincidence

Completed in 5913 milliseconds