Home
last modified time | relevance | path

Searched refs:x (Results 1 – 25 of 1893) sorted by relevance

12345678910>>...76

/utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/include/
H A Dxc_Analog_Reg.h103 #define UNUSED(x) ((x)=(x)) argument
151 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument
152 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument
155 #define L_BK_GOPINT(x) BK_REG_L(REG_SCALER_BASE,x) argument
156 #define H_BK_GOPINT(x) BK_REG_H(REG_SCALER_BASE,x) argument
157 #define L_BK_SWRESET(x) BK_REG_L(REG_SCALER_BASE,x) argument
158 #define L_BK_IP1F2(x) BK_REG_L(REG_SCALER_BASE,x) argument
159 #define H_BK_IP1F2(x) BK_REG_H(REG_SCALER_BASE,x) argument
160 #define L_BK_IP2F2(x) BK_REG_L(REG_SCALER_BASE,x) argument
161 #define H_BK_IP2F2(x) BK_REG_H(REG_SCALER_BASE,x) argument
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/include/
H A Dxc_Analog_Reg.h103 #define UNUSED(x) ((x)=(x)) argument
151 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument
152 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument
155 #define L_BK_GOPINT(x) BK_REG_L(REG_SCALER_BASE,x) argument
156 #define H_BK_GOPINT(x) BK_REG_H(REG_SCALER_BASE,x) argument
157 #define L_BK_SWRESET(x) BK_REG_L(REG_SCALER_BASE,x) argument
158 #define L_BK_IP1F2(x) BK_REG_L(REG_SCALER_BASE,x) argument
159 #define H_BK_IP1F2(x) BK_REG_H(REG_SCALER_BASE,x) argument
160 #define L_BK_IP2F2(x) BK_REG_L(REG_SCALER_BASE,x) argument
161 #define H_BK_IP2F2(x) BK_REG_H(REG_SCALER_BASE,x) argument
[all …]
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/
H A Dhwreg_frc.h101 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument
102 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument
140 #define L_FRC_CHIP(x) BK_REG_L(REG_FRC_CHIP_BASE, x) argument
141 #define H_FRC_CHIP(x) BK_REG_H(REG_FRC_CHIP_BASE, x) argument
143 #define L_FRC_SC16(x) BK_REG_L(REG_FRC_SC16_BASE, x) argument
144 #define H_FRC_SC16(x) BK_REG_H(REG_FRC_SC16_BASE, x) argument
146 #define L_FRC_SC18(x) BK_REG_L(REG_FRC_SC18_BASE, x) argument
147 #define H_FRC_SC18(x) BK_REG_H(REG_FRC_SC18_BASE, x) argument
149 #define L_FRC_SC20(x) BK_REG_L(REG_FRC_SC20_BASE, x) argument
150 #define H_FRC_SC20(x) BK_REG_H(REG_FRC_SC20_BASE, x) argument
[all …]
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/
H A DQualityMode.h80 #define QM_IsSourceVGA(x) ((x)==PQ_INPUT_SOURCE_VGA) argument
81 #define QM_IsSourceHDMI(x) ((x)==PQ_INPUT_SOURCE_HDMI) argument
82 #define QM_IsSourceDVI_HDMIPC(x,y) (QM_IsSourceHDMI(x) && (_stHDMI_Info[y].bIsHDMI == FALSE)) argument
83 #define QM_IsSourceHDMI_Video(x,y) (QM_IsSourceHDMI(x) && (_stHDMI_Info[y].bIsHDMI == TRUE) &&… argument
84 #define QM_IsSourceHDMI_PC(x,y) (QM_IsSourceHDMI(x) && (_stHDMI_Info[y].bIsHDMI == TRUE) &&… argument
86 #define QM_HDMIPC_COLORRGB(x) (_stHDMI_Info[x].enColorFmt == PQ_HDMI_COLOR_RGB) argument
87 #define QM_HDMIPC_COLORYUV422(x) (_stHDMI_Info[x].enColorFmt == PQ_HDMI_COLOR_YUV_422) argument
88 #define QM_HDMIPC_COLORYUV444(x) (_stHDMI_Info[x].enColorFmt == PQ_HDMI_COLOR_YUV_444) argument
89 #define QM_HDMIPC_COLORYUV420(x) (_stHDMI_Info[x].enColorFmt == PQ_HDMI_COLOR_YUV_420) argument
91 #define QM_IsSourceYPbPr(x) ((x)==PQ_INPUT_SOURCE_YPBPR) argument
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/
H A Dtgmath.h66 #define __tg_choose(x,f,d,l) \ argument
67 __builtin_choose_expr(__tg_ldbl(x), l, \
68 __builtin_choose_expr(__tg_dbl(x), d, \
71 #define __tg_choose_2(x,y,f,d,l) \ argument
72 __builtin_choose_expr(__tg_ldbl(x) || __tg_ldbl(y), l, \
73 __builtin_choose_expr(__tg_dbl(x) || __tg_dbl(y), d, \
76 #define __tg_choose_3(x,y,z,f,d,l) \ argument
77 __builtin_choose_expr(__tg_ldbl(x) || __tg_ldbl(y) || __tg_ldbl(z), l, \
78 __builtin_choose_expr(__tg_dbl(x) || __tg_dbl(y) \
94 #define __TGMATH_REAL(x,R) \ argument
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/
H A Dswab.h63 static __inline__ __u16 ___swab16(__u16 x) in ___swab16() argument
65 return x<<8 | x>>8; in ___swab16()
67 static __inline__ __u32 ___swab32(__u32 x) in ___swab32() argument
69 return x<<24 | x>>24 | in ___swab32()
70 (x & (__u32)0x0000ff00UL)<<8 | in ___swab32()
71 (x & (__u32)0x00ff0000UL)>>8; in ___swab32()
73 static __inline__ __u64 ___swab64(__u64 x) in ___swab64() argument
75 return x<<56 | x>>56 | in ___swab64()
76 (x & (__u64)0x000000000000ff00ULL)<<40 | in ___swab64()
77 (x & (__u64)0x0000000000ff0000ULL)<<24 | in ___swab64()
[all …]
H A Dbig_endian.h14 #define __constant_htonl(x) ( (__be32)(__u32)(x)) argument
15 #define __constant_ntohl(x) ( (__u32)(__be32)(x)) argument
16 #define __constant_htons(x) ( (__be16)(__u16)(x)) argument
17 #define __constant_ntohs(x) ( (__u16)(__be16)(x)) argument
18 #define __constant_cpu_to_le64(x) ( (__le64)___constant_swab64((x))) argument
19 #define __constant_le64_to_cpu(x) ___constant_swab64( (__u64)(__le64)(x)) argument
20 #define __constant_cpu_to_le32(x) ( (__le32)___constant_swab32((x))) argument
21 #define __constant_le32_to_cpu(x) ___constant_swab32( (__u32)(__le32)(x)) argument
22 #define __constant_cpu_to_le16(x) ( (__le16)___constant_swab16((x))) argument
23 #define __constant_le16_to_cpu(x) ___constant_swab16( (__u16)(__le16)(x)) argument
[all …]
H A Dlittle_endian.h14 #define __constant_htonl(x) ( (__be32)___constant_swab32((x))) argument
15 #define __constant_ntohl(x) ___constant_swab32( (__be32)(x)) argument
16 #define __constant_htons(x) ( (__be16)___constant_swab16((x))) argument
17 #define __constant_ntohs(x) ___constant_swab16( (__be16)(x)) argument
18 #define __constant_cpu_to_le64(x) ( (__le64)(__u64)(x)) argument
19 #define __constant_le64_to_cpu(x) ( (__u64)(__le64)(x)) argument
20 #define __constant_cpu_to_le32(x) ( (__le32)(__u32)(x)) argument
21 #define __constant_le32_to_cpu(x) ( (__u32)(__le32)(x)) argument
22 #define __constant_cpu_to_le16(x) ( (__le16)(__u16)(x)) argument
23 #define __constant_le16_to_cpu(x) ( (__u16)(__le16)(x)) argument
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/drv/cec/include/
H A Dcec_Analog_Reg.h104 #define UNUSED(x) ((x)=(x)) argument
150 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument
151 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument
154 #define L_BK_GOPINT(x) BK_REG_L(REG_SCALER_BASE,x) argument
155 #define H_BK_GOPINT(x) BK_REG_H(REG_SCALER_BASE,x) argument
156 #define L_BK_SWRESET(x) BK_REG_L(REG_SCALER_BASE,x) argument
157 #define L_BK_IP1F2(x) BK_REG_L(REG_SCALER_BASE,x) argument
158 #define H_BK_IP1F2(x) BK_REG_H(REG_SCALER_BASE,x) argument
159 #define L_BK_IP2F2(x) BK_REG_L(REG_SCALER_BASE,x) argument
160 #define H_BK_IP2F2(x) BK_REG_H(REG_SCALER_BASE,x) argument
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/machine/
H A Dfastmath.h28 #define sin(x) fast_sin(x) argument
29 #define cos(x) fast_cos(x) argument
30 #define tan(x) fast_tan(x) argument
31 #define asin(x) fast_asin(x) argument
32 #define acos(x) fast_acos(x) argument
33 #define atan(x) fast_atan(x) argument
34 #define sinh(x) fast_sinh(x) argument
35 #define cosh(x) fast_cosh(x) argument
36 #define tanh(x) fast_tanh(x) argument
37 #define asinh(x) fast_asinh(x) argument
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dinttypes.h23 #define __PRI8(x) __STRINGIFY(x) argument
24 #define __SCN8(x) __STRINGIFY(hh##x) argument
31 #define PRIx8 __PRI8(x)
38 #define SCNx8 __SCN8(x)
45 #define PRIxLEAST8 __PRI8(x)
52 #define SCNxLEAST8 __SCN8(x)
59 #define PRIxFAST8 __PRI8(x)
66 #define SCNxFAST8 __SCN8(x)
69 #define __PRI16(x) __STRINGIFY(x) argument
70 #define __SCN16(x) __STRINGIFY(h##x) argument
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dmath.h214 # define fpclassify(x) \ argument
215 (sizeof (x) == sizeof (float) ? __fpclassifyf (x) : __fpclassify (x))
217 # define fpclassify(x) \ argument
218 (sizeof (x) == sizeof (float) \
219 ? __fpclassifyf (x) \
220 : sizeof (x) == sizeof (double) \
221 ? __fpclassify (x) : __fpclassifyl (x))
226 # define signbit(x) \ argument
227 (sizeof (x) == sizeof (float) ? __signbitf (x) : __signbit (x))
229 # define signbit(x) \ argument
[all …]
/utopia/UTPA2-700.0.x/mxlib/hal/k6lite/
H A D.halCHIP.o.cmd1x/build//../../mxlib/hal/k6lite/halCHIP.o := arm-buildroot-linux-uclibcgnueabi-gcc -Wp,-MD,/home/b…
3 …_work/utopia-0824/UTPA2-700.0.x/build//../../mxlib/hal/k6lite/halCHIP.o := /home/beal.wu/i2_work/u…
5 deps_/home/beal.wu/i2_work/utopia-0824/UTPA2-700.0.x/build//../../mxlib/hal/k6lite/halCHIP.o := \
9 …ork/utopia-0824/UTPA2-700.0.x/build//../../mxlib/hal/k6lite/halCHIP.o: $(deps_/home/beal.wu/i2_wor…
11 $(deps_/home/beal.wu/i2_work/utopia-0824/UTPA2-700.0.x/build//../../mxlib/hal/k6lite/halCHIP.o):
/utopia/UTPA2-700.0.x/modules/ipauth/drv/ipauth/
H A DdrvIPAUTH.c175 #define ROTATION_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
177 #define P(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
178 #define Q(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
179 #define R(x, y, z) ((x) ^ (y) ^ (z)) argument
180 #define S(x, y, z) ((y) ^ ((x) | (~z))) argument
182 #define PP(a, b, c, d, x, s, ac) { \ argument
183 (a) += P ((b), (c), (d)) + (x) + (MS_U32)(ac); \
186 #define QQ(a, b, c, d, x, s, ac) { \ argument
187 (a) += Q ((b), (c), (d)) + (x) + (MS_U32)(ac); \
190 #define RR(a, b, c, d, x, s, ac) { \ argument
[all …]
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A D.Ksym.o.cmd1x/build//../../mxlib/../build/Ksym/Ksym.o := arm-buildroot-linux-uclibcgnueabi-gcc -Wp,-MD,/home/b…
3 …_work/utopia-0824/UTPA2-700.0.x/build//../../mxlib/../build/Ksym/Ksym.o := /home/beal.wu/i2_work/u…
5 deps_/home/beal.wu/i2_work/utopia-0824/UTPA2-700.0.x/build//../../mxlib/../build/Ksym/Ksym.o := \
17 /home/beal.wu/i2_work/utopia-0824/UTPA2-700.0.x/build/../../mxlib/include/MsTypes.h \
19 /home/beal.wu/i2_work/utopia-0824/UTPA2-700.0.x/build/../../mxlib/include/UFO.h \
20 /home/beal.wu/i2_work/utopia-0824/UTPA2-700.0.x/build/../../mxlib/include/MsCommon.h \
22 /home/beal.wu/i2_work/utopia-0824/UTPA2-700.0.x/build/../../mxlib/include/MsOS.h \
727 /home/beal.wu/i2_work/utopia-0824/UTPA2-700.0.x/build/../../mxlib/include/MsTypes.h \
728 /home/beal.wu/i2_work/utopia-0824/UTPA2-700.0.x/build/../../mxlib/include/MsIRQ.h \
729 /home/beal.wu/i2_work/utopia-0824/UTPA2-700.0.x/build/../../mxlib/include/MsDevice.h \
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/include/
H A Ddatatype.h273 #define _AT_(x) argument
321 #define _AT_(x) argument
409 #define Swap16(x) MDrv_ByteSwapU16(x) argument
410 #define Swap32(x) MDrv_ByteSwapU32(x) argument
412 #define ByteSwap16(x) (((x) & 0x00ff) << 8 | ((x) & 0xff00) >> 8) argument
413 #define ByteSwap32(x) \ argument
414 ((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \
415 (((x) & 0x0000ff00) << 8) | (((x) & 0x000000ff) << 24))
418 #define BE2ME16(x) (x) argument
419 #define BE2ME32(x) (x) argument
[all …]
/utopia/UTPA2-700.0.x/modules/pq/hal/k6lite/pq/include/
H A Dk6lite_Sub.bin33 …``����@@ ���������������������������������h����������������������x��gVED3""i���������…
37 …����"�      ������������MADi_Motion_COM "b��"c?"dO�"e"p�"q "r?�"s��"t"u�"x?
50 x��fffff
90 …ySPF_DBK_BKN �o�ccggg �3��� v�  w� ���� � � x� ��� �vBBB…
92 …�����HnonLinear #f@�@@@@@@@@@@@@#gp���������pppp#h��rz������&*+B#i��r��x����CD<#j��rZBdd�` W…
94x�@$,![x�@$,![x�@$$!\x�@$$!]��@$]p�@$]p�@"^p�@"^p�@" �`p�@" �…
102 tp�p�@tP�x�@tP�x�@t0�x�@" �Ѐ�"��!�Ѐ�"��"�Ѐ� ��#�Ѐ� ��$�Ѐ� ��$�Ѐ� ��%�…
107 …q������0q������s�������t�������t������v������w������x������x�����pz����…
115 …4 h���<�"h�����@�"`�����@�#h�����H�$h�����P�&h�����P�&h����X�'x����X�(x����`�*��…
/utopia/UTPA2-700.0.x/modules/pq/hal/curry/pq/include/
H A DKano_Sub.bin32 …``����@@ ���������������������������������h����������������������x��gVED3""i���������…
36 …����"�      ������������MADi_Motion_COM "b��"c?"dO�"e"p�"q "r?�"s��"t"u�"x?
49 x��fffff
89 …ySPF_DBK_BKN �o�ccggg �3��� v�  w� ���� � � x� ��� �vBBB…
91 …�����HnonLinear #f@�@@@@@@@@@@@@#gp���������pppp#h��rz������&*+B#i��r��x����CD<#j��rZBdd�` W…
93x�@$,![x�@$,![x�@$$!\x�@$$!]��@$]p�@$]p�@"^p�@"^p�@" �`p�@" �…
101 tp�p�@tP�x�@tP�x�@t0�x�@" �Ѐ�"��!�Ѐ�"��"�Ѐ� ��#�Ѐ� ��$�Ѐ� ��$�Ѐ� ��%�…
106 …q������0q������s�������t�������t������v������w������x������x�����pz����…
114 …4 h���<�"h�����@�"`�����@�#h�����H�$h�����P�&h�����P�&h����X�'x����X�(x����`�*��…
H A DCurry_Sub.bin32 …``����@@ ���������������������������������h����������������������x��gVED3""i���������…
36 …����"�      ������������MADi_Motion_COM "b��"c?"dO�"e"p�"q "r?�"s��"t"u�"x?
49 x��fffff
89 …ySPF_DBK_BKN �o�ccggg �3��� v�  w� ���� � � x� ��� �vBBB…
91 …�����HnonLinear #f@�@@@@@@@@@@@@#gp���������pppp#h��rz������&*+B#i��r��x����CD<#j��rZBdd�` W…
93x�@$,![x�@$,![x�@$$!\x�@$$!]��@$]p�@$]p�@"^p�@"^p�@" �`p�@" �…
101 tp�p�@tP�x�@tP�x�@t0�x�@" �Ѐ�"��!�Ѐ�"��"�Ѐ� ��#�Ѐ� ��$�Ѐ� ��$�Ѐ� ��%�…
106 …q������0q������s�������t�������t������v������w������x������x�����pz����…
114 …4 h���<�"h�����@�"`�����@�#h�����H�$h�����P�&h�����P�&h����X�'x����X�(x����`�*��…
H A DKano_Main.bin4 ���v���v�������w���w������� x��0x��� ���Px���x�������x���x���� ���y�� y����� �…
33 …``����@@ O��������������������������������������������������������x��gVED3""����������…
95 …�#+��HnonLinear #&@�@@@@@@@@@@@@#'p���������pppp#(��rz������&*+B#)��r��x����CD<#*��rZBdd�` W…
97x�@$,![x�@$,![x�@$$!\x�@$$!]��@$]p�@$]p�@"^p�@"^p�@" �`p�@" �…
105 tp�p�@tP�x�@tP�x�@t0�x�@" �Ѐ�"��!�Ѐ�"��"�Ѐ� ��#�Ѐ� ��$�Ѐ� ��$�Ѐ� ��%�…
H A DCurry_Main.bin4 ���v���v�������w���w������� x��0x��� ���Px���x�������x���x���� ���y�� y����� �…
33 …``����@@ O��������������������������������������������������������x��gVED3""����������…
95 …�#+��HnonLinear #&@�@@@@@@@@@@@@#'p���������pppp#(��rz������&*+B#)��r��x����CD<#*��rZBdd�` W…
97x�@$,![x�@$,![x�@$$!\x�@$$!]��@$]p�@$]p�@"^p�@"^p�@" �`p�@" �…
105 tp�p�@tP�x�@tP�x�@t0�x�@" �Ѐ�"��!�Ѐ�"��"�Ѐ� ��#�Ѐ� ��$�Ѐ� ��$�Ѐ� ��%�…
/utopia/UTPA2-700.0.x/modules/pq/hal/kano/pq/include/
H A DKano_Sub.bin32 …``����@@ ���������������������������������h����������������������x��gVED3""i���������…
36 …����"�      ������������MADi_Motion_COM "b��"c?"dO�"e"p�"q "r?�"s��"t"u�"x?
49 x��fffff
89 …ySPF_DBK_BKN �o�ccggg �3��� v�  w� ���� � � x� ��� �vBBB…
91 …�����HnonLinear #f@�@@@@@@@@@@@@#gp���������pppp#h��rz������&*+B#i��r��x����CD<#j��rZBdd�` W…
93x�@$,![x�@$,![x�@$$!\x�@$$!]��@$]p�@$]p�@"^p�@"^p�@" �`p�@" �…
101 tp�p�@tP�x�@tP�x�@t0�x�@" �Ѐ�"��!�Ѐ�"��"�Ѐ� ��#�Ѐ� ��$�Ѐ� ��$�Ѐ� ��%�…
106 …q������0q������s�������t�������t������v������w������x������x�����pz����…
114 …4 h���<�"h�����@�"`�����@�#h�����H�$h�����P�&h�����P�&h����X�'x����X�(x����`�*��…
H A DKano_Main.bin4 ���v���v�������w���w�������0x��@x��� ���`x���x�������x���x���� ��y��0y����� �…
33 …``����@@ O��������������������������������������������������������x��gVED3""����������…
97 …�#+��HnonLinear #&@�@@@@@@@@@@@@#'p���������pppp#(��rz������&*+B#)��r��x����CD<#*��rZBdd�` W…
99x�@$,![x�@$,![x�@$$!\x�@$$!]��@$]p�@$]p�@"^p�@"^p�@" �`p�@" �…
/utopia/UTPA2-700.0.x/modules/pq/hal/k6/pq/include/
H A Dk6_Sub.bin32 …``����@@ ���������������������������������h����������������������x��gVED3""i���������…
36 …����"�      ������������MADi_Motion_COM "b��"c?"dO�"e"p�"q "r?�"s��"t"u�"x?
49 x��fffff
89 …ySPF_DBK_BKN �o�ccggg �3��� v�  w� ���� � � x� ��� �vBBB…
91 …�����HnonLinear #f@�@@@@@@@@@@@@#gp���������pppp#h��rz������&*+B#i��r��x����CD<#j��rZBdd�` W…
93x�@$,![x�@$,![x�@$$!\x�@$$!]��@$]p�@$]p�@"^p�@"^p�@" �`p�@" �…
101 tp�p�@tP�x�@tP�x�@t0�x�@" �Ѐ�"��!�Ѐ�"��"�Ѐ� ��#�Ѐ� ��$�Ѐ� ��$�Ѐ� ��%�…
106 …q������0q������s�������t�������t������v������w������x������x�����pz����…
114 …4 h���<�"h�����@�"`�����@�#h�����H�$h�����P�&h�����P�&h����X�'x����X�(x����`�*��…
H A Dk6_Main.bin4 ���v���w�������w��x�������px���x��� ����x���x�������y��0y���� ��Py��py����� �…
33 …``����@@ O��������������������������������������������������������x��gVED3""����������…
95 …�#+��HnonLinear #&@�@@@@@@@@@@@@#'p���������pppp#(��rz������&*+B#)��r��x����CD<#*��rZBdd�` W…
97x�@$,![x�@$,![x�@$$!\x�@$$!]��@$]p�@$]p�@"^p�@"^p�@" �`p�@" �…
105 tp�p�@tP�x�@tP�x�@t0�x�@" �Ѐ�"��!�Ѐ�"��"�Ѐ� ��#�Ѐ� ��$�Ѐ� ��$�Ѐ� ��%�…
110 …q������0q������s�������t�������t������v������w������x������x�����pz����…

12345678910>>...76