Searched refs:real_size (Results 1 – 4 of 4) sorted by relevance
278 uint32_t real_size = (USBH->SR & USBH_SR_TRSZ_Msk) >> USBH_SR_TRSZ_Pos; in USBH_ReadRxBuffer() local280 if(size > real_size) in USBH_ReadRxBuffer()281 size = real_size; in USBH_ReadRxBuffer()
468 uint16_t real_size = (USBD->RXSR & USBD_RXSR_TRSZ_Msk) >> USBD_RXSR_TRSZ_Pos; in USBD_RxRead() local470 if(size > real_size) in USBD_RxRead()471 size = real_size; in USBD_RxRead()
375 uint32_t real_size; in USBH_HandleControl() local437 real_size = USBH_ReadRxBuffer(phost->Ctrl.buff, size); in USBH_HandleControl()438 if(real_size < size) in USBH_HandleControl()
2667 uint32_t totalsize = 0,real_size = 0; in _copy_stroke_path() local2732 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