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

  /external/compiler-rt/lib/profile/
InstrProfilingWriter.c 37 const uint64_t DataSize = DataEnd - DataBegin;
48 if (!DataSize)
58 {DataBegin, sizeof(__llvm_profile_data), DataSize},
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMemoryManagerTest.cpp 126 uintptr_t DataSize = i % 8 + 1;
132 data[i] = MemMgr->allocateDataSection(DataSize, Align, i + 10000, "",
139 for (unsigned j = 0; j < DataSize; j++) {
155 uintptr_t DataSize = i % 8 + 1;
162 for (unsigned j = 0; j < DataSize; j++) {
  /external/llvm/tools/lli/ChildTarget/
ChildTarget.cpp 100 uint32_t DataSize = 0;
101 int rc = ReadBytes(&DataSize, 4);
104 assert(DataSize == 8);
124 uint32_t DataSize = 0;
125 int rc = ReadBytes(&DataSize, 4);
133 size_t BufferSize = DataSize - 8;
153 uint32_t DataSize = 0;
154 int rc = ReadBytes(&DataSize, 4);
157 assert(DataSize == 8);
181 uint32_t DataSize = 0
    [all...]
  /external/llvm/tools/lli/
RemoteTargetExternal.cpp 241 uint32_t DataSize;
242 if (!ReadBytes(&DataSize, 4)) {
246 if (DataSize != TotalSize) {
251 ErrorMsg += DataSize;
254 if (DataSize == 0)
  /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;
140 CharUnits datasize, const uint64_t *fieldoffsets,
150 CharUnits datasize,
189 return DataSize;
APValue.h 115 static const size_t DataSize = sizeof(DataType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxtfflt.h 53 USHORT DataSize;
evntcons.h 46 USHORT DataSize;
ipexport.h 41 USHORT DataSize;
52 USHORT DataSize;
dxva2api.h 207 UINT DataSize;
dxvahd.h 209 UINT DataSize;
329 UINT DataSize;
345 typedef HRESULT ( CALLBACK *PDXVAHDSW_SetVideoProcessBltState )(HANDLE hVideoProcessor,DXVAHD_BLT_STATE State,UINT DataSize,const void *pData);
352 typedef HRESULT ( CALLBACK *PDXVAHDSW_SetVideoProcessStreamState )(HANDLE hVideoProcessor,UINT StreamNumber,DXVAHD_STREAM_STATE State,UINT DataSize,const void *pData);
440 STDMETHOD_(HRESULT,GetVideoProcessBltState)(THIS_ DXVAHD_BLT_STATE State,UINT DataSize,void *pData) PURE;
441 STDMETHOD_(HRESULT,GetVideoProcessStreamState)(THIS_ UINT StreamNumber,DXVAHD_STREAM_STATE State,UINT DataSize,void *pData) PURE;
442 STDMETHOD_(HRESULT,SetVideoProcessBltState)(THIS_ DXVAHD_BLT_STATE State,UINT DataSize,const void *pData) PURE;
443 STDMETHOD_(HRESULT,SetVideoProcessStreamState)(THIS_ UINT StreamNumber,DXVAHD_STREAM_STATE State,UINT DataSize,const void *pData) PURE;
452 #define IDXVAHD_VideoProcessor_GetVideoProcessBltState(This,State,DataSize,pData) (This)->lpVtbl->GetVideoProcessBltState(This,State,DataSize,pData
    [all...]
dbgeng.h 106 ULONG DataSize;
    [all...]
  /external/llvm/lib/ProfileData/
CoverageMappingReader.cpp 364 uint32_t DataSize = endian::byte_swap<uint32_t, Endian>(CFR->DataSize);
369 if (CovBuf + DataSize > CovEnd)
371 auto Mapping = StringRef(CovBuf, DataSize);
372 CovBuf += DataSize;
  /external/webrtc/webrtc/base/
winping.cc 35 USHORT DataSize; // Reply data size in bytes
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 679 W.printNumber("Data size", LLC.datasize);
681 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry);
811 uint64_t DataSize = LOLC.cmdsize - sizeof(MachO::linker_option_command);
813 StringRef Data(P, DataSize);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 357 uint64_t DataSize = Section.getSize();
365 uint64_t SectionSize = DataSize + StubBufSize;
441 uint64_t DataSize = Section.getSize();
447 unsigned EndAlignment = (DataSize | Alignment) & -(DataSize | Alignment);
525 << format("%p", Addr) << " DataSize: " << CommonSize << "\n");
572 uint64_t DataSize = Section.getSize();
606 Allocate = DataSize + PaddingSize + StubBufSize;
618 memset(Addr, 0, DataSize);
620 memcpy(Addr, pData, DataSize);
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 617 /// DataSize - The data size of the record being laid out.
618 uint64_t DataSize;
665 MaxFieldAlignment(CharUnits::Zero()), DataSize(0),
775 assert(DataSize % Context.getCharWidth() == 0);
776 return Context.toCharUnitsFromBits(DataSize);
778 uint64_t getDataSizeInBits() const { return DataSize; }
780 void setDataSize(CharUnits NewSize) { DataSize = Context.toBits(NewSize); }
781 void setDataSize(uint64_t NewSize) { DataSize = NewSize; }
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 411 DWORD DataSize = 0;
412 Symbol->get_dataBytes(0, &DataSize, nullptr);
413 if (DataSize == 0)
416 bytes.resize(DataSize);
417 Symbol->get_dataBytes(DataSize, &DataSize, bytes.data());
    [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimaging.h 135 UINT DataSize;
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 2133 milliseconds