Searched defs:RINOK (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/Common/
H A DMyCom.h8 #ifndef RINOK
9 #define RINOK(x) { HRESULT __result_ = (x); if (__result_ != S_OK) return __result_; } macro
/external/chromium_org/third_party/lzma_sdk/
H A DTypes.h51 #ifndef RINOK
52 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } macro
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h52 #ifndef RINOK
53 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } macro
/external/lzma/C/
H A DTypes.h51 #ifndef RINOK
52 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } macro

Completed in 222 milliseconds