Searched refs:max_pos (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Danna.c175 static int pos = 0, max_pos = MAX_MAX_POS, dir = 1; local
177 if (dir > 0 && pos == max_pos) {
179 if (max_pos == MIN_MAX_POS)
180 max_pos = MAX_MAX_POS;
182 max_pos--;
187 if (pos + dir <= max_pos) {
H A Das85ep1.c211 static int pos = 0, max_pos = MAX_MAX_POS, dir = 1; local
213 if (dir > 0 && pos == max_pos) {
215 if (max_pos == MIN_MAX_POS)
216 max_pos = MAX_MAX_POS;
218 max_pos--;
223 if (pos + dir <= max_pos) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dflvdec.c118 static int amf_parse_object(AVFormatContext *s, AVStream *astream, AVStream *vstream, const char *key, int64_t max_pos, int depth) { argument
142 while(url_ftell(ioc) < max_pos - 2 && (keylen = get_be16(ioc))) {
144 if(amf_parse_object(s, NULL, NULL, NULL, max_pos, depth + 1) < 0)
157 while(url_ftell(ioc) < max_pos - 2 && amf_get_string(ioc, str_val, sizeof(str_val)) > 0) {
159 if(amf_parse_object(s, astream, vstream, str_val, max_pos, depth + 1) < 0)
169 for(i = 0; i < arraylen && url_ftell(ioc) < max_pos - 1; i++) {
170 if(amf_parse_object(s, NULL, NULL, NULL, max_pos, depth + 1) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-check.c217 const message_ty *max_pos; local
228 max_pos = NULL;
255 max_pos = mp;
414 max_pos, NULL, 0, 0, false, msg2);

Completed in 90 milliseconds