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

  /external/libunwind_llvm/src/
EHHeaderParser.hpp 43 uint32_t sectionLength,
98 uint32_t sectionLength,
101 pint_t ehHdrEnd = ehHdrStart + sectionLength;
DwarfParser.hpp 102 uint32_t sectionLength, pint_t fdeHint, FDE_Info *fdeInfo,
178 uint32_t sectionLength, pint_t fdeHint,
182 const pint_t ehSectionEnd = p + sectionLength;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
EHHeaderParser.hpp 43 uint32_t sectionLength,
98 uint32_t sectionLength,
101 pint_t ehHdrEnd = ehHdrStart + sectionLength;
DwarfParser.hpp 102 uint32_t sectionLength, pint_t fdeHint, FDE_Info *fdeInfo,
178 uint32_t sectionLength, pint_t fdeHint,
182 const pint_t ehSectionEnd = p + sectionLength;
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 805 int32_t sectionLength;
818 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4;
819 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
823 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2;
824 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
828 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2;
829 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
833 sectionLength = ds->readUInt32(spoofDH->fCFUStringLengthsSize) * 4;
834 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
838 sectionLength = ds->readUInt32(spoofDH->fAnyCaseTrieLength)
    [all...]
  /frameworks/av/camera/
CameraMetadata.cpp 715 size_t sectionLength = 0;
730 if (section == NULL || sectionLength < strLength) {
733 sectionLength = strLength;
750 const char *nameTagName = name + sectionLength + 1; // x.y.z -> z
751 if (sectionLength + 1 >= nameLength) {
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp     [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
SectionParser.java 322 int sectionLength =
324 if (pos + sectionLength > data.length()) {
330 parseSection(Arrays.copyOfRange(data.buffer(), pos, pos + sectionLength));
331 pos += sectionLength;
    [all...]