HomeSort by relevance Sort by last modified time
    Searched defs:Bytes (Results 51 - 75 of 298) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
BinaryStreamReader.h 60 /// Read \p Size bytes from the underlying stream at the current offset and
80 ArrayRef<uint8_t> Bytes;
81 if (auto EC = readBytes(Bytes, sizeof(T)))
85 Bytes.data(), Stream.getEndian());
131 /// Read \p Length bytes from the underlying stream into \p Ref. This is
168 ArrayRef<uint8_t> Bytes;
178 if (auto EC = readBytes(Bytes, NumElements * sizeof(T)))
181 assert(alignmentAdjustment(Bytes.data(), alignof(T)) == 0 &&
184 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements);
188 /// Read a VarStreamArray of size \p Size bytes and store the result int
    [all...]
MD5.h 56 std::array<uint8_t, 16> Bytes;
58 operator std::array<uint8_t, 16>() const { return Bytes; }
60 const uint8_t &operator[](size_t I) const { return Bytes[I]; }
61 uint8_t &operator[](size_t I) { return Bytes[I]; }
69 return endian::read<uint64_t, little, unaligned>(Bytes.data());
74 return endian::read<uint64_t, little, unaligned>(Bytes.data() + 8);
93 /// \brief Translates the bytes in \p Res to a hex string that is
97 /// \brief Computes the hash for a given bytes.
105 return LHS.Bytes == RHS.Bytes;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/IPO/
LowerTypeTests.h 45 // represent addresses 8 bytes apart.
176 std::vector<uint8_t> Bytes;
180 /// The number of bytes allocated so far for each of the bits.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
BinaryStreamReader.h 60 /// Read \p Size bytes from the underlying stream at the current offset and
80 ArrayRef<uint8_t> Bytes;
81 if (auto EC = readBytes(Bytes, sizeof(T)))
85 Bytes.data(), Stream.getEndian());
131 /// Read \p Length bytes from the underlying stream into \p Ref. This is
168 ArrayRef<uint8_t> Bytes;
178 if (auto EC = readBytes(Bytes, NumElements * sizeof(T)))
181 assert(alignmentAdjustment(Bytes.data(), alignof(T)) == 0 &&
184 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements);
188 /// Read a VarStreamArray of size \p Size bytes and store the result int
    [all...]
MD5.h 56 std::array<uint8_t, 16> Bytes;
58 operator std::array<uint8_t, 16>() const { return Bytes; }
60 const uint8_t &operator[](size_t I) const { return Bytes[I]; }
61 uint8_t &operator[](size_t I) { return Bytes[I]; }
69 return endian::read<uint64_t, little, unaligned>(Bytes.data());
74 return endian::read<uint64_t, little, unaligned>(Bytes.data() + 8);
93 /// \brief Translates the bytes in \p Res to a hex string that is
97 /// \brief Computes the hash for a given bytes.
105 return LHS.Bytes == RHS.Bytes;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/IPO/
LowerTypeTests.h 45 // represent addresses 8 bytes apart.
176 std::vector<uint8_t> Bytes;
180 /// The number of bytes allocated so far for each of the bits.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
BinaryStreamReader.h 60 /// Read \p Size bytes from the underlying stream at the current offset and
80 ArrayRef<uint8_t> Bytes;
81 if (auto EC = readBytes(Bytes, sizeof(T)))
85 Bytes.data(), Stream.getEndian());
131 /// Read \p Length bytes from the underlying stream into \p Ref. This is
140 /// Read \p Length bytes from the underlying stream into \p Stream. This is
177 ArrayRef<uint8_t> Bytes;
187 if (auto EC = readBytes(Bytes, NumElements * sizeof(T)))
190 assert(alignmentAdjustment(Bytes.data(), alignof(T)) == 0 &&
193 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements)
    [all...]
