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

  /external/llvm/lib/MC/
MCObjectWriter.cpp 22 bool More;
27 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
29 if (More)
30 Byte |= 0x80; // Mark this byte that that more bytes will follow.
32 } while (More);
41 Byte |= 0x80; // Mark this byte that that more bytes will follow.
  /external/v8/src/
d8.h 100 bool More() { return entry_ != NULL; }

Completed in 118 milliseconds