Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 238) sorted by relevance

12345678910

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_mfe.h129 #define MAdp_MPool_VA2PA(a) MS_VA2PA((MS_VIRT)(a)) argument
130 #define MAdp_MPool_PA2KSEG0(a) MS_PA2KSEG0((MS_PHY)(a)) // for cached memory argument
131 #define MAdp_MPool_PA2KSEG1(a) MS_PA2KSEG1((MS_PHY)(a)) // for non-cached memory argument
132 #define open_dev(a, b) 1UL argument
136 #define MAdp_MPool_VA2PA(a) MS_VA2PA((MS_VIRT)(a)) argument
137 #define MAdp_MPool_PA2KSEG1(a) MS_PA2KSEG1((MS_PHY)(a)) argument
138 #define open_dev(a, b) 1UL argument
140 #define open_dev(a, b) 1UL argument
148 #define MS_VA2PA(a) pmem_mm_va2pa((MS_VIRT)(a)) argument
149 #define MS_PA2KSEG1(a) pmem_mm_pa2va((MS_PHY)(a)) argument
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Din.h149 #define IN_CLASSA(a) ((((in_addr_t)(a)) & 0x80000000) == 0) argument
155 #define IN_CLASSB(a) ((((in_addr_t)(a)) & 0xc0000000) == 0x80000000) argument
161 #define IN_CLASSC(a) ((((in_addr_t)(a)) & 0xe0000000) == 0xc0000000) argument
166 #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000) argument
167 #define IN_MULTICAST(a) IN_CLASSD(a) argument
169 #define IN_EXPERIMENTAL(a) ((((in_addr_t)(a)) & 0xe0000000) == 0xe0000000) argument
170 #define IN_BADCLASS(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xf0000000) argument
395 #define IN6_IS_ADDR_UNSPECIFIED(a) \ argument
401 #define IN6_IS_ADDR_LOOPBACK(a) \ argument
407 #define IN6_IS_ADDR_MULTICAST(a) (((__const uint8_t *) (a))[0] == 0xff) argument
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.h159 #define MAdp_MPool_VA2PA(a) MS_VA2PA((MS_U32)(a)) argument
160 #define MAdp_MPool_PA2KSEG1(a) MS_PA2KSEG1((MS_U32)(a)) argument
161 #define open_dev(a, b) 1 argument
166 #define open_dev(a, b) 1 argument
173 #define MAdp_MPool_VA2PA(a) MAdp_MPool_VA2PA_Win32((U32)(a)) argument
174 #define MAdp_MPool_PA2KSEG1(a) MAdp_MPool_PA2VA_Win32((U32)(a)) argument
179 #define MAdp_MPool_VA2PA(a) (((U32)(a))-MEM_LOGMAPPHY) argument
180 #define MAdp_MPool_PA2KSEG1(a) (((U32)(a))+MEM_LOGMAPPHY) argument
194 #define MUX(a, b, c) ((a) ? (b) : (c)) argument
/utopia/UTPA2-700.0.x/modules/xc/utopia_adaption/xc/
H A DXC_ModeParse_adp.c122 #define CPY_FROM_USER(a,b,c) if(copy_from_user(a,b,c) != 0) { br… argument
123 #define CPY_to_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { brea… argument
130 #define COMPAT_PTR(a) compat_ptr(a) argument
131 #define COMPAT_NEXT_PTR(a) (*((MS_U32*)compat_ptr((unsigned lo… argument
134 #define CMP_CPY_FROM_USER(a,b,c) if(copy_from_user(a, compat_ptr((un… argument
135 #define CMP_CPY_TO_USER(a,b,c) if(copy_to_user(compat_ptr((unsigne… argument
138 #define COMPAT_PTR(a) (a) argument
139 #define COMPAT_NEXT_PTR(a) (*((MS_U32*)a)) argument
H A DXC_HDMI_if_adp.c140 #define CPY_FROM_USER(a,b,c) if(copy_from_user(a,b,c) != 0) { break; } argument
141 #define CPY_TO_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { break; } argument
148 #define COMPAT_PTR(a) compat_ptr(a) argument
149 #define COMPAT_NEXT_PTR(a) (*((MS_U32*)compat_ptr((unsigned long)a))) argument
151 #define CMP_CPY_FROM_USER(a,b,c) if(copy_from_user(a, compat_ptr((unsigned long)b), … argument
152 #define CMP_CPY_TO_USER(a,b,c) if(copy_to_user(compat_ptr((unsigned long)a), b, c)… argument
156 #define COMPAT_PTR(a) (a) argument
157 #define COMPAT_NEXT_PTR(a) (*((MS_U32*)a)) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/machine/
H A Dspr_defs.h676 #define __l_mul__(lo, a,b) \ argument
678 #define __l_muli__(lo, a,b) \ argument
680 #define __l_mulu__(lo, a,b) \ argument
684 #define L_MULL(a,b) \ argument
689 #define L_MULL_LO(a,b) \ argument
692 #define L_MULLI(a,b) \ argument
697 #define L_MULLI_LO(a,b) \ argument
700 #define L_MULLU(a,b) \ argument
705 #define L_MULLU_LO(a,b) \ argument
709 #define __l_amull__(lo, a,b) \ argument
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dparam.h55 #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) argument
56 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) argument
57 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) argument
58 #define isclr(a,i) (((a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0) argument
74 #define MIN(a,b) (((a)<(b))?(a):(b)) argument
75 #define MAX(a,b) (((a)>(b))?(a):(b)) argument
H A Dtime.h166 # define timercmp(a, b, CMP) \ argument
170 # define timeradd(a, b, result) \ argument
180 # define timersub(a, b, result) \ argument
/utopia/UTPA2-700.0.x/modules/hwi2c/utopia_adaption/hwi2c/
H A DHWI2C_adp.c59 #define CPY_FROM_USER(a,b,c) if(copy_from_user(a,b,c) != 0) { br… argument
60 #define CPY_to_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { brea… argument
67 #define COMPAT_PTR(a) compat_ptr(a) argument
68 #define COMPAT_NEXT_PTR(a) (*((MS_U32*)compat_ptr((unsigned lo… argument
71 #define CMP_CPY_FROM_USER(a,b,c) if(copy_from_user(a, compat_ptr((un… argument
72 #define CMP_CPY_TO_USER(a,b,c) if(copy_to_user(compat_ptr((unsigne… argument
75 #define COMPAT_PTR(a) (a) argument
76 #define COMPAT_NEXT_PTR(a) (*((MS_U32*)a)) argument
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_type.h192 …#define MAKELONG(a, b) ((unsigned int)(((unsigned short)(a)) | ((unsigned int)((unsigned short)… argument
199 #define MFE_MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
202 #define MFE_MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
206 #define MFE_MUX(a, b, c) ((a) ? (b) : (c)) argument
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dpthread_map.h85 #define pthread_cond_init(a, b) pthread_cond_init(a, NULL) argument
95 #define pthread_mutex_init(a, b) cyg_mutex_init(a) argument
101 #define pthread_cond_wait(a, b) cyg_cond_wait(a) argument
103 #define sem_init(a, b, c) cyg_semaphore_init(a, c) argument
/utopia/UTPA2-700.0.x/modules/xc/utopia_adaption/ace/
H A DACE_adp.c18 #define CPY_FROM_USER(a,b,c) if(copy_from_user(a,b,c) != 0) { br… argument
19 #define CPY_to_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { brea… argument
26 #define COMPAT_PTR(a) compat_ptr(a) argument
27 #define COMPAT_NEXT_PTR(a) (*((MS_U32*)compat_ptr((unsigned lo… argument
30 #define CMP_CPY_FROM_USER(a,b,c) if(copy_from_user(a, compat_ptr((un… argument
31 #define CMP_CPY_TO_USER(a,b,c) if(copy_to_user(compat_ptr((unsigne… argument
34 #define COMPAT_PTR(a) (a) argument
35 #define COMPAT_NEXT_PTR(a) (*((MS_U32*)a)) argument
/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c135 #define CPY_FROM_USER(a,b,c) if(copy_from_user(a,b,c) != 0) { re… argument
136 #define CPY_to_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { retu… argument
143 #define COMPAT_PTR(a) compat_ptr(a) argument
145 #define CMP_CPY_FROM_USER(a,b,c) if(copy_from_user(a, compat_ptr((un… argument
146 #define CMP_CPY_TO_USER(a,b,c) if(copy_to_user(compat_ptr((unsigne… argument
149 #define COMPAT_PTR(a) (a) argument
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvTimer.h114 #define ms_time_after(a,b) ( ((int)(b) - (int)(a)) < 0 ) argument
115 #define ms_time_before(a,b) ms_time_after(b,a) argument
117 #define ms_time_after_eq(a,b) ( ((int)(a) - (int)(b)) >= 0 ) argument
118 #define ms_time_before_eq(a,b) ms_time_after_eq(b,a) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Din.h198 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) argument
204 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000) argument
210 #define IN_CLASSC(a) ((((long int) (a)) & 0xe0000000) == 0xc0000000) argument
215 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) argument
216 #define IN_MULTICAST(a) IN_CLASSD(a) argument
219 #define IN_EXPERIMENTAL(a) ((((long int) (a)) & 0xf0000000) == 0xf0000000) argument
220 #define IN_BADCLASS(a) IN_EXPERIMENTAL((a)) argument
236 #define IN_LOOPBACK(a) ((((long int) (a)) & 0xff000000) == 0x7f000000) argument
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvTimer.h167 #define time_after(a,b) ( ((int)(b) - (int)(a)) < 0 ) argument
168 #define time_before(a,b) time_after(b,a) argument
170 #define time_after_eq(a,b) ( ((int)(a) - (int)(b)) >= 0 ) argument
171 #define time_before_eq(a,b) time_after_eq(b,a) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Da.out.h27 #define N_TRSIZE(a) ((a).a_trsize) argument
28 #define N_DRSIZE(a) ((a).a_drsize) argument
29 #define N_SYMSIZE(a) ((a).a_syms) argument
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_type.h176 …#define MAKELONG(a, b) ((unsigned int)(((unsigned short)(a)) | ((unsigned int)((unsigned short)… argument
181 #define MFE_MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
184 #define MFE_MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
188 #define MFE_MUX(a, b, c) ((a) ? (b) : (c)) argument
/utopia/UTPA2-700.0.x/modules/dscmb/utopia_adaption/dscmb2/
H A DDSCMB_adp.c18 #define CPY_FROM_USER(a,b,c) if(copy_from_user(a,b,c) != 0) { re… argument
19 #define CPY_to_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { retu… argument
26 #define COMPAT_PTR(a) compat_ptr(a) argument
28 #define CMP_CPY_FROM_USER(a,b,c) if(copy_from_user(a, compat_ptr((un… argument
29 #define CMP_CPY_TO_USER(a,b,c) if(copy_to_user(compat_ptr((unsigne… argument
32 #define COMPAT_PTR(a) (a) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dtime.h48 #define timercmp(a, b, CMP) \ argument
52 #define timeradd(a, b, result) \ argument
62 #define timersub(a, b, result) \ argument
H A Dparam.h22 #define MAX(a,b) ((a) > (b) ? (a) : (b)) argument
23 #define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
/utopia/UTPA2-700.0.x/modules/dlc/utopia_adaption/dlc/
H A DDLC_adp.c19 …#define CPY_FROM_USER(a,b,c) if(copy_from_user(a,b,c) != 0) { b… argument
20 …#define CPY_to_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { bre… argument
29 …#define CMP_CPY_FROM_USER(a,b,c) if(copy_from_user(a, compat_ptr((u… argument
30 …#define CMP_CPY_TO_USER(a,b,c) if(copy_to_user(compat_ptr((unsign… argument
/utopia/UTPA2-700.0.x/modules/ipauth/drv/ipauth/
H A DdrvIPAUTH.c182 #define PP(a, b, c, d, x, s, ac) { \ argument
186 #define QQ(a, b, c, d, x, s, ac) { \ argument
190 #define RR(a, b, c, d, x, s, ac) { \ argument
194 #define SS(a, b, c, d, x, s, ac) { \ argument
327 MS_U32 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in MDrv_AUTH_MD5Transform() local
982 #define MS_AUTH_XTIME(a) ( ( ( 0x80 & a ) ? 0x1B : 0x00 ) ^ ( a << 1 ) ) argument
983 #define MS_AUTH_MUL(a,b) ( !( a && b ) ? 0 : pow[(log[a] + log[b]) % 255]) argument
984 #define MS_AUTH_ROTR8(a) ( ( ( 0xFFFFFFFF & a ) >> 8 ) | ( 0xFFFFFFFF & ( a << 24 ) ) ) argument
/utopia/UTPA2-700.0.x/modules/hdmi/utopia_adaption/hdmitx/
H A DHDMITX_adp.c131 #define CPY_FROM_USER(a,b,c) if(copy_from_user(a,b,c) != 0) { break; } argument
132 #define CPY_TO_USER(a,b,c) if(copy_to_user(a,b,c) != 0) { break; } argument
139 #define COMPAT_PTR(a) compat_ptr(a) argument
140 #define COMPAT_NEXT_PTR(a) (*((MS_U32*)compat_ptr((unsigned long)a))) argument
142 #define CMP_CPY_FROM_USER(a,b,c) if(copy_from_user(a, compat_ptr((unsigned long)b), … argument
143 #define CMP_CPY_TO_USER(a,b,c) if(copy_to_user(compat_ptr((unsigned long)a), b, c)… argument
147 #define COMPAT_PTR(a) (a) argument
148 #define COMPAT_NEXT_PTR(a) (*((MS_U32*)a)) argument
/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)) argument
126 #define min(a,b) (((a)<(b)) ? (a) : (b)) argument

12345678910