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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 25 bool More;
30 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
32 if (More || Padding != 0)
33 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
35 } while (More);
51 bool More;
56 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
58 if (More || Padding != 0)
59 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
61 } while (More);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 25 bool More;
30 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
32 if (More || Padding != 0)
33 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
35 } while (More);
51 bool More;
56 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
58 if (More || Padding != 0)
59 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
61 } while (More);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 25 bool More;
30 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
32 if (More || Padding != 0)
33 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
35 } while (More);
51 bool More;
56 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
58 if (More || Padding != 0)
59 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
61 } while (More);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 25 bool More;
30 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
32 if (More || Padding != 0)
33 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
35 } while (More);
51 bool More;
56 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
58 if (More || Padding != 0)
59 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
61 } while (More);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 25 bool More;
30 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
32 if (More || Padding != 0)
33 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
35 } while (More);
51 bool More;
56 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
58 if (More || Padding != 0)
59 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
61 } while (More);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 25 bool More;
30 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
32 if (More || Padding != 0)
33 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
35 } while (More);
51 bool More;
56 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
58 if (More || Padding != 0)
59 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
61 } while (More);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 25 bool More;
30 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
32 if (More || Padding != 0)
33 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
35 } while (More);
51 bool More;
56 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
58 if (More || Padding != 0)
59 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
61 } while (More);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 25 bool More;
30 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
32 if (More || Padding != 0)
33 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
35 } while (More);
51 bool More;
56 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
58 if (More || Padding != 0)
59 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
61 } while (More);
    [all...]
  /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/swiftshader/third_party/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.
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
BlockFront.c 588 INT32 More;
656 RING_FINAL_CHECK_FOR_RESPONSES (&Dev->Ring, More);
657 } while (More != 0);
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 61 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
68 bool More;
72 More = !((((Value == 0) && ((Byte & 0x40) == 0)) ||
74 if (More)
75 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
77 } while (More);
  /prebuilts/go/darwin-x86/src/encoding/json/
stream.go 135 // Make room to read more into the buffer.
202 // so that the reader knows there aren't more
478 // More reports whether there is another element in the
480 func (dec *Decoder) More() bool {
  /prebuilts/go/linux-x86/src/encoding/json/
stream.go 135 // Make room to read more into the buffer.
202 // so that the reader knows there aren't more
478 // More reports whether there is another element in the
480 func (dec *Decoder) More() bool {
  /external/v8/src/
d8.h 80 bool More() { return entry_ != NULL; }
  /external/llvm/lib/Object/
MachOObjectFile.cpp 517 // If this is a STAB debugging symbol, we can do nothing more.
    [all...]

Completed in 631 milliseconds