Searched defs:sectionLength (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/codesighs/
H A Dmsdump2symdb.c342 const char* sectionLength = NULL; local
346 sectionLength = skipWhite(inLine + 18);
349 numericLength = strtoul(sectionLength, &endScan, 16);
350 if(0 == errno && endScan != sectionLength)
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_impl.cpp780 int32_t sectionLength; local
793 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4;
794 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
798 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2;
799 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
803 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2;
804 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
808 sectionLength = ds->readUInt32(spoofDH->fCFUStringLengthsSize) * 4;
809 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
813 sectionLength
[all...]
/external/icu/icu4c/source/i18n/
H A Duspoof_impl.cpp780 int32_t sectionLength; local
793 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4;
794 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
798 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2;
799 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
803 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2;
804 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
808 sectionLength = ds->readUInt32(spoofDH->fCFUStringLengthsSize) * 4;
809 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
813 sectionLength
[all...]
/external/libcxxabi/src/Unwind/
H A DDwarfParser.hpp101 uint32_t sectionLength, pint_t fdeHint, FDE_Info *fdeInfo,
177 uint32_t sectionLength, pint_t fdeHint,
181 const pint_t ehSectionEnd = p + sectionLength;
176 findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart, uint32_t sectionLength, pint_t fdeHint, FDE_Info *fdeInfo, CIE_Info *cieInfo) argument

Completed in 376 milliseconds