HomeSort by relevance Sort by last modified time
    Searched defs:RINOK (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/Common/
MyCom.h 8 #ifndef RINOK
9 #define RINOK(x) { HRESULT __result_ = (x); if (__result_ != S_OK) return __result_; }
  /external/chromium_org/third_party/lzma_sdk/
Types.h 51 #ifndef RINOK
52 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; }
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 52 #ifndef RINOK
53 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; }
  /external/lzma/C/
Types.h 51 #ifndef RINOK
52 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; }

Completed in 561 milliseconds