Home
last modified time | relevance | path

Searched defs:a (Results 51 – 75 of 238) sorted by relevance

12345678910

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_def.h376 #define COMPLEMENT(a) (~(a)) argument
480 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
481 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
486 #define _CONCAT( a, b ) a##b argument
487 #define CONCAT( a, b ) _CONCAT( a, b ) argument
/utopia/UTPA2-700.0.x/modules/mfc/hal/manhattan/mfc/
H A Dmdrv_mfc_define.h112 #define Min(a,b) (((a) < (b)) ? (a) : (b)) argument
113 #define Max(a,b) (((a) > (b)) ? (a) : (b)) argument
114 #define diff(a, b) (((a) > (b)) ? (a-b):(b-a)) argument
H A Dmdrv_mfc_fb.c344 #define AMT_PRINTF(a, b) printf(a, b) argument
/utopia/UTPA2-700.0.x/modules/mfc/hal/maxim/mfc/
H A Dmdrv_mfc_define.h112 #define Min(a,b) (((a) < (b)) ? (a) : (b)) argument
113 #define Max(a,b) (((a) > (b)) ? (a) : (b)) argument
114 #define diff(a, b) (((a) > (b)) ? (a-b):(b-a)) argument
H A Dmdrv_mfc_fb.c344 #define AMT_PRINTF(a, b) printf(a, b) argument
/utopia/UTPA2-700.0.x/modules/mfc/hal/macan/mfc/
H A Dmdrv_mfc_define.h112 #define Min(a,b) (((a) < (b)) ? (a) : (b)) argument
113 #define Max(a,b) (((a) > (b)) ? (a) : (b)) argument
114 #define diff(a, b) (((a) > (b)) ? (a-b):(b-a)) argument
H A Dmdrv_mfc_fb.c344 #define AMT_PRINTF(a, b) printf(a, b) argument
/utopia/UTPA2-700.0.x/modules/mfc/hal/M7821/mfc/
H A Dmdrv_mfc_define.h112 #define Min(a,b) (((a) < (b)) ? (a) : (b)) argument
113 #define Max(a,b) (((a) > (b)) ? (a) : (b)) argument
114 #define diff(a, b) (((a) > (b)) ? (a-b):(b-a)) argument
H A Dmdrv_mfc_fb.c344 #define AMT_PRINTF(a, b) printf(a, b) argument
/utopia/UTPA2-700.0.x/modules/mfc/hal/M7621/mfc/
H A Dmdrv_mfc_define.h112 #define Min(a,b) (((a) < (b)) ? (a) : (b)) argument
113 #define Max(a,b) (((a) > (b)) ? (a) : (b)) argument
114 #define diff(a, b) (((a) > (b)) ? (a-b):(b-a)) argument
H A Dmdrv_mfc_fb.c344 #define AMT_PRINTF(a, b) printf(a, b) argument
/utopia/UTPA2-700.0.x/modules/mfc/hal/maserati/mfc/
H A Dmdrv_mfc_define.h112 #define Min(a,b) (((a) < (b)) ? (a) : (b)) argument
113 #define Max(a,b) (((a) > (b)) ? (a) : (b)) argument
114 #define diff(a, b) (((a) > (b)) ? (a-b):(b-a)) argument
H A Dmdrv_mfc_fb.c344 #define AMT_PRINTF(a, b) printf(a, b) argument
/utopia/UTPA2-700.0.x/modules/vdec_v3/utopia_adaption/vdec_v3/
H A DVDEC_EX_adp.c38 …#define CMP_CPY_FROM_USER(a,b,c) if(copy_from_user(a, compat_ptr((u… argument
39 …#define CMP_CPY_TO_USER(a,b,c) if(copy_to_user(compat_ptr((unsign… argument
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dlibfdt_internal.h55 #define FDT_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dasm.h96 # define SETUP_GP64(a, b) argument
97 # define SETUP_GPX64(a, b) argument
100 # define USE_ALT_CP(a) argument
/utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/include/
H A Dmhal_hdmi.h130 #define ABS_MINUS(a, b) ((a > b)? (a -b): (b -a)) argument
132 #define HDMI_GET_PORT_SELECT(a) ((MS_U8)(a - INPUT_PORT_DVI0)) argument
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A DmsRateCtrl.h104 #define MSRC_MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
107 #define MSRC_MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
/utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/include/
H A Dmhal_hdmi.h130 #define ABS_MINUS(a, b) ((a > b)? (a -b): (b -a)) argument
132 #define HDMI_GET_PORT_SELECT(a) ((MS_U8)(a - INPUT_PORT_DVI0)) argument
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DmsRateCtrl.h105 #define MSRC_MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
108 #define MSRC_MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dqueue.h441 insque(void *a, void *b) in insque()
453 remque(void *a) in remque()
/utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/include/
H A Dmhal_hdmi.h130 #define ABS_MINUS(a, b) ((a > b)? (a -b): (b -a)) argument
132 #define HDMI_GET_PORT_SELECT(a) ((MS_U8)(a - INPUT_PORT_DVI0)) argument
/utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/include/
H A Dmhal_hdmi.h130 #define ABS_MINUS(a, b) ((a > b)? (a -b): (b -a)) argument
132 #define HDMI_GET_PORT_SELECT(a) ((MS_U8)(a - INPUT_PORT_DVI0)) argument
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/include/
H A Dmhal_hdmi.h130 #define ABS_MINUS(a, b) ((a > b)? (a -b): (b -a)) argument
132 #define HDMI_GET_PORT_SELECT(a) ((MS_U8)(a - INPUT_PORT_DVI0)) argument
/utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/include/
H A Dmhal_hdmi.h130 #define ABS_MINUS(a, b) ((a > b)? (a -b): (b -a)) argument
132 #define HDMI_GET_PORT_SELECT(a) ((MS_U8)(a - INPUT_PORT_DVI0)) argument

12345678910