Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 25 of 28) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c9245 MS_S32 t0, t1, t2, t3; in msAPI_JPEG_idct() local
9281 t2 = (-FIX_1_8477) * a3 + a1; in msAPI_JPEG_idct()
9289 t11 = t1 + t2; in msAPI_JPEG_idct()
9290 t12 = t1 - t2; in msAPI_JPEG_idct()
9294 t2 = ( MS_S32 )pdata[3]; in msAPI_JPEG_idct()
9298 a2 = t1 + t2; in msAPI_JPEG_idct()
9299 a3 = t0 + t2; in msAPI_JPEG_idct()
9309 t2 = (FIX_3_0727) * t2; in msAPI_JPEG_idct()
9317 t2 += a2 + a3; in msAPI_JPEG_idct()
9321 wsptr[1] = ( MS_S16 )DESCALE( t11 + t2, 13 - 2 ); in msAPI_JPEG_idct()
[all …]
H A DapiJPEG.c9828 MS_S32 t0, t1, t2, t3; in msAPI_JPEG_idct() local
9864 t2 = (-FIX_1_8477) * a3 + a1; in msAPI_JPEG_idct()
9872 t11 = t1 + t2; in msAPI_JPEG_idct()
9873 t12 = t1 - t2; in msAPI_JPEG_idct()
9877 t2 = ( MS_S32 )pdata[3]; in msAPI_JPEG_idct()
9881 a2 = t1 + t2; in msAPI_JPEG_idct()
9882 a3 = t0 + t2; in msAPI_JPEG_idct()
9892 t2 = (FIX_3_0727) * t2; in msAPI_JPEG_idct()
9900 t2 += a2 + a3; in msAPI_JPEG_idct()
9904 wsptr[1] = ( MS_S16 )DESCALE( t11 + t2, 13 - 2 ); in msAPI_JPEG_idct()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dexpr.c984 int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type() argument
989 if (t1 == t2) in expr_compare_type()
994 if (t2 == E_NOT) in expr_compare_type()
997 if (t2 == E_AND) in expr_compare_type()
1000 if (t2 == E_OR) in expr_compare_type()
1003 if (t2 == E_LIST) in expr_compare_type()
1006 if (t2 == 0) in expr_compare_type()
1011 printf("[%dgt%d?]", t1, t2); in expr_compare_type()
H A Dlkc_proto.h52 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));
/utopia/UTPA2-700.0.x/projects/build/scripts/rt-tester/
H A Dcheck-all.sh9 testit t2-l1-2rt-sameprio.tst
10 testit t2-l1-pi.tst
11 testit t2-l1-signal.tst
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c9216 MS_S32 t0, t1, t2, t3; in msAPI_JPEG_idct() local
9252 t2 = (-FIX_1_8477) * a3 + a1; in msAPI_JPEG_idct()
9260 t11 = t1 + t2; in msAPI_JPEG_idct()
9261 t12 = t1 - t2; in msAPI_JPEG_idct()
9265 t2 = ( MS_S32 )pdata[3]; in msAPI_JPEG_idct()
9269 a2 = t1 + t2; in msAPI_JPEG_idct()
9270 a3 = t0 + t2; in msAPI_JPEG_idct()
9280 t2 = (FIX_3_0727) * t2; in msAPI_JPEG_idct()
9288 t2 += a2 + a3; in msAPI_JPEG_idct()
9292 wsptr[1] = ( MS_S16 )DESCALE( t11 + t2, 13 - 2 ); in msAPI_JPEG_idct()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c9203 MS_S32 t0, t1, t2, t3; in msAPI_JPEG_idct() local
9239 t2 = (-FIX_1_8477) * a3 + a1; in msAPI_JPEG_idct()
9247 t11 = t1 + t2; in msAPI_JPEG_idct()
9248 t12 = t1 - t2; in msAPI_JPEG_idct()
9252 t2 = ( MS_S32 )pdata[3]; in msAPI_JPEG_idct()
9256 a2 = t1 + t2; in msAPI_JPEG_idct()
9257 a3 = t0 + t2; in msAPI_JPEG_idct()
9267 t2 = (FIX_3_0727) * t2; in msAPI_JPEG_idct()
9275 t2 += a2 + a3; in msAPI_JPEG_idct()
9279 wsptr[1] = ( MS_S16 )DESCALE( t11 + t2, 13 - 2 ); in msAPI_JPEG_idct()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/
H A DdrvMassStorage_3.c224 U8 t1,t2,t3,t4; in SwapWord_Port3() local
228 t2=(U8)(dat1 >> 16) & 0xff; in SwapWord_Port3()
232 temp=( (U32) t4 <<24) | ((U32) t3 << 16) | ((U32) t2 << 8) | t1 ; in SwapWord_Port3()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvMassStorage.c225 U8 t1,t2,t3,t4; in SwapWord() local
229 t2=(U8)(dat1 >> 16) & 0xff; in SwapWord()
233 temp=( (U32) t4 <<24) | ((U32) t3 << 16) | ((U32) t2 << 8) | t1 ; in SwapWord()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/
H A DdrvMassStorage_2.c224 U8 t1,t2,t3,t4; in SwapWord_Port2() local
228 t2=(U8)(dat1 >> 16) & 0xff; in SwapWord_Port2()
232 temp=( (U32) t4 <<24) | ((U32) t3 << 16) | ((U32) t2 << 8) | t1 ; in SwapWord_Port2()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/
H A DdrvMassStorage_4.c224 U8 t1,t2,t3,t4; in SwapWord_Port4() local
228 t2=(U8)(dat1 >> 16) & 0xff; in SwapWord_Port4()
232 temp=( (U32) t4 <<24) | ((U32) t3 << 16) | ((U32) t2 << 8) | t1 ; in SwapWord_Port4()
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/
H A DdrvMVD.c1324 MS_U32 t1=0, t2=0; in MVD_Init() local
1338 t2 = MsOS_GetSystemTime(); in MVD_Init()
1339 printf("i000: t2=%ld, diff=%ld\n", t2, t2-t1); in MVD_Init()
1340 t1 = t2; in MVD_Init()
1352 t2 = MsOS_GetSystemTime(); in MVD_Init()
1353 printf("i001: t2=%ld, diff=%ld\n", t2, t2-t1); in MVD_Init()
1354 t1 = t2; in MVD_Init()
1368 t2 = MsOS_GetSystemTime(); in MVD_Init()
1369 printf("i002: t2=%ld, diff=%ld\n", t2, t2-t1); in MVD_Init()
1370 t1 = t2; in MVD_Init()
H A DMakefile32 ifeq ($(CHIP),t2)
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dmakelst21 t2=`field 6 $t1`
25 t3=`grep $t2 $2`
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dregdef.h43 #define t2 $14 macro
52 #define t2 $10 macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dax25.h91 unsigned int t2, t2timer; member
101 unsigned int t2, t2timer; member
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A Dta_comm.h143 #define TEE_PARAM_TYPES(t0,t1,t2,t3) \ argument
144 ((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12))
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/hvd/
H A DMakefile32 ifeq ($(CHIP),t2)
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/hvd_v3/
H A DMakefile32 ifeq ($(CHIP),t2)
/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/mvd_ex/
H A DMakefile32 ifeq ($(CHIP),t2)
/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/hvd_ex/
H A DMakefile32 ifeq ($(CHIP),t2)
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/mvd_v3/
H A DMakefile32 ifeq ($(CHIP),t2)
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/hvd_lite/
H A DMakefile32 ifeq ($(CHIP),t2)
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/mvd_lite/
H A DMakefile32 ifeq ($(CHIP),t2)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netax25/
H A Dax25.h117 unsigned int t2, t2timer; member

12