HomeSort by relevance Sort by last modified time
    Searched full:_overflow (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/Common/
LimitedStreams.h 142 bool _overflow; member in class:CLimitedSequentialOutStream
152 _overflow = false;
155 bool IsFinishedOK() const { return (_size == 0 && !_overflow); }
LimitedStreams.cpp 207 _overflow = true;
  /external/bison/lib/
intprops.h 136 INT_<op>_OVERFLOW macros described below.
227 /* The _GL*_OVERFLOW macros have the same restrictions as the
268 The INT_<op>_OVERFLOW macros return 1 if the corresponding C operators
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 225 // bool _overflow;
232 // CBenchmarkOutStream(): _overflow(false) {}
238 // _overflow = false;
259 // _overflow = true;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 21 #define _OVERFLOW 3 /* range overflow */
31 #define OVERFLOW _OVERFLOW

Completed in 288 milliseconds