Searched refs:maxout (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dnad.c138 unsigned char *in, *out, *maxout; local
145 maxout = out + sizeof( mtou_buf) - 3;
147 while( out < maxout ) {
188 unsigned char *in, *out, *maxout; local
193 maxout = out + sizeof( utom_buf) - 3;
195 while( out < maxout ) {
229 unsigned char *in, *out, *maxout; local
236 maxout = out + sizeof( mtou_buf) - 3;
238 while( out < maxout ) {
276 unsigned char *in, *out, *maxout; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddct-test.c257 int maxout = 0; local
295 if (abs(block[i]) > maxout)
296 maxout = abs(block[i]);
316 printf("%s %s: ppe=%d omse=%0.8f ome=%0.8f syserr=%0.8f maxout=%d blockSumErr=%d\n",
319 maxout, blockSumErrMax);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoecmd.c148 if ((*t)->nout < (*t)->maxout
521 if (t->nout == t->maxout) {
522 if (t->maxout > 1)
523 t->maxout--;
551 if (t->nout == t->maxout
552 && t->maxout < t->nframes
554 t->maxout++;
959 t->maxout = t->nframes;
1074 (*t)->maxout = (*t)->nframes;
H A Daoe.h138 ushort maxout; member in struct:aoetgt
H A Daoedev.c74 (*t)->maxout = (*t)->nframes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddct-test.c260 int maxout = 0; local
302 if (abs(block[i]) > maxout)
303 maxout = abs(block[i]);
323 printf("%s %s: max_err=%d omse=%0.8f ome=%0.8f syserr=%0.8f maxout=%d blockSumErr=%d\n",
326 maxout, blockSumErrMax);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dibmtr.h315 unsigned char maxout; member in struct:dlc_open_sap

Completed in 96 milliseconds