Searched refs:last_flags (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dnut.h73 int last_flags; member in struct:__anon717
H A Dnutdec.c718 stc->last_flags= flags;
737 if (stc->last_flags & FLAG_KEY)
742 if( (discard >= AVDISCARD_NONKEY && !(stc->last_flags & FLAG_KEY))
756 if (stc->last_flags & FLAG_KEY)
H A Dnutenc.c664 if(key_frame && !(nus->last_flags & FLAG_KEY))
784 nus->last_flags= flags;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dservice.c35 static uint16 last_flags; local
55 if ((conn == last_conn) && (last_flags == flags)) {
60 last_flags = flags;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c941 unsigned last_flags; /* running index in flag_buf */ member in struct:globals2
1008 G2.last_lit = G2.last_dist = G2.last_flags = 0;
1507 G2.flag_buf[G2.last_flags++] = G2.flags;
1595 G2.flag_buf[G2.last_flags] = G2.flags; /* Save the flags for the last 8 items */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/myri10ge/
H A Dmyri10ge.c1957 u8 last_flags; local
1961 last_flags = src->flags;
1987 src->flags = last_flags;

Completed in 174 milliseconds