HomeSort by relevance Sort by last modified time
    Searched defs:DataSize (Results 1 - 14 of 14) sorted by null

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMemoryManagerTest.cpp 128 uintptr_t DataSize = i % 8 + 1;
134 data[i] = MemMgr->allocateDataSection(DataSize, Align, i + 10000,
141 for (unsigned j = 0; j < DataSize; j++) {
157 uintptr_t DataSize = i % 8 + 1;
164 for (unsigned j = 0; j < DataSize; j++) {
  /external/sfntly/cpp/src/sfntly/data/
font_data.h 30 struct DataSize {
  /external/clang/include/clang/AST/
RecordLayout.h 63 /// DataSize - Size of record in characters without tail padding.
64 CharUnits DataSize;
118 CharUnits datasize, const uint64_t *fieldoffsets,
126 CharUnits datasize,
162 return DataSize;
  /external/llvm/tools/macho-dump/
macho-dump.cpp 273 << " ('datasize', " << LLC.DataSize << ")\n"
292 << " ('datasize', " << LLC.DataSize << ")\n"
295 unsigned NumRegions = LLC.DataSize / sizeof(macho::DataInCodeTableEntry);
317 uint64_t DataSize = LOLC.Size - sizeof(macho::LinkerOptionsLoadCommand);
319 StringRef Data(P, DataSize);
  /external/chromium/third_party/libjingle/source/talk/base/
winping.cc 45 USHORT DataSize; // Reply data size in bytes
  /external/chromium_org/third_party/libjingle/source/talk/base/
winping.cc 50 USHORT DataSize; // Reply data size in bytes
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 188 << " DataSize: " << TotalSize
249 uint64_t DataSize;
255 Check(Section.getSize(DataSize));
259 unsigned EndAlignment = (DataSize | Alignment) & -(DataSize | Alignment);
272 Allocate = DataSize + StubBufSize;
285 memset(Addr, 0, DataSize);
287 memcpy(Addr, pData, DataSize);
293 << " DataSize: " << DataSize
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
zip.c 1030 short DataSize = 16;
1038 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (short)DataSize,2);
1518 short datasize = 0; local
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 589 /// DataSize - The data size of the record being laid out.
590 uint64_t DataSize;
653 DataSize(0), NonVirtualSize(CharUnits::Zero()),
790 assert(DataSize % Context.getCharWidth() == 0);
791 return Context.toCharUnitsFromBits(DataSize);
793 uint64_t getDataSizeInBits() const { return DataSize; }
795 void setDataSize(CharUnits NewSize) { DataSize = Context.toBits(NewSize); }
796 void setDataSize(uint64_t NewSize) { DataSize = NewSize; }
    [all...]
  /external/llvm/include/llvm/Object/
MachOFormat.h 255 uint32_t DataSize;
  /external/zlib/src/contrib/minizip/
zip.c 1030 short DataSize = 16;
1038 err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (short)DataSize,2);
1519 short datasize = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]

Completed in 474 milliseconds