Searched defs:DataSize (Results 26 - 31 of 31) sorted by relevance

12

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dzip.c1030 short DataSize = 16; local
1038 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (short)DataSize,2);
1664 zip64local_putValue_inmemory(p, datasize, 2); // DataSize
1687 // ( 4 below is the size of HeaderID and DataSize field )
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp574 /// DataSize - The data size of the record being laid out.
575 uint64_t DataSize; member in class:__anon17744::RecordLayoutBuilder
635 DataSize(0), NonVirtualSize(CharUnits::Zero()),
756 assert(DataSize % Context.getCharWidth() == 0);
757 return Context.toCharUnitsFromBits(DataSize);
759 uint64_t getDataSizeInBits() const { return DataSize; }
761 void setDataSize(CharUnits NewSize) { DataSize = Context.toBits(NewSize); }
762 void setDataSize(uint64_t NewSize) { DataSize = NewSize; }
1002 assert(DataSize == 0 && "Vtable pointer must be at offset zero!");
1610 // Update DataSize t
2196 CharUnits DataSize; member in struct:__anon17745::MicrosoftRecordLayoutBuilder
2810 CharUnits DataSize = local
[all...]
/external/zlib/src/contrib/minizip/
H A Dzip.c1030 short DataSize = 16; local
1038 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (short)DataSize,2);
1665 zip64local_putValue_inmemory(p, datasize, 2); // DataSize
1688 // ( 4 below is the size of HeaderID and DataSize field )
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h908 ULONG32 DataSize; member in struct:_MINIDUMP_LOCATION_DESCRIPTOR
913 ULONG64 DataSize; member in struct:_MINIDUMP_LOCATION_DESCRIPTOR64
924 ULONG64 DataSize; member in struct:_MINIDUMP_MEMORY_DESCRIPTOR64
/external/chromium_org/v8/src/
H A Dobjects-inl.h4009 int FixedTypedArrayBase::DataSize(InstanceType type) { function in class:v8::internal::FixedTypedArrayBase
4027 int FixedTypedArrayBase::DataSize() { function in class:v8::internal::FixedTypedArrayBase
4028 return DataSize(map()->instance_type());
4033 return OBJECT_POINTER_ALIGN(kDataOffset + DataSize());
4038 return OBJECT_POINTER_ALIGN(kDataOffset + DataSize(type));
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h908 ULONG32 DataSize; member in struct:_MINIDUMP_LOCATION_DESCRIPTOR
913 ULONG64 DataSize; member in struct:_MINIDUMP_LOCATION_DESCRIPTOR64
924 ULONG64 DataSize; member in struct:_MINIDUMP_MEMORY_DESCRIPTOR64

Completed in 277 milliseconds

12