HomeSort by relevance Sort by last modified time
    Searched defs:More (Results 1 - 6 of 6) 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 to show that more bytes will follow.
34 } while (More);
44 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
65 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 68 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
75 bool More;
79 More = !((((Value == 0) && ((Byte & 0x40) == 0)) ||
81 if (More)
82 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
84 } while (More);
  /external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
mootools-more-yui-compressed.min.js 1 MooTools.More={version:"1.5.0",build:"73db5e24e6e9c5c87b3a27aebef2248053f7db37"};(function(){Events.Pseudos=func (…)
    [all...]
  /external/v8/src/
d8.h 81 bool More() { return entry_ != NULL; }
  /external/llvm/lib/Object/
MachOObjectFile.cpp 471 // If this is a STAB debugging symbol, we can do nothing more.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 308 milliseconds