Home
last modified time | relevance | path

Searched refs:dataend (Results 1 – 5 of 5) sorted by relevance

/external/tcpdump/
Dprint-ospf.c835 register const u_char *dataend; in ospf_decode_lls() local
859 dataend = (u_char *)op + length; in ospf_decode_lls()
879 while (dptr < dataend) { in ospf_decode_lls()
924 register const u_char *dataend) in ospf_decode_v2() argument
963 if ((u_char *)ap < dataend) in ospf_decode_v2()
965 while ((u_char *)ap < dataend) { in ospf_decode_v2()
988 while (((u_char *)lshp < dataend) && ospf_print_lshdr(lshp) != -1) { in ospf_decode_v2()
995 while ((u_char *)lsrp < dataend) { in ospf_decode_v2()
1056 register const u_char *dataend; in ospf_print() local
1089 dataend = bp + EXTRACT_16BITS(&op->ospf_len); in ospf_print()
[all …]
Dprint-ospf6.c472 register const u_char *dataend) in ospf6_decode_v3() argument
505 while ((u_char *)ap < dataend) { in ospf6_decode_v3()
537 while ((u_char *)lsrp < dataend) { in ospf6_decode_v3()
585 register const u_char *dataend; in ospf6_print() local
608 dataend = bp + length; in ospf6_print()
628 if (ospf6_decode_v3(op, dataend)) in ospf6_print()
/external/elfutils/0.153/src/
Dreadelf.c5224 const unsigned char *const dataend = ((unsigned char *) data->d_buf in print_debug_frame_section() local
5226 while (readp < dataend) in print_debug_frame_section()
5228 if (unlikely (readp + 4 > dataend)) in print_debug_frame_section()
5244 if (unlikely (readp + 8 > dataend)) in print_debug_frame_section()
5261 if (unlikely (cieend > dataend || readp + 8 > dataend)) in print_debug_frame_section()
5337 if (augmentationlen > (size_t) (dataend - readp)) in print_debug_frame_section()
6844 const unsigned char *const dataend = ((unsigned char *) data->d_buf in print_debug_frame_hdr_section() local
6847 if (unlikely (readp + 4 > dataend)) in print_debug_frame_hdr_section()
6871 readp = read_encoded (eh_frame_ptr_enc, readp, dataend, &eh_frame_ptr, in print_debug_frame_hdr_section()
6888 readp = read_encoded (fde_count_enc, readp, dataend, &fde_count, dbg); in print_debug_frame_hdr_section()
[all …]
/external/qemu/telephony/
Dgsm.c1169 cbytes_t dataend = data + len - ADN_FOOTER_SIZE; in sim_adn_record_from_bytes() local
1170 int count = sim_adn_alpha_to_utf8(data, dataend, NULL); in sim_adn_record_from_bytes()
1175 sim_adn_alpha_to_utf8(data, dataend, rec->adn.alpha); in sim_adn_record_from_bytes()
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp1672 const unsigned char* data, size_t datapos, size_t dataend, in deflateDynamic() argument
1702 size_t datasize = dataend - datapos; in deflateDynamic()
1732 error = encodeLZ77(&lz77_encoded, hash, data, datapos, dataend, settings->windowsize, in deflateDynamic()
1739 …for(i = datapos; i < dataend; i++) lz77_encoded.data[i] = data[i]; /*no LZ77, but still will be Hu… in deflateDynamic()
1918 size_t datapos, size_t dataend, in deflateFixed() argument
1942 error = encodeLZ77(&lz77_encoded, hash, data, datapos, dataend, settings->windowsize, in deflateFixed()
1949 for(i = datapos; i < dataend; i++) in deflateFixed()