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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dinterplayvideo.c74 const uint8_t *mv_end; member in struct:IpvideoContext
127 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
155 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
181 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
978 s->mv_end = s->buf + s->size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dinterplayvideo.c74 const uint8_t *mv_end; member in struct:IpvideoContext
127 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
155 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
181 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
978 s->mv_end = s->buf + s->size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dinterplayvideo.c74 const uint8_t *mv_end; member in struct:IpvideoContext
127 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
155 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
181 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
978 s->mv_end = s->buf + s->size;

Completed in 164 milliseconds