MD5.h 56 std::array<uint8_t, 16> Bytes;
58 operator std::array<uint8_t, 16>() const { return Bytes; }
60 const uint8_t &operator[](size_t I) const { return Bytes[I]; }
61 uint8_t &operator[](size_t I) { return Bytes[I]; }
69 return endian::read<uint64_t, little, unaligned>(Bytes.data());
74 return endian::read<uint64_t, little, unaligned>(Bytes.data() + 8);
93 /// \brief Translates the bytes in \p Res to a hex string that is
97 /// \brief Computes the hash for a given bytes.
105 return LHS.Bytes == RHS.Bytes;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/IPO/
LowerTypeTests.h 45 // represent addresses 8 bytes apart.
176 std::vector<uint8_t> Bytes;
180 /// The number of bytes allocated so far for each of the bits.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
BinaryStreamReader.h 60 /// Read \p Size bytes from the underlying stream at the current offset and
80 ArrayRef<uint8_t> Bytes;
81 if (auto EC = readBytes(Bytes, sizeof(T)))
85 Bytes.data(), Stream.getEndian());
131 /// Read \p Length bytes from the underlying stream into \p Ref. This is
140 /// Read \p Length bytes from the underlying stream into \p Stream. This is
177 ArrayRef<uint8_t> Bytes;
187 if (auto EC = readBytes(Bytes, NumElements * sizeof(T)))
190 assert(alignmentAdjustment(Bytes.data(), alignof(T)) == 0 &&
193 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements)
    [all...]
MD5.h 56 std::array<uint8_t, 16> Bytes;
58 operator std::array<uint8_t, 16>() const { return Bytes; }
60 const uint8_t &operator[](size_t I) const { return Bytes[I]; }
61 uint8_t &operator[](size_t I) { return Bytes[I]; }
69 return endian::read<uint64_t, little, unaligned>(Bytes.data());
74 return endian::read<uint64_t, little, unaligned>(Bytes.data() + 8);
93 /// \brief Translates the bytes in \p Res to a hex string that is
97 /// \brief Computes the hash for a given bytes.
105 return LHS.Bytes == RHS.Bytes;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/IPO/
LowerTypeTests.h 45 // represent addresses 8 bytes apart.
176 std::vector<uint8_t> Bytes;
180 /// The number of bytes allocated so far for each of the bits.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
BinaryStreamReader.h 60 /// Read \p Size bytes from the underlying stream at the current offset and
80 ArrayRef<uint8_t> Bytes;
81 if (auto EC = readBytes(Bytes, sizeof(T)))
85 Bytes.data(), Stream.getEndian());
131 /// Read \p Length bytes from the underlying stream into \p Ref. This is
140 /// Read \p Length bytes from the underlying stream into \p Stream. This is
177 ArrayRef<uint8_t> Bytes;
187 if (auto EC = readBytes(Bytes, NumElements * sizeof(T)))
190 assert(alignmentAdjustment(Bytes.data(), alignof(T)) == 0 &&
193 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements)
    [all...]
MD5.h 56 std::array<uint8_t, 16> Bytes;
58 operator std::array<uint8_t, 16>() const { return Bytes; }
60 const uint8_t &operator[](size_t I) const { return Bytes[I]; }
61 uint8_t &operator[](size_t I) { return Bytes[I]; }
69 return endian::read<uint64_t, little, unaligned>(Bytes.data());
74 return endian::read<uint64_t, little, unaligned>(Bytes.data() + 8);
93 /// \brief Translates the bytes in \p Res to a hex string that is
97 /// \brief Computes the hash for a given bytes.
105 return LHS.Bytes == RHS.Bytes;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/IPO/
LowerTypeTests.h 45 // represent addresses 8 bytes apart.
176 std::vector<uint8_t> Bytes;
180 /// The number of bytes allocated so far for each of the bits.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
BinaryStreamReader.h 60 /// Read \p Size bytes from the underlying stream at the current offset and
80 ArrayRef<uint8_t> Bytes;
81 if (auto EC = readBytes(Bytes, sizeof(T)))
85 Bytes.data(), Stream.getEndian());
131 /// Read \p Length bytes from the underlying stream into \p Ref. This is
140 /// Read \p Length bytes from the underlying stream into \p Stream. This is
177 ArrayRef<uint8_t> Bytes;
187 if (auto EC = readBytes(Bytes, NumElements * sizeof(T)))
190 assert(alignmentAdjustment(Bytes.data(), alignof(T)) == 0 &&
193 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements)
    [all...]
