Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 19 of 19) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dmakelst19 t1=`$3 --syms $1 | grep .text | grep -m1 " F "`
20 if [ -n "$t1" ]; then
21 t2=`field 6 $t1`
27 t5=`field 1 $t1`
/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
9285 t1 = ( ( MS_S32 )pdata[0] - ( MS_S32 )pdata[4] ) << 13; in msAPI_JPEG_idct()
9289 t11 = t1 + t2; in msAPI_JPEG_idct()
9290 t12 = t1 - t2; in msAPI_JPEG_idct()
9293 t1 = ( MS_S32 )pdata[5]; in msAPI_JPEG_idct()
9298 a2 = t1 + t2; in msAPI_JPEG_idct()
9300 a4 = t1 + t3; in msAPI_JPEG_idct()
9308 t1 = (FIX_2_0531) * t1; in msAPI_JPEG_idct()
9316 t1 += a2 + a4; in msAPI_JPEG_idct()
9322 wsptr[2] = ( MS_S16 )DESCALE( t12 + t1, 13 - 2 ); in msAPI_JPEG_idct()
[all …]
H A DapiJPEG.c9828 MS_S32 t0, t1, t2, t3; in msAPI_JPEG_idct() local
9868 t1 = ( ( MS_S32 )pdata[0] - ( MS_S32 )pdata[4] ) << 13; in msAPI_JPEG_idct()
9872 t11 = t1 + t2; in msAPI_JPEG_idct()
9873 t12 = t1 - t2; in msAPI_JPEG_idct()
9876 t1 = ( MS_S32 )pdata[5]; in msAPI_JPEG_idct()
9881 a2 = t1 + t2; in msAPI_JPEG_idct()
9883 a4 = t1 + t3; in msAPI_JPEG_idct()
9891 t1 = (FIX_2_0531) * t1; in msAPI_JPEG_idct()
9899 t1 += a2 + a4; in msAPI_JPEG_idct()
9905 wsptr[2] = ( MS_S16 )DESCALE( t12 + t1, 13 - 2 ); in msAPI_JPEG_idct()
[all …]
/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
9256 t1 = ( ( MS_S32 )pdata[0] - ( MS_S32 )pdata[4] ) << 13; in msAPI_JPEG_idct()
9260 t11 = t1 + t2; in msAPI_JPEG_idct()
9261 t12 = t1 - t2; in msAPI_JPEG_idct()
9264 t1 = ( MS_S32 )pdata[5]; in msAPI_JPEG_idct()
9269 a2 = t1 + t2; in msAPI_JPEG_idct()
9271 a4 = t1 + t3; in msAPI_JPEG_idct()
9279 t1 = (FIX_2_0531) * t1; in msAPI_JPEG_idct()
9287 t1 += a2 + a4; in msAPI_JPEG_idct()
9293 wsptr[2] = ( MS_S16 )DESCALE( t12 + t1, 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
9243 t1 = ( ( MS_S32 )pdata[0] - ( MS_S32 )pdata[4] ) << 13; in msAPI_JPEG_idct()
9247 t11 = t1 + t2; in msAPI_JPEG_idct()
9248 t12 = t1 - t2; in msAPI_JPEG_idct()
9251 t1 = ( MS_S32 )pdata[5]; in msAPI_JPEG_idct()
9256 a2 = t1 + t2; in msAPI_JPEG_idct()
9258 a4 = t1 + t3; in msAPI_JPEG_idct()
9266 t1 = (FIX_2_0531) * t1; in msAPI_JPEG_idct()
9274 t1 += a2 + a4; in msAPI_JPEG_idct()
9280 wsptr[2] = ( MS_S16 )DESCALE( t12 + t1, 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
227 t1=(U8)(dat1 >> 24) & 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
228 t1=(U8)(dat1 >> 24) & 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
227 t1=(U8)(dat1 >> 24) & 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
227 t1=(U8)(dat1 >> 24) & 0xff; in SwapWord_Port4()
232 temp=( (U32) t4 <<24) | ((U32) t3 << 16) | ((U32) t2 << 8) | t1 ; in SwapWord_Port4()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dregdef.h42 #define t1 $13 macro
51 #define t1 $9 macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dax25.h90 unsigned int t1, t1timer; member
100 unsigned int t1, t1timer; member
H A Dwanrouter.h122 unsigned t1; /* HDLC timer T1, sec (1..30) */ 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/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()
991 switch (t1) { 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/modules/vdec_v1/drv/mvd/
H A DdrvMVD.c1324 MS_U32 t1=0, t2=0; in MVD_Init() local
1325 t1 = 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()
1353 printf("i001: t2=%ld, diff=%ld\n", t2, t2-t1); in MVD_Init()
1354 t1 = t2; in MVD_Init()
1369 printf("i002: t2=%ld, diff=%ld\n", t2, t2-t1); in MVD_Init()
1370 t1 = t2; in MVD_Init()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netax25/
H A Dax25.h116 unsigned int t1, t1timer; member
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpthread.h224 int _EXFUN(pthread_equal, (pthread_t t1, pthread_t t2));
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c5313 MS_U32 t1 = (MsOS_GetSystemTime() - t0[i]); in _Task_DMS_FPS() local
5314 if((t1 > PRI_PERIOD) || (t0[i] == 0)) in _Task_DMS_FPS()
5335 t1 in _Task_DMS_FPS()