Home
last modified time | relevance | path

Searched defs:min (Results 1 – 19 of 19) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dfeatures.h133 # define __GNUC_PREREQ(maj, min) \ argument
136 # define __GNUC_PREREQ(maj, min) 0 argument
315 #define __GLIBC_PREREQ(maj, min) \ argument
H A Dgetopt.h40 # define __GNUC_PREREQ(maj, min) (0) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/
H A Dxt_length.h5 u_int16_t min, max; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dsysmacros.h67 # define makedev(maj, min) gnu_dev_makedev (maj, min) argument
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpegmain.h126 #define min(a,b) (((a)<(b)) ? (a) : (b)) macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpegmain.h126 #define min(a,b) (((a)<(b)) ? (a) : (b)) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Datm_nicstar.h33 unsigned min; member
H A Dtelephony.h106 char min[3]; member
H A Dpkt_sched.h70 #define TC_H_MAKE(maj,min) (((maj)&TC_H_MAJ_MASK)|((min)&TC_H_MIN_MASK)) argument
H A Dxfrm.h361 __u32 min; member
H A Dvideodev2.h391 struct v4l2_fract min; /* Minimum frame interval [s] */ member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvPorts.h180 #define min(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.h34 #define min(a, b) ({\ macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvPorts.h225 #define min(x,y) \ macro
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dfile2alias.c592 kernel_ulong_t *arr, unsigned int min, unsigned int max) in do_input()
/utopia/UTPA2-700.0.x/modules/pq/hal/mooney/pq/
H A Dmhal_pq_adaptive.c203 MS_S32 min(MS_S32 s32TempA, MS_S32 s32TempB) in min() function
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c968 MS_U32 min = (MS_U32)_MIN(pInfo->SectBufAddr, phyAddr); in _DMX_ChkBufOverlap() local
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c4040 static MS_U32 min(MS_U32 u32A, MS_U32 u32B) in min() function