HomeSort by relevance Sort by last modified time
    Searched full:auxsize (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
AMPEG4ElementaryAssembler.cpp 336 unsigned auxSize = bits.getBits(mAuxiliaryDataSizeLength);
338 offset += (mAuxiliaryDataSizeLength + auxSize + 7) / 8;
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 329 unsigned auxsize; /* total size of auxv in bytes */ local
345 auxsize = 0;
379 auxsize += 2 * sizeof(Word);
385 if (info->dynamic) auxsize += sizeof(Word);
395 auxsize + /* auxv */
420 VG_(printf)("stringsize=%d auxsize=%d stacksize=%d maxsize=0x%x\n"
423 stringsize, auxsize, stacksize, (Int)clstack_max_size,
initimg-linux.c 400 unsigned auxsize; /* total size of auxv in bytes */ local
452 auxsize = sizeof(*auxv); /* there's always at least one entry: AT_NULL */
461 auxsize += sizeof(*cauxv);
465 auxsize += 2 * sizeof(*cauxv);
476 auxsize + /* auxv */
499 VG_(printf)("stringsize=%d auxsize=%d stacksize=%d maxsize=0x%x\n"
502 stringsize, auxsize, stacksize, (Int)clstack_max_size,
    [all...]

Completed in 786 milliseconds