Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/android/flex-2.5.4a/
Dgen.c219 dataend(); in genctbl()
244 dataend(); in genecs()
430 dataend(); in genftbl()
871 dataend(); in gentabs()
921 dataend(); in gentabs()
947 dataend(); in gentabs()
985 dataend(); in gentabs()
994 dataend(); in gentabs()
1011 dataend(); in gentabs()
1025 dataend(); in gentabs()
[all …]
Dflexdef.h840 extern void dataend PROTO((void));
Dmisc.c291 void dataend() in dataend() function
Ddfa.c759 dataend(); in ntod()
/external/tcpdump/
Dprint-ospf6.c496 register const u_char *dataend) in ospf6_decode_v3() argument
536 while ((u_char *)ap < dataend) { in ospf6_decode_v3()
581 while ((u_char *)lsrp < dataend) { in ospf6_decode_v3()
635 register const u_char *dataend; in ospf6_print() local
653 dataend = bp + length; in ospf6_print()
673 if (ospf6_decode_v3(op, dataend)) in ospf6_print()
Dprint-ospf.c750 register const u_char *dataend) in ospf_decode_v2() argument
789 if ((u_char *)ap < dataend) in ospf_decode_v2()
791 while ((u_char *)ap < dataend) { in ospf_decode_v2()
817 while ((u_char *)lsrp < dataend) { in ospf_decode_v2()
879 register const u_char *dataend; in ospf_print() local
910 dataend = bp + length; in ospf_print()
955 if (ospf_decode_v2(op, dataend)) in ospf_print()
/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()