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

1 2 3 45 6 7

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IpSecConfig.h 185 /// AH, this is the authentication algorithm. The ByteCount
188 UINT64 ByteCount;
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Dump.c 318 if (Data->ProcessingPolicy->SaLifetime.ByteCount != 0) {
320 Print (L"%lxB", Data->ProcessingPolicy->SaLifetime.ByteCount);
419 if (Data->SaLifetime.ByteCount != 0) {
421 Print (L"%lxB", Data->SaLifetime.ByteCount);
PolicyEntryOperation.c 357 &(*Data)->ProcessingPolicy->SaLifetime.ByteCount,
829 &(*Data)->SaLifetime.ByteCount,
    [all...]
  /external/python/cpython2/Tools/bgen/bgen/
macsupport.py 20 ByteCount = Type("ByteCount", "l")
  /external/swiftshader/third_party/subzero/src/
IceASanInstrumentation.cpp 249 auto *ByteCount = ConstantInteger32::create(Ctx, IceType_i32, RzSize);
252 InstAlloca::create(Func, LastRzVar, ByteCount, Alignment));
279 auto *ByteCount =
283 InstAlloca::create(Func, Dest, ByteCount, Alignment));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdd8042.h 73 ULONG ByteCount;
windns.h 617 #define DNS_NULL_RECORD_LENGTH(ByteCount) (FIELD_OFFSET(DNS_NULL_DATA,Data) + (ByteCount))
618 #define DNS_WKS_RECORD_LENGTH(ByteCount) (FIELD_OFFSET(DNS_WKS_DATA,BitMask) + (ByteCount))
  /external/giflib/
gifalloc.c 249 ep->ByteCount=Len;
250 ep->Bytes = (GifByteType *)malloc(ep->ByteCount);
gif_lib.h 54 int ByteCount;
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 182 int64 GzipInputStream::ByteCount() const {
301 int64 GzipOutputStream::ByteCount() const {
tokenizer_unittest.cc 146 int64 ByteCount() const { return array_stream_.ByteCount(); }
    [all...]
coded_stream.h     [all...]
  /external/protobuf/src/google/protobuf/
message_lite.cc 257 int original_byte_count = output->ByteCount();
262 int final_byte_count = output->ByteCount();
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 77 && eb1->ByteCount == 11
81 && eb2->ByteCount == 3
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.c     [all...]
AtapiPassThru.h     [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Spi/Devices/
MvSpiFlash.c 351 IN UINTN ByteCount,
361 End = Buf + ByteCount;
  /frameworks/base/libs/hwui/service/
GraphicsStatsService.cpp 76 virtual int64 ByteCount() const override { return mImpl.ByteCount(); }
  /art/runtime/gc/
allocation_record.h 170 size_t ByteCount() const {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.h 577 @param[in] ByteCount Requested transfer data length.
590 IN UINT32 ByteCount,
  /external/dng_sdk/source/
dng_string.cpp 163 ByteCount aInput = 0;
164 ByteCount aOutput = 0;
240 ByteCount aInput = 0;
241 ByteCount aOutput = 0;
    [all...]
  /external/protobuf/src/google/protobuf/util/
json_util_test.cc 208 virtual int64 ByteCount() const { return byte_count_; }
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 656 EXPECT_EQ(size, output_stream.ByteCount());
675 EXPECT_EQ(size, output_stream.ByteCount());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 759 IN ULONG ByteCount) PURE; \
764 IN ULONG ByteCount) PURE;
787 IN ULONG ByteCount); \
792 IN ULONG ByteCount)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h     [all...]

Completed in 1421 milliseconds

1 2 3 45 6 7