HomeSort by relevance Sort by last modified time
    Searched defs:More (Results 1 - 5 of 5) 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/pdfium/core/include/fxcrt/
fx_memory.h 44 FX_BOOL (*More)(struct _FXMEM_SystemMgr2* pMgr, size_t alloc_size, void** new_memory, size_t* new_size);
  /external/chromium_org/v8/src/
d8.h 80 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 528 milliseconds