Searched refs:ehflags (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dtag.c490 int ehflags; local
493 ehflags = id3_parse_uint(&ehptr, 2);
501 if (ehflags & EH_FLAG_CRC) {
546 int ehflags; local
549 for (ehflags = id3_parse_uint(&flagsptr, 1); ehflags;
550 ehflags = (ehflags << 1) & 0xff) {
551 if (ehflags & 0x80) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dtag.c490 int ehflags; local
493 ehflags = id3_parse_uint(&ehptr, 2);
501 if (ehflags & EH_FLAG_CRC) {
546 int ehflags; local
549 for (ehflags = id3_parse_uint(&flagsptr, 1); ehflags;
550 ehflags = (ehflags << 1) & 0xff) {
551 if (ehflags & 0x80) {

Completed in 62 milliseconds