Home
last modified time | relevance | path

Searched refs:S32 (Results 1 – 25 of 51) sorted by relevance

123

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h107 S32 extralen;
116 S32 extralen;
122 S32 act_altsetting;
123 S32 num_altsetting;
124 S32 max_altsetting;
127 S32 minor;
149 S32 extralen;
175 S32 devnum_next;
184 S32 bandwidth_allocated;
185 S32 bandwidth_int_reqs;
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Didct.c122 #define SCALEDONE ((S32) 1)
124 #define FIX(x) ((S32) ((x) * CONST_SCALE + 0.5))
126 #define FIX_0_298631336 ((S32) 2446) /* FIX(0.298631336) */
127 #define FIX_0_390180644 ((S32) 3196) /* FIX(0.390180644) */
128 #define FIX_0_541196100 ((S32) 4433) /* FIX(0.541196100) */
129 #define FIX_0_765366865 ((S32) 6270) /* FIX(0.765366865) */
130 #define FIX_0_899976223 ((S32) 7373) /* FIX(0.899976223) */
131 #define FIX_1_175875602 ((S32) 9633) /* FIX(1.175875602) */
132 #define FIX_1_501321110 ((S32) 12299) /* FIX(1.501321110) */
133 #define FIX_1_847759065 ((S32) 15137) /* FIX(1.847759065) */
[all …]
H A Dh2v2.c143 S32 rc = gs32Crr[cr]; in msAPI_JPEG_H2V2Convert()
144 S32 gc = ( ( gs32Crg[cr] + gs32Cbg[cb] ) >> 16 ); in msAPI_JPEG_H2V2Convert()
145 S32 bc = gs32Cbb[cb]; in msAPI_JPEG_H2V2Convert()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Didct.c122 #define SCALEDONE ((S32) 1)
124 #define FIX(x) ((S32) ((x) * CONST_SCALE + 0.5))
126 #define FIX_0_298631336 ((S32) 2446) /* FIX(0.298631336) */
127 #define FIX_0_390180644 ((S32) 3196) /* FIX(0.390180644) */
128 #define FIX_0_541196100 ((S32) 4433) /* FIX(0.541196100) */
129 #define FIX_0_765366865 ((S32) 6270) /* FIX(0.765366865) */
130 #define FIX_0_899976223 ((S32) 7373) /* FIX(0.899976223) */
131 #define FIX_1_175875602 ((S32) 9633) /* FIX(1.175875602) */
132 #define FIX_1_501321110 ((S32) 12299) /* FIX(1.501321110) */
133 #define FIX_1_847759065 ((S32) 15137) /* FIX(1.847759065) */
[all …]
H A Dh2v2.c143 S32 rc = gs32Crr[cr]; in msAPI_JPEG_H2V2Convert()
144 S32 gc = ( ( gs32Crg[cr] + gs32Cbg[cb] ) >> 16 ); in msAPI_JPEG_H2V2Convert()
145 S32 bc = gs32Cbb[cb]; in msAPI_JPEG_H2V2Convert()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c230 S32 s32Ret; in ms_hub_hub_status()
264 S32 maxp, s32Ret; in ms_hub_configure()
644 S32 s32Err; in ms_hub_port_status()
676 S32 s32Dtime, s32Ret; in ms_hub_port_wait_reset()
789 S32 s32Err; in ms_hub_port_disable()
841 S32 s32Err; in ms_hub_port_debounce()
842 S32 s32Dtime, s32Stable_count; in ms_hub_port_debounce()
1122 S32 i, s32Err, port = -1; in ms_usb_physical_reset_device()
1282 S32 i, s32Err; in ms_hub_events()
1283 S32 isHubConnEvent = 0; in ms_hub_events()
[all …]
H A DdrvKernel.c89 extern S32 usb_bus_list_lock;
228 void ms_init_OS_Resource_EX(S32 *USBWaitFlg) in ms_init_OS_Resource_EX()
233 void ms_release_OS_Resource_EX(S32 *USBWaitFlg) in ms_release_OS_Resource_EX()
H A DdrvUsbd.c117 S32 usb_bus_list_lock;
578 extern void ms_release_OS_Resource_EX(S32 *USBWaitFlg);
580 extern S32 usb_bus_list_lock;
678 extern void ms_init_OS_Resource_EX(S32 *USBWaitFlg);
H A DdrvTimer.c95 S32 g_Timer_ID;
96 S32 _s32MutexUTimer;
H A DdrvBulktran.c288 static void ms_usb_wait_for_completion(struct stCompletion *cpt, S32 flag) in ms_usb_wait_for_completion()
300 static void ms_usb_wait_for_completion_timeout(struct stCompletion *cpt, S32 flag, struct ms_usdata… in ms_usb_wait_for_completion_timeout()
369 S32 flag; in ms_usb_msg_common()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/include/
H A Ddatatype.h289 typedef signed long S32; typedef
304 typedef S32 FAST_S32;
337 typedef signed int S32; typedef
352 typedef S32 FAST_S32;
442 #define Data32 S32
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_def.h244 typedef signed long S32; typedef
253 typedef S32 FILEID;
258 typedef S32 MS_S32;
310 #define Data32 S32
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_def.h244 typedef signed long S32; typedef
253 typedef S32 FILEID;
258 typedef S32 MS_S32;
310 #define Data32 S32
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvKernel.c93 S32 g_USBWaitFlg;
94 S32 g_USBWaitP2Flg;
289 void init_OS_Resource_EX(S32 *USBWaitFlg) in init_OS_Resource_EX()
H A DdrvUSBEntry.c132 S32 _s32MutexUSB;
133 S32 _s32MutexUSB_Port2;
134 S32 _s32MutexUSB_Port1;
135 S32 _s32MutexUSB_Port3;
165 extern S32 g_Hid_Timer_ID;
2057 S32 Create_USB_Mutex(U8 port) in Create_USB_Mutex()
2059 S32 temp = -1; in Create_USB_Mutex()
H A DdrvTransport.c105 extern S32 g_USBWaitFlg;
106 extern S32 g_USBWaitP2Flg;
214 void usb_Stor_wait_for_completion(struct completion *x, S32 waitFlag) in usb_Stor_wait_for_completion()
251 void usb_Stor_wait_for_completion(struct completion *x, S32 waitFlag, struct us_data *us, U32 u32Wa… in usb_Stor_wait_for_completion()
278 S32 WaitFlag; in usb_stor_msg_common()
H A DdrvUsbcommon.h139 #ifndef S32
140 #define S32 MS_S32 macro
H A DdrvTimer.c97 S32 g_Timer_ID;
119 S32 _s32MutexUTimer;
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A DUsbHostDataDef.h101 #ifndef S32
102 #define S32 signed long macro
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_type.h132 typedef S32 MFE_S32; // 4 bytes
140 typedef S32 MFE_DWORD;
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.h247 S32 Width, S32 Height, float Framerate,
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiGPD.h173 #if !defined(S32)
174 #define S32 MS_S32 macro
H A DdrvUsbcommon.h138 #ifndef S32
139 #define S32 MS_S32 macro
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvUsbcommon.h138 #ifndef S32
139 #define S32 MS_S32 macro
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe.c358 S32 MDrv_MFE_Open(struct inode *inode, struct file *filp) in MDrv_MFE_Open()
364 S32 MDrv_MFE_Release(struct inode *inode, struct file *filp) in MDrv_MFE_Release()
371 S32 MDrv_MFE__mmap(struct file *filp, struct vm_area_struct *vma) in MDrv_MFE__mmap()

123