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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dcutils.c99 of len_max. Return -1 if error. */
101 int n_min, int n_max, int len_max)
108 for(i = 0; i < len_max; i++) {
100 date_get_num(const char **pp, int n_min, int n_max, int len_max) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dcutils.c99 of len_max. Return -1 if error. */
101 int n_min, int n_max, int len_max)
108 for(i = 0; i < len_max; i++) {
100 date_get_num(const char **pp, int n_min, int n_max, int len_max) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dcutils.c99 of len_max. Return -1 if error. */
101 int n_min, int n_max, int len_max)
108 for(i = 0; i < len_max; i++) {
100 date_get_num(const char **pp, int n_min, int n_max, int len_max) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/packet/
H A Daf_packet.c849 int to_write, offset, len, tp_len, nr_frags, len_max; local
908 len_max = PAGE_SIZE - offset;
909 len = ((to_write > len_max) ? len_max : to_write);
932 len_max = PAGE_SIZE;
933 len = ((to_write > len_max) ? len_max : to_write);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/packet/
H A Daf_packet.c849 int to_write, offset, len, tp_len, nr_frags, len_max; local
908 len_max = PAGE_SIZE - offset;
909 len = ((to_write > len_max) ? len_max : to_write);
932 len_max = PAGE_SIZE;
933 len = ((to_write > len_max) ? len_max : to_write);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dhnddma.c1486 int k, len_max; local
1498 len_max = *len;
1533 if (k < len_max)

Completed in 137 milliseconds