MD5.h 56 std::array<uint8_t, 16> Bytes;
58 operator std::array<uint8_t, 16>() const { return Bytes; }
60 const uint8_t &operator[](size_t I) const { return Bytes[I]; }
61 uint8_t &operator[](size_t I) { return Bytes[I]; }
69 return endian::read<uint64_t, little, unaligned>(Bytes.data());
74 return endian::read<uint64_t, little, unaligned>(Bytes.data() + 8);
93 /// \brief Translates the bytes in \p Res to a hex string that is
97 /// \brief Computes the hash for a given bytes.
105 return LHS.Bytes == RHS.Bytes;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/IPO/
LowerTypeTests.h 45 // represent addresses 8 bytes apart.
176 std::vector<uint8_t> Bytes;
180 /// The number of bytes allocated so far for each of the bits.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MD5.h 56 std::array<uint8_t, 16> Bytes;
58 operator std::array<uint8_t, 16>() const { return Bytes; }
60 const uint8_t &operator[](size_t I) const { return Bytes[I]; }
61 uint8_t &operator[](size_t I) { return Bytes[I]; }
69 return endian::read<uint64_t, little, unaligned>(Bytes.data());
74 return endian::read<uint64_t, little, unaligned>(Bytes.data() + 8);
93 /// \brief Translates the bytes in \p Res to a hex string that is
97 /// \brief Computes the hash for a given bytes.
105 return LHS.Bytes == RHS.Bytes;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 45 // represent addresses 8 bytes apart.
176 std::vector<uint8_t> Bytes;
180 /// The number of bytes allocated so far for each of the bits.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
BinaryStreamReader.h 60 /// Read \p Size bytes from the underlying stream at the current offset and
80 ArrayRef<uint8_t> Bytes;
81 if (auto EC = readBytes(Bytes, sizeof(T)))
85 Bytes.data(), Stream.getEndian());
131 /// Read \p Length bytes from the underlying stream into \p Ref. This is
168 ArrayRef<uint8_t> Bytes;
178 if (auto EC = readBytes(Bytes, NumElements * sizeof(T)))
181 assert(alignmentAdjustment(Bytes.data(), alignof(T)) == 0 &&
184 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements);
188 /// Read a VarStreamArray of size \p Size bytes and store the result int
    [all...]
MD5.h 56 std::array<uint8_t, 16> Bytes;
58 operator std::array<uint8_t, 16>() const { return Bytes; }
60 const uint8_t &operator[](size_t I) const { return Bytes[I]; }
61 uint8_t &operator[](size_t I) { return Bytes[I]; }
69 return endian::read<uint64_t, little, unaligned>(Bytes.data());
74 return endian::read<uint64_t, little, unaligned>(Bytes.data() + 8);
93 /// \brief Translates the bytes in \p Res to a hex string that is
97 /// \brief Computes the hash for a given bytes.
105 return LHS.Bytes == RHS.Bytes;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/IPO/
LowerTypeTests.h 45 // represent addresses 8 bytes apart.
176 std::vector<uint8_t> Bytes;
180 /// The number of bytes allocated so far for each of the bits.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
BinaryStreamReader.h 60 /// Read \p Size bytes from the underlying stream at the current offset and
80 ArrayRef<uint8_t> Bytes;
81 if (auto EC = readBytes(Bytes, sizeof(T)))
85 Bytes.data(), Stream.getEndian());
131 /// Read \p Length bytes from the underlying stream into \p Ref. This is
168 ArrayRef<uint8_t> Bytes;
178 if (auto EC = readBytes(Bytes, NumElements * sizeof(T)))
181 assert(alignmentAdjustment(Bytes.data(), alignof(T)) == 0 &&
184 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements);
188 /// Read a VarStreamArray of size \p Size bytes and store the result int
    [all...]
MD5.h 56 std::array<uint8_t, 16> Bytes;
58 operator std::array<uint8_t, 16>() const { return Bytes; }
60 const uint8_t &operator[](size_t I) const { return Bytes[I]; }
61 uint8_t &operator[](size_t I) { return Bytes[I]; }
69 return endian::read<uint64_t, little, unaligned>(Bytes.data());
74 return endian::read<uint64_t, little, unaligned>(Bytes.data() + 8);
93 /// \brief Translates the bytes in \p Res to a hex string that is
97 /// \brief Computes the hash for a given bytes.
105 return LHS.Bytes == RHS.Bytes;
    [all...]

Completed in 629 milliseconds

1 23 4 5 6 7 8 91011>>