HomeSort by: relevance | last modified time | path
    Searched defs:total_streams_size (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 3752 uint32_t total_streams_size; local
3906 total_streams_size = compressed_size;
3918 if (unlikely (total_streams_size < (size_t)(ptable - pin)))
3924 total_streams_size -= ptable - pin;
3951 pback = pin + total_streams_size - 1;
4068 if (unlikely (tot > total_streams_size - 6))
4073 stream_size4 = total_streams_size - 6 - tot;
elf.c 3752 uint32_t total_streams_size; local
3906 total_streams_size = compressed_size;
3918 if (unlikely (total_streams_size < (size_t)(ptable - pin)))
3924 total_streams_size -= ptable - pin;
3951 pback = pin + total_streams_size - 1;
4068 if (unlikely (tot > total_streams_size - 6))
4073 stream_size4 = total_streams_size - 6 - tot;
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 3752 uint32_t total_streams_size; local
3906 total_streams_size = compressed_size;
3918 if (unlikely (total_streams_size < (size_t)(ptable - pin)))
3924 total_streams_size -= ptable - pin;
3951 pback = pin + total_streams_size - 1;
4068 if (unlikely (tot > total_streams_size - 6))
4073 stream_size4 = total_streams_size - 6 - tot;
elf.c 3752 uint32_t total_streams_size; local
3906 total_streams_size = compressed_size;
3918 if (unlikely (total_streams_size < (size_t)(ptable - pin)))
3924 total_streams_size -= ptable - pin;
3951 pback = pin + total_streams_size - 1;
4068 if (unlikely (tot > total_streams_size - 6))
4073 stream_size4 = total_streams_size - 6 - tot;
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 3752 uint32_t total_streams_size; local
3906 total_streams_size = compressed_size;
3918 if (unlikely (total_streams_size < (size_t)(ptable - pin)))
3924 total_streams_size -= ptable - pin;
3951 pback = pin + total_streams_size - 1;
4068 if (unlikely (tot > total_streams_size - 6))
4073 stream_size4 = total_streams_size - 6 - tot;
elf.c 3752 uint32_t total_streams_size; local
3906 total_streams_size = compressed_size;
3918 if (unlikely (total_streams_size < (size_t)(ptable - pin)))
3924 total_streams_size -= ptable - pin;
3951 pback = pin + total_streams_size - 1;
4068 if (unlikely (tot > total_streams_size - 6))
4073 stream_size4 = total_streams_size - 6 - tot;

Completed in 74 milliseconds