Home
last modified time | relevance | path

Searched refs:MY_SRes_HRESULT_FROM_WRes (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
D7zTypes.h50 #define MY_SRes_HRESULT_FROM_WRes(x) HRESULT_FROM_WIN32(x) macro
57 #define MY_SRes_HRESULT_FROM_WRes(x) ((HRESULT)(x) <= 0 ? ((HRESULT)(x)) : ((HRESULT) (((x) & 0x000… macro
DMtCoder.c63 return MY_SRes_HRESULT_FROM_WRes(wres); in MtCoderThread_CreateAndStart()
581 res = MY_SRes_HRESULT_FROM_WRes(wres); in MtCoder_Code()
DMtDec.c132 return MY_SRes_HRESULT_FROM_WRes(wres); in MtDecThread_CreateAndStart()
859 MtProgress_SetError(&p->mtProgress, MY_SRes_HRESULT_FROM_WRes(res)); in ThreadFunc1()
1111 sres = MY_SRes_HRESULT_FROM_WRes(wres); in MtDec_Code()