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

  /external/llvm/include/llvm/Support/
LEB128.h 24 bool More;
29 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
31 if (More)
32 Byte |= 0x80; // Mark this byte that that more bytes will follow.
34 } while (More);
44 Byte |= 0x80; // Mark this byte that that more bytes will follow.
65 Byte |= 0x80; // Mark this byte that that more bytes will follow.
  /external/v8/src/
d8.h 103 bool More() { return entry_ != NULL; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 173 milliseconds