Home
last modified time | relevance | path

Searched refs:MY_SRes_HRESULT_FROM_WRes (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/C/
H A D7zTypes.h68 #define MY_SRes_HRESULT_FROM_WRes(x) HRESULT_FROM_WIN32(x) macro
70 // #define MY_HRES_ERROR_INTERNAL_ERROR MY_SRes_HRESULT_FROM_WRes(ERROR_INTERNAL_ERROR)
87 #define MY_SRes_HRESULT_FROM_WRes(x) \ macro
91 #define HRESULT_FROM_WIN32(x) MY_SRes_HRESULT_FROM_WRes(x)
H A DMtCoder.c55 return MY_SRes_HRESULT_FROM_WRes(wres); in MtCoderThread_CreateAndStart()
549 res = MY_SRes_HRESULT_FROM_WRes(wres); in MtCoder_Code()
H A DMtDec.c125 return MY_SRes_HRESULT_FROM_WRes(wres); in MtDecThread_CreateAndStart()
833 MtProgress_SetError(&p->mtProgress, MY_SRes_HRESULT_FROM_WRes(res)); in MtDec_ThreadFunc1()
1085 sres = MY_SRes_HRESULT_FROM_WRes(wres); in MtDec_Code()
H A DLzFindMt.c237 return MY_SRes_HRESULT_FROM_WRes(wres); in MtSync_Init()
280 return MY_SRes_HRESULT_FROM_WRes(wres); in MtSync_Create()

Completed in 6 milliseconds