Searched refs:offset_len (Results 1 - 2 of 2) sorted by relevance
/third_party/elfutils/src/ |
H A D | readelf.c | 8315 const unsigned char *readendp, unsigned int offset_len, in print_form_data() 8435 if ((size_t) (readendp - readp) < offset_len) in print_form_data() 8437 if (offset_len == 8) in print_form_data() 8459 if ((size_t) (readendp - readp) < offset_len) in print_form_data() 8461 if (offset_len == 8) in print_form_data() 8482 if ((size_t) (strreadendp - strreadp) < offset_len) in print_form_data() 8487 if (offset_len == 8) in print_form_data() 10312 unsigned int offset_len = (flag & 0x01) ? 8 : 4; in print_debug_macro_section() local 10313 printf (_(" Offset length: %" PRIu8 "\n"), offset_len); in print_debug_macro_section() 10317 if (offset_len in print_debug_macro_section() 8314 print_form_data(Dwarf *dbg, int form, const unsigned char *readp, const unsigned char *readendp, unsigned int offset_len, Dwarf_Off str_offsets_base) print_form_data() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdec.c | 916 int offset_len = get_ue_golomb_long(gb) + 1; in hls_slice_header() local 918 if (offset_len < 1 || offset_len > 32) { in hls_slice_header() 920 av_log(s->avctx, AV_LOG_ERROR, "offset_len %d is invalid\n", offset_len); in hls_slice_header() 936 unsigned val = get_bits_long(gb, offset_len); in hls_slice_header()
|
Completed in 21 milliseconds