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

  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 421 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections &sects);
425 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections &sects,
437 const UnwindInfoSections &sects);
633 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) {
634 return _Self(addressSpace, sects, 0);
636 static _Self end(A& addressSpace, const UnwindInfoSections& sects) {
637 return _Self(addressSpace, sects, sects.arm_section_length);
640 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i)
641 : _addressSpace(&addressSpace), _sects(&sects), _i(i) {
1156 UnwindInfoSections sects; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dosio.c 95 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;
dosio.h 51 unsigned short sects; member in struct:__anon24
  /external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp 158 bool sects = SkRect::Intersects(target, bounds); local
160 if (!sects) {
164 if (!sects) {
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile     [all...]

Completed in 8371 milliseconds