Searched refs:dest_end (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxxan.c110 const uint8_t *dest_end = dest + dest_len; local
112 while (dest < dest_end) {
132 if (size + size2 > dest_end - dest)
135 if (dest + size + size2 > dest_end ||
146 if (dest_end - dest < size)
H A Dxan.c106 unsigned char *dest_end = dest + dest_len; local
121 if (dest >= dest_end)
142 unsigned char *dest_end = dest + dest_len; local
145 while (dest < dest_end && src < src_end) {
167 if (dest_end - dest < size + size2 ||
178 if (dest_end - dest < size || src_end - src < size)
H A Dvmdav.c154 unsigned char *dest_end = dest + dest_len; local
173 if (pd + l > dest_end || bytestream2_get_bytes_left(&gb) < l)
178 if (pd + i > dest_end || bytestream2_get_bytes_left(&gb) < 2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dxan.c124 uint8_t *dest_end = dest + dest_len; local
139 if (dest >= dest_end)
160 uint8_t *dest_end = dest + dest_len; local
164 while (dest < dest_end && bytestream2_get_bytes_left(&ctx)) {
186 if (dest_end - dest < size + size2 ||
198 if (dest_end - dest < size || bytestream2_get_bytes_left(&ctx) < size)
H A Dxxan.c137 const uint8_t *dest_end = dest + dest_len; local
139 while (dest < dest_end) {
159 if (size + size2 > dest_end - dest)
162 if (dest + size + size2 > dest_end ||
173 if (dest_end - dest < size)
H A Dvmdvideo.c144 unsigned char *dest_end = dest + dest_len; local
163 if (dest_end - pd < l || bytestream2_get_bytes_left(&gb) < l)
168 if (dest_end - pd < 2*l || bytestream2_get_bytes_left(&gb) < 2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dcompress.c94 u8 *dest_end = dest + dest_size; /* End of dest buffer. */ local
111 if (cb == cb_end || !le16_to_cpup((u16*)cb) || dest == dest_end) {
119 if (dest_sb_end > dest_end)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dutils.c4107 char *dest = NULL, *dest_end; local
4124 dest_end = dest + dest_len - 1;
4132 if (dest && dest < dest_end)
4136 if (dest && dest < dest_end)
4145 if (dest && dest < dest_end)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dutils.c3913 char *dest = NULL, *dest_end; local
3930 dest_end = dest + dest_len - 1;
3938 if (dest && dest < dest_end)
3942 if (dest && dest < dest_end)
3951 if (dest && dest < dest_end)

Completed in 96 milliseconds