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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dmachvec.c45 char *mv_end; local
50 mv_end = strchr(from, ' ');
51 if (mv_end == NULL)
52 mv_end = from + strlen(from);
55 mv_len = mv_end - from;
60 from = mv_end;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dinterplayvideo.c66 const uint8_t *mv_end; member in struct:IpvideoContext
124 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
152 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
178 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
975 s->mv_end = s->buf + s->size;

Completed in 30 milliseconds