HomeSort by relevance Sort by last modified time
    Searched refs:ByteCount (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
Other.cpp 40 static constexpr uint32_t ByteCount = 1;
41 ASSERT_EQ(ByteCount, codeBytesSize());
42 verifyBytes<ByteCount>(codeBytes(), 0xCC);
47 static constexpr uint32_t ByteCount = 1;
48 ASSERT_EQ(ByteCount, codeBytesSize());
49 verifyBytes<ByteCount>(codeBytes(), 0xF4);
54 static constexpr uint32_t ByteCount = 2;
55 ASSERT_EQ(ByteCount, codeBytesSize());
56 verifyBytes<ByteCount>(codeBytes(), 0x0F, 0x0B);
62 static constexpr uint8_t ByteCount = 1;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmapibuf.h 13 NET_API_STATUS WINAPI NetApiBufferAllocate(DWORD ByteCount,LPVOID *Buffer);
16 NET_API_STATUS WINAPI NetApiBufferSize(LPVOID Buffer,LPDWORD ByteCount);
17 NET_API_STATUS WINAPI NetapipBufferAllocate(DWORD ByteCount,LPVOID *Buffer);
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
Other.cpp 40 static constexpr uint32_t ByteCount = 1;
41 ASSERT_EQ(ByteCount, codeBytesSize());
42 verifyBytes<ByteCount>(codeBytes(), 0xCC);
47 static constexpr uint32_t ByteCount = 1;
48 ASSERT_EQ(ByteCount, codeBytesSize());
49 verifyBytes<ByteCount>(codeBytes(), 0xF4);
54 static constexpr uint32_t ByteCount = 2;
55 ASSERT_EQ(ByteCount, codeBytesSize());
56 verifyBytes<ByteCount>(codeBytes(), 0x0F, 0x0B);
  /frameworks/base/tools/aapt2/io/
Io.h 52 virtual size_t ByteCount() const = 0;
87 virtual size_t ByteCount() const = 0;
FileStream_test.cpp 42 EXPECT_THAT(in.ByteCount(), Eq(0u));
49 EXPECT_THAT(in.ByteCount(), Eq(10u));
55 EXPECT_THAT(in.ByteCount(), Eq(20u));
59 EXPECT_THAT(in.ByteCount(), Eq(15u));
64 ASSERT_THAT(in.ByteCount(), Eq(20u));
69 EXPECT_THAT(in.ByteCount(), Eq(10u));
74 ASSERT_THAT(in.ByteCount(), Eq(20u));
80 ASSERT_THAT(in.ByteCount(), Eq(21u));
94 EXPECT_THAT(out.ByteCount(), Eq(0u));
101 EXPECT_THAT(out.ByteCount(), Eq(10u))
    [all...]
BigBufferStream.h 41 size_t ByteCount() const override;
66 size_t ByteCount() const override;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
zero_copy_stream_impl_lite.h 76 int64 ByteCount() const;
109 int64 ByteCount() const;
141 int64 ByteCount() const;
213 int64 ByteCount() const;
300 int64 ByteCount() const;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
zero_copy_stream_impl_lite.h 76 int64 ByteCount() const;
109 int64 ByteCount() const;
141 int64 ByteCount() const;
213 int64 ByteCount() const;
300 int64 ByteCount() const;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
zero_copy_stream_impl_lite.h 76 int64 ByteCount() const;
109 int64 ByteCount() const;
141 int64 ByteCount() const;
213 int64 ByteCount() const;
300 int64 ByteCount() const;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
zero_copy_stream_impl_lite.h 76 int64 ByteCount() const;
109 int64 ByteCount() const;
141 int64 ByteCount() const;
213 int64 ByteCount() const;
300 int64 ByteCount() const;
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
zero_copy_stream_impl.cc 102 int64 FileInputStream::ByteCount() const {
103 return impl_.ByteCount();
201 int64 FileOutputStream::ByteCount() const {
202 return impl_.ByteCount();
292 int64 IstreamInputStream::ByteCount() const {
293 return impl_.ByteCount();
332 int64 OstreamOutputStream::ByteCount() const {
333 return impl_.ByteCount();
365 bytes_retired_ += streams_[0]->ByteCount();
384 // Assume that ByteCount() can be used to find out how much we actuall
    [all...]
zero_copy_stream_impl.h 94 int64 ByteCount() const;
176 int64 ByteCount() const;
228 int64 ByteCount() const;
271 int64 ByteCount() const;
315 int64 ByteCount() const;
341 int64 ByteCount() const;
zero_copy_stream_impl_lite.h 83 int64 ByteCount() const;
116 int64 ByteCount() const;
150 int64 ByteCount() const;
175 int64 ByteCount() const;
246 int64 ByteCount() const;
333 int64 ByteCount() const;
  /external/protobuf/src/google/protobuf/util/internal/
json_objectwriter_test.cc 67 EXPECT_EQ("{}", output_.substr(0, out_stream_->ByteCount()));
78 output_.substr(0, out_stream_->ByteCount()));
84 EXPECT_EQ("[]", output_.substr(0, out_stream_->ByteCount()));
95 output_.substr(0, out_stream_->ByteCount()));
106 output_.substr(0, out_stream_->ByteCount()));
117 output_.substr(0, out_stream_->ByteCount()));
128 output_.substr(0, out_stream_->ByteCount()));
138 EXPECT_EQ("[[\"value\"]]", output_.substr(0, out_stream_->ByteCount()));
168 output_.substr(0, out_stream_->ByteCount()));
179 output_.substr(0, out_stream_->ByteCount()));
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream.h 167 // stream is advanced to the end of the stream (so ByteCount() will return
172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
  /external/sfntly/cpp/src/sfntly/table/
