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

1 2 3 4

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
recvfrom.c 57 socklen_t ByteCount;
94 ByteCount = sizeof ( TimeVal );
99 &ByteCount );
  /external/sfntly/cpp/src/sfntly/table/
byte_array_table_builder.cc 45 int32_t ByteArrayTableBuilder::ByteCount() {
  /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...]
X87.cpp 22 constexpr size_t ByteCount = 9;
23 ASSERT_EQ(ByteCount, codeBytesSize());
31 verifyBytes<ByteCount>(codeBytes(), Fld32Opcode, Fld32ModRM, 0x01,
41 constexpr size_t ByteCount = 9;
42 ASSERT_EQ(ByteCount, codeBytesSize());
50 verifyBytes<ByteCount>(codeBytes(), Fld32Opcode, Fld32ModRM, 0x01,
57 constexpr size_t ByteCount = 2;
58 ASSERT_EQ(ByteCount, codeBytesSize());
60 verifyBytes<ByteCount>(codeBytes(), 0xD9, 0XF7);
67 constexpr size_t ByteCount = 6
    [all...]
  /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/
BigBufferStream.cpp 67 size_t BigBufferInputStream::ByteCount() const {
92 size_t BigBufferOutputStream::ByteCount() const {
StringStream.cpp 46 size_t StringInputStream::ByteCount() const {
84 size_t StringOutputStream::ByteCount() const {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
Aml.c 250 UINT8 ByteCount;
271 ByteCount = (UINT8)((LeadByte >> 6) & 0x03);
272 Offset = ByteCount + 1;
275 switch (ByteCount) {
  /external/llvm/include/llvm/Support/
SHA1.h 66 uint32_t ByteCount;
  /external/perfetto/src/tracing/core/
sliced_protobuf_input_stream.cc 89 google::protobuf::int64 SlicedProtobufInputStream::ByteCount() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SHA1.h 73 uint32_t ByteCount;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
SHA1.h 73 uint32_t ByteCount;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
SHA1.h 73 uint32_t ByteCount;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
SHA1.h 73 uint32_t ByteCount;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
SHA1.h 73 uint32_t ByteCount;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
SHA1.h 73 uint32_t ByteCount;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
SHA1.h 73 uint32_t ByteCount;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SHA1.h 73 uint32_t ByteCount;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
SHA1.h 73 uint32_t ByteCount;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
SHA1.h 73 uint32_t ByteCount;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
SHA1.h 73 uint32_t ByteCount;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
SHA1.h 73 uint32_t ByteCount;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
SHA1.h 73 uint32_t ByteCount;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
SHA1.h 73 uint32_t ByteCount;
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_util.cc 77 grpc::protobuf::int64 GrpcByteBufferSource::ByteCount() const {

Completed in 635 milliseconds

1 2 3 4