Home
last modified time | relevance | path

Searched defs:max (Results 1 – 18 of 18) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/
H A Dxt_hashlimit.h27 u_int32_t max; /* max number of entries */ member
51 u_int32_t max; /* max number of entries */ member
H A Dxt_length.h5 u_int16_t min, max; member
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dfile2alias.c107 unsigned char max, struct module *mod) in do_usb_entry()
167 unsigned char max, in incbcd()
205 unsigned char chi, clo, max; in do_usb_entry_multi() local
592 kernel_ulong_t *arr, unsigned int min, unsigned int max) in do_input()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpegmain.h122 #define max(a,b) (((a)>(b)) ? (a) : (b)) macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpegmain.h122 #define max(a,b) (((a)>(b)) ? (a) : (b)) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Datm_nicstar.h35 unsigned max; member
H A Dxfrm.h362 __u32 max; member
H A Dvideodev2.h392 struct v4l2_fract max; /* Maximum frame interval [s] */ member
/utopia/UTPA2-700.0.x/projects/build/scripts/selinux/genheaders/
H A Dgenheaders.c16 #define max(x, y) (((int)(x) > (int)(y)) ? x : y) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx851 U32 *max, in get_iso_range()
947 U32 start, max, i; in itd_schedule() local
H A DdrvEhciHcd.c5404 U32 info, max; in qh_append_tds() local
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvPorts.h185 #define max(x,y) \ macro
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dinftrees.c132 MS_U32 min, max; /* minimum and maximum code lengths */ local
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dnconf.h29 #define max(a, b) ({\ macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvPorts.h230 #define max(x,y) \ macro
/utopia/UTPA2-700.0.x/modules/pq/hal/mooney/pq/
H A Dmhal_pq_adaptive.c185 MS_S32 max(MS_S32 s32TempA, MS_S32 s32TempB) in max() function
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c967 MS_U32 max = (MS_U32)_MAX(pInfo->SectBufAddr, phyAddr); in _DMX_ChkBufOverlap() local
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c4035 static MS_U32 max(MS_U32 u32A, MS_U32 u32B) in max() function