Home
last modified time | relevance | path

Searched refs:real_size (Results 1 – 4 of 4) sorted by relevance

/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_usbh.c278 uint32_t real_size = (USBH->SR & USBH_SR_TRSZ_Msk) >> USBH_SR_TRSZ_Pos; in USBH_ReadRxBuffer() local
280 if(size > real_size) in USBH_ReadRxBuffer()
281 size = real_size; in USBH_ReadRxBuffer()
A DSWM341_usbd.c468 uint16_t real_size = (USBD->RXSR & USBD_RXSR_TRSZ_Msk) >> USBD_RXSR_TRSZ_Pos; in USBD_RxRead() local
470 if(size > real_size) in USBD_RxRead()
471 size = real_size; in USBD_RxRead()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/
A Dusbh_core.c375 uint32_t real_size; in USBH_HandleControl() local
437 real_size = USBH_ReadRxBuffer(phost->Ctrl.buff, size); in USBH_HandleControl()
438 if(real_size < size) in USBH_HandleControl()
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/
A Dvg_lite.c2667 uint32_t totalsize = 0,real_size = 0; in _copy_stroke_path() local
2732 real_size += _commandSize_float[VLC_OP_MOVE]; in _copy_stroke_path()
2734 real_size -= 4; in _copy_stroke_path()
2755 real_size += _commandSize_float[VLC_OP_LINE]; in _copy_stroke_path()
2771 real_size += _commandSize_float[VLC_OP_QUAD]; in _copy_stroke_path()
2815 real_size += _commandSize_float[VLC_OP_QUAD]; in _copy_stroke_path()
2831 real_size += _commandSize_float[VLC_OP_LINE]; in _copy_stroke_path()
2842 real_size += _commandSize_float[VLC_OP_CLOSE]; in _copy_stroke_path()
2843 path->stroke_path_size = temp_stroke_path_size + real_size; in _copy_stroke_path()
2845 real_size = 0; in _copy_stroke_path()

Completed in 24 milliseconds