HomeSort by relevance Sort by last modified time
    Searched defs:More (Results 1 - 3 of 3) 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);
42 Byte |= 0x80; // Mark this byte that that more bytes will follow.