Home
last modified time | relevance | path

Searched defs:a (Results 76 – 100 of 238) sorted by relevance

12345678910

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dcdefs.h256 # define __attribute_format_strfmon__(a,b) \ argument
259 # define __attribute_format_strfmon__(a,b) /* Ignore */ argument
/utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/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/curry/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/k6lite/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/k6/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/pwm/hal/mustang/pwm/
H A DhalPWM.h125 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/modules/pwm/hal/mooney/pwm/
H A DhalPWM.h141 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/modules/pwm/hal/kano/pwm/
H A DhalPWM.h141 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/modules/pwm/hal/curry/pwm/
H A DhalPWM.h141 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/modules/pwm/hal/k6lite/pwm/
H A DhalPWM.h141 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/modules/pwm/hal/maxim/pwm/
H A DhalPWM.h141 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/modules/pwm/hal/mainz/pwm/
H A DhalPWM.h141 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/modules/pwm/hal/M7821/pwm/
H A DhalPWM.h141 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/modules/pwm/hal/macan/pwm/
H A DhalPWM.h141 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/modules/pwm/hal/maldives/pwm/
H A DhalPWM.h125 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/modules/pwm/hal/manhattan/pwm/
H A DhalPWM.h141 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/modules/pwm/hal/messi/pwm/
H A DhalPWM.h141 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/modules/pwm/hal/maserati/pwm/
H A DhalPWM.h141 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/modules/pwm/hal/k6/pwm/
H A DhalPWM.h141 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/modules/pwm/hal/M7621/pwm/
H A DhalPWM.h141 #define COMPLEMENT(a) (~(a)) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dromfs_fs.h15 #define __mk4(a,b,c,d) cpu_to_be32(__mkl(__mkw(a,b),__mkw(c,d))) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dcdefs.h66 #define __attribute_format_strfmon__(a,b) argument
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe_io.h125 #define poll(a, b, c) 1 argument
/utopia/UTPA2-700.0.x/modules/dac/api/dac/
H A DapiDAC_v2.c143 #define URELATION(a,b,c) pDACPri->_URELATION_ASSIGN(a,b,c) in DACOpen() argument
/utopia/UTPA2-700.0.x/modules/xc/utopia_adaption/xc/
H A DXC_adp.c131 …#define CPY_FROM_USER(a,b,c) if(copy_from_user(a,b,c) != 0) { b… argument
132 …#define CPY_to_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { bre… argument
141 …#define CMP_CPY_FROM_USER(a,b,c) if(copy_from_user(a, compat_ptr((u… argument
142 …#define CMP_CPY_TO_USER(a,b,c) if(copy_to_user(compat_ptr((unsign… argument

12345678910