| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | makelst | 19 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 D | apiJPEG_OJPD.c | 9245 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 D | apiJPEG.c | 9828 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 D | apiJPEG.c | 9216 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 D | apiJPEG.c | 9203 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 D | drvMassStorage_3.c | 224 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 D | drvMassStorage.c | 225 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 D | drvMassStorage_2.c | 224 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 D | drvMassStorage_4.c | 224 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 D | regdef.h | 42 #define t1 $13 macro 51 #define t1 $9 macro
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | ax25.h | 90 unsigned int t1, t1timer; member 100 unsigned int t1, t1timer; member
|
| H A D | wanrouter.h | 122 unsigned t1; /* HDLC timer T1, sec (1..30) */ member
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/optee/ |
| H A D | ta_comm.h | 143 #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 D | expr.c | 984 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 D | lkc_proto.h | 52 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 D | drvMVD.c | 1324 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 D | ax25.h | 116 unsigned int t1, t1timer; member
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | pthread.h | 224 int _EXFUN(pthread_equal, (pthread_t t1, pthread_t t2));
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/ |
| H A D | drvDMS.c | 5313 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()
|