Home
last modified time | relevance | path

Searched defs:a (Results 176 – 200 of 238) sorted by relevance

12345678910

/utopia/UTPA2-700.0.x/modules/vd/hal/maserati/avd/
H A DhalAVD.c178 #define VDMAKEWORD(a,b) ((((MS_U16)((MS_U8) (a)))<<8) | ((MS_U16)((MS_U8) (b)))) argument
/utopia/UTPA2-700.0.x/modules/vd/hal/maxim/avd/
H A DhalAVD.c178 #define VDMAKEWORD(a,b) ((((MS_U16)((MS_U8) (a)))<<8) | ((MS_U16)((MS_U8) (b)))) argument
/utopia/UTPA2-700.0.x/modules/vd/hal/mooney/avd/
H A DhalAVD.c172 #define VDMAKEWORD(a,b) ((((MS_U16)((MS_U8) (a)))<<8) | ((MS_U16)((MS_U8) (b)))) argument
/utopia/UTPA2-700.0.x/modules/vd/hal/macan/avd/
H A DhalAVD.c172 #define VDMAKEWORD(a,b) ((((MS_U16)((MS_U8) (a)))<<8) | ((MS_U16)((MS_U8) (b)))) argument
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c175 #define MED(a,b,c) (a+b+c-MAX3(a,b,c)-MIN3(a,b,c)) argument
4045 static MS_U32 absdiff(MS_S32 a, MS_S32 b) in absdiff()
5031 #define MINMAX(v,a,b) (((v)<(a))? (a) : ((v)>(b)) ? (b) : (v)) argument
5032 #define MAX3(a,b,c) MAX(a,MAX(b,c)) argument
5033 #define MIN3(a,b,c) MIN(a,MIN(b,c)) argument
5034 #define BLEND128( a, b, r ) ((a*(128-r)+b*r+64)>>7) argument
/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c224 void DEBUG_LC_40(void *pInstance, const MS_U8 a ) in DEBUG_LC_40()
248 void DEBUG_LC_41(void *pInstance, const MS_U8 a ) in DEBUG_LC_41()
1502 int __minmax(int a, int b, int c) // make sure b < c in __minmax()
1512 int __max(int a, int b) in __max()
1520 int __max3(int a, int b, int c) in __max3()
1530 int __min(int a, int b) in __min()
1538 int __min3(int a, int b, int c) in __min3()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c289 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
/utopia/UTPA2-700.0.x/modules/gpio/hal/kano/gpio/
H A DhalGPIO.c118 #define _CONCAT( a, b ) a##b argument
119 #define CONCAT( a, b ) _CONCAT( a, b ) argument
/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DMsAce.c1966 MS_S32 a = M[0][0]; in msACE_HDR_MatrixInvGen() local
/utopia/UTPA2-700.0.x/modules/gpio/hal/k6/gpio/
H A DhalGPIO.c118 #define _CONCAT( a, b ) a##b argument
119 #define CONCAT( a, b ) _CONCAT( a, b ) argument
/utopia/UTPA2-700.0.x/modules/gpio/hal/k6lite/gpio/
H A DhalGPIO.c118 #define _CONCAT( a, b ) a##b argument
119 #define CONCAT( a, b ) _CONCAT( a, b ) argument
/utopia/UTPA2-700.0.x/modules/gpio/hal/k7u/gpio/
H A DhalGPIO.c118 #define _CONCAT( a, b ) a##b argument
119 #define CONCAT( a, b ) _CONCAT( a, b ) argument
/utopia/UTPA2-700.0.x/modules/graphic/hal/macan/ge/
H A DregGE.h131 #define REG8(a) RIU8[((a) * 2) - ((a) & 1)] argument
/utopia/UTPA2-700.0.x/modules/graphic/hal/curry/ge/
H A DregGE.h131 #define REG8(a) RIU8[((a) * 2) - ((a) & 1)] argument
/utopia/UTPA2-700.0.x/modules/graphic/hal/mooney/ge/
H A DregGE.h131 #define REG8(a) RIU8[((a) * 2) - ((a) & 1)] argument
/utopia/UTPA2-700.0.x/modules/graphic/hal/k6lite/ge/
H A DregGE.h131 #define REG8(a) RIU8[((a) * 2) - ((a) & 1)] argument
/utopia/UTPA2-700.0.x/modules/graphic/hal/maserati/ge/
H A DregGE.h131 #define REG8(a) RIU8[((a) * 2) - ((a) & 1)] argument
/utopia/UTPA2-700.0.x/modules/graphic/hal/kano/ge/
H A DregGE.h131 #define REG8(a) RIU8[((a) * 2) - ((a) & 1)] argument
/utopia/UTPA2-700.0.x/modules/graphic/hal/M7821/ge/
H A DregGE.h131 #define REG8(a) RIU8[((a) * 2) - ((a) & 1)] argument
/utopia/UTPA2-700.0.x/modules/graphic/hal/maxim/ge/
H A DregGE.h131 #define REG8(a) RIU8[((a) * 2) - ((a) & 1)] argument
/utopia/UTPA2-700.0.x/modules/graphic/hal/messi/ge/
H A DregGE.h131 #define REG8(a) RIU8[((a) * 2) - ((a) & 1)] argument
/utopia/UTPA2-700.0.x/modules/graphic/hal/mainz/ge/
H A DregGE.h131 #define REG8(a) RIU8[((a) * 2) - ((a) & 1)] argument
/utopia/UTPA2-700.0.x/modules/graphic/hal/manhattan/ge/
H A DregGE.h131 #define REG8(a) RIU8[((a) * 2) - ((a) & 1)] argument
/utopia/UTPA2-700.0.x/modules/graphic/hal/k6/ge/
H A DregGE.h131 #define REG8(a) RIU8[((a) * 2) - ((a) & 1)] argument
/utopia/UTPA2-700.0.x/modules/graphic/hal/M7621/ge/
H A DregGE.h131 #define REG8(a) RIU8[((a) * 2) - ((a) & 1)] argument

12345678910