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

1 23 4 5 6 7

  /frameworks/base/tools/aapt2/io/
Data.h 80 size_t ByteCount() const override { return next_read_ - offset_; }
129 size_t ByteCount() const override { return next_read_; }
177 size_t ByteCount() const override { return next_read_; }
209 size_t ByteCount() const override { return 0u; }
FileStream.h 45 size_t ByteCount() const override;
84 size_t ByteCount() const override;
  /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/swiftshader/third_party/subzero/unittest/AssemblerX8632/
LowLevel.cpp 19 constexpr size_t ByteCount = 1;
20 ASSERT_EQ(ByteCount, codeBytesSize());
22 verifyBytes<ByteCount>(codeBytes(), 0xc3);
28 constexpr size_t ByteCount = 3;
29 ASSERT_EQ(ByteCount, codeBytesSize());
31 verifyBytes<ByteCount>(codeBytes(), 0xC2, 0x20, 0x00);
37 constexpr size_t ByteCount = 5;
38 ASSERT_EQ(ByteCount, codeBytesSize());
40 verifyBytes<ByteCount>(codeBytes(), 0xe8, 0x00, 0x00, 0x00, 0x00);
52 constexpr size_t ByteCount = 7
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Ata.c 461 @param ByteCount data size in byte unit of the buffer.
477 IN UINT32 ByteCount,
564 while (WordCount < ByteCount / 2) {
581 if ((WordCount + Increment) > ByteCount / 2) {
582 Increment = ByteCount / 2 - WordCount;
609 @param ByteCount data size in byte unit of the buffer.
626 IN UINT32 ByteCount,
708 while (WordCount < ByteCount / 2) {
727 if ((WordCount + Increment) > ByteCount / 2) {
728 Increment = ByteCount / 2 - WordCount;
    [all...]
Atapi.c 210 @param ByteCount data size in byte unit of the buffer.
223 IN UINT32 ByteCount,
244 if (ByteCount == 0) {
248 // for performance, we assert the ByteCount is an even number
250 ASSERT((ByteCount%2) == 0);
253 RequiredWordCount = ByteCount / 2;
337 @param ByteCount data size in byte unit of the buffer.
351 IN UINT32 ByteCount,
428 return PioReadWriteData (IdeDev, Buffer, ByteCount, 1, TimeOut);
439 @param ByteCount data size in byte unit of the buffer.
    [all...]
  /external/protobuf/src/google/protobuf/io/
printer_unittest.cc 79 buffer[output.ByteCount()] = '\0';
105 buffer[output.ByteCount()] = '\0';
140 buffer[output.ByteCount()] = '\0';
165 buffer[output.ByteCount()] = '\0';
228 buffer[output.ByteCount()] = '\0';
268 buffer[output.ByteCount()] = '\0';
303 buffer[output.ByteCount()] = '\0';
328 buffer[output.ByteCount()] = '\0';
352 buffer[output.ByteCount()] = '\0';
396 buffer[output.ByteCount()] = '\0'
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
CEATA.c 24 @param ByteCount Buffer size.
40 IN UINT8 ByteCount,
50 if ((Address % 4 != 0) || (ByteCount % 4 != 0)) {
55 Argument = (Address << 16) | ByteCount;
62 CopyMem (CardData->AlignedBuffer, Buffer, ByteCount);
70 ByteCount,
82 ByteCount,
88 CopyMem (Buffer, CardData->AlignedBuffer, ByteCount);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
IdeMode.h 82 UINT16 ByteCount;
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Helper.h 28 @param[in] ByteCount The valid byte count
44 IN UINTN ByteCount,
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalIdeMode.h 147 @param ByteCount The Length of the Data.
164 IN UINT64 ByteCount,
  /frameworks/base/tools/aapt2/compile/
Png.h 70 size_t ByteCount() const override { return window_start_; }

Completed in 380 milliseconds

1 23 4 5 6 7