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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dos_4bri.c337 diva_current->xdi_adapter.e_max =
341 diva_current->xdi_adapter.e_max *
353 diva_current->xdi_adapter.e_max * sizeof(E_INFO));
619 diva_current->xdi_adapter.e_max = 0;
880 Slave->e_max * sizeof(E_INFO));
H A Dos_pri.c209 a->xdi_adapter.e_max = CardProperties[a->CardOrdinal].E_info;
212 diva_os_malloc(0, a->xdi_adapter.e_max * sizeof(E_INFO));
217 memset(a->xdi_adapter.e_tbl, 0x00, a->xdi_adapter.e_max * sizeof(E_INFO));
311 a->xdi_adapter.e_max = 0;
380 IoAdapter->e_max * sizeof(E_INFO));
H A Dos_bri.c224 a->xdi_adapter.e_max = CardProperties[a->CardOrdinal].E_info;
225 a->xdi_adapter.e_tbl = diva_os_malloc(0, a->xdi_adapter.e_max * sizeof(E_INFO));
230 memset(a->xdi_adapter.e_tbl, 0x00, a->xdi_adapter.e_max * sizeof(E_INFO));
576 IoAdapter->e_max * sizeof(E_INFO));
H A Dio.h193 word e_max; member in struct:_ISDN_ADAPTER
H A Ddivasproc.c305 IoAdapter->e_max, IoAdapter->e_count);
H A Dio.c382 if ( IoAdapter->e_count >= IoAdapter->e_max )
385 IoAdapter->e_max))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Deval.c133 e_mod, e_max, e_min, e_eq, e_gt, e_gte, enumerator in enum:ff_expr_s::__anon523
168 case e_max: return e->value * (d > d2 ? d : d2);
265 else if( strmatch(next, "max" ) ) d->type = e_max;

Completed in 62 milliseconds