byte_array_table_builder.h 43 virtual int32_t ByteCount();
  /external/perfetto/src/tracing/core/
sliced_protobuf_input_stream_unittest.cc 43 ASSERT_EQ(kBufs[0], istr.ByteCount());
48 ASSERT_EQ(kBufs[0] - 10, istr.ByteCount());
54 ASSERT_EQ(kBufs[0], istr.ByteCount());
59 ASSERT_EQ(kBufs[0] - 50, istr.ByteCount());
66 ASSERT_EQ(kBufs[0], istr.ByteCount());
79 ASSERT_EQ(num_bytes, istr.ByteCount());
84 ASSERT_EQ(num_bytes, istr.ByteCount());
95 ASSERT_EQ(99, istr.ByteCount());
98 ASSERT_EQ(99 + 1 + 200 + 1023, istr.ByteCount());
101 ASSERT_EQ(99 + 1 + 200 + 1023 + 1 + 0 + 10 + 0 + 1 + 1 + 3, istr.ByteCount());
    [all...]
sliced_protobuf_input_stream.h 41 google::protobuf::int64 ByteCount() const override;
  /device/linaro/bootloader/OpenPlatformPkg/Applications/SpiTool/
SpiFlashCmd.c 214 UINTN ByteCount, FileSize, I;
361 ByteCount = ShellStrToUintn (LengthStr);
362 if (ByteCount < 0) {
395 ByteCount = (UINTN) FileSize;
398 FileBuffer = AllocateZeroPool ((UINTN) ByteCount);
406 Status = FileHandleRead (FileHandle, &ByteCount, FileBuffer);
410 } else if (ByteCount != (UINTN) FileSize) {
425 Status = SpiFlashProtocol->Read (Slave, Offset, ByteCount, Buffer);
428 Status = SpiFlashProtocol->Erase (Slave, Offset, ByteCount);
432 Status = SpiFlashProtocol->Write (Slave, Offset, ByteCount, Buffer);
    [all...]
  /external/llvm/lib/Support/
SHA1.cpp 46 InternalState.ByteCount = 0;
108 ++InternalState.ByteCount;
129 addUncounted(InternalState.ByteCount >> 29); // Shifting to multiply by 8
130 addUncounted(InternalState.ByteCount >>
132 addUncounted(InternalState.ByteCount >> 13); // byte.
133 addUncounted(InternalState.ByteCount >> 5);
134 addUncounted(InternalState.ByteCount << 3);

Completed in 556 milliseconds

1 2 3 4 5 6 7