/third_party/lzma/CPP/7zip/Common/ |
H A D | StreamUtils.cpp | 29 const HRESULT hres = InStream_GetSize_SeekToEnd(stream, sizeRes);
in InStream_AtBegin_GetSize() local 47 const HRESULT hres = InStream_GetSize_SeekToEnd(stream, sizeRes);
in InStream_GetPos_GetSize() local
|
H A D | FileStreams.cpp | 292 const HRESULT hres = ConvertBoolToHRESULT(result);
in Seek() local
|
H A D | FilterCoder.cpp | 121 HRESULT hres = S_OK;
in Code() local [all...] |
H A D | MultiOutStream.cpp | 37 HRESULT hres = S_OK;
in Destruct() local 372 HRESULT hres; ReOpenStream() local 672 HRESULT hres = s.Stream->Write(data, curSize, &realProcessed); Write() local [all...] |
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | HandlerOut.cpp | 85 bool CCommonMethodProps::SetCommonProperty(const UString &name, const PROPVARIANT &value, HRESULT &hres)
in SetCommonProperty() argument 205 HRESULT hres;
in SetProperty() local 260 HRESULT hres;
in SetProperty() local
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_query.c | 114 HRESULT hres = in dzn_query_pool_create() local
|
H A D | dzn_pipeline.c | 1617 HRESULT hres = 0; in dzn_graphics_pipeline_create() local 1862 ASSERTED HRESULT hres = ID3D12Device2_CreatePipelineState(device->dev, &stream_desc, in dzn_graphics_pipeline_get_state() local 1944 HRESULT hres = in dzn_graphics_pipeline_get_indirect_cmd_sig() local 2232 HRESULT hres = in dzn_compute_pipeline_get_indirect_cmd_sig() local
|
H A D | dzn_device.c | 617 ASSERTED HRESULT hres = in dzn_physical_device_get_format_support() local 912 HRESULT hres = in dzn_physical_device_get_image_format_properties() local
|
H A D | dzn_cmd_buffer.c | 878 HRESULT hres = ID3D12GraphicsCommandList1_Close(cmdbuf->cmdlist); in dzn_EndCommandBuffer() local 1080 HRESULT hres = in dzn_cmd_buffer_alloc_internal_buf() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_bufmgr.cpp | 143 HRESULT hres = dev->CreateCommittedResource(&heap_pris, in d3d12_bo_new() local
|
H A D | d3d12_resource.cpp | 256 HRESULT hres = E_FAIL; in init_texture() local
|
/third_party/lzma/CPP/Windows/ |
H A D | Shell.cpp | 210 HRESULT hres;
in DataObject_GetData_HDROP_Names() local 353 HRESULT hres = NShell::DataObject_GetData_HDROP_Names(dataObject, paths);
in DataObject_GetData_HDROP_or_IDLIST_Names() local
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | Bcj2Coder.cpp | 259 const HRESULT hres = getSubStreamSize->GetSubStreamSize(subStream_Index, &subStream_Size);
in CodeReal() local 490 const HRESULT hres = inStream->Read(_bufs[state] + total, curSize, &curSize);
in ReadInStream() local 555 const HRESULT hres in Code() local [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | UpdateCallback.cpp | 682 const HRESULT hres = Callback->OpenFileError(path, error);
in GetStream2() local
|
H A D | Update.cpp | 88 HRESULT hres = S_OK;
in Destruct() local
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zHandler.cpp | 774 HRESULT hres;
in SetProperties() local
|
/third_party/backends/backend/ |
H A D | sm3600.h | 217 typedef enum { none, hpos, hposH, hres } TRegIndex; enumerator
|
H A D | hp4200.c | 1323 compute_hdpi_code (int hres) in compute_hdpi_code() argument
|
/third_party/vulkan-loader/loader/ |
H A D | loader_windows.c | 415 HRESULT hres = fpCreateDXGIFactory1(&IID_IDXGIFactory1, (void **)&dxgi_factory); in windows_get_registry_files() local 480 HRESULT hres = dxgi_factory->lpVtbl->EnumAdapters1(dxgi_factory, j, &adapter); in windows_get_registry_files() local 933 HRESULT hres = fpCreateDXGIFactory1(&IID_IDXGIFactory6, (void **)&dxgi_factory); in windows_read_sorted_physical_devices() local 1012 HRESULT hres = fpCreateDXGIFactory1(&IID_IDXGIFactory6, (void **)&dxgi_factory); windows_initialize_dxgi() local [all...] |
/third_party/lzma/CPP/7zip/Archive/ |
H A D | XzHandler.cpp | 137 HRESULT hres = decoder.Decode(seqInStream, outStream,
in Decode() local 1067 HRESULT hres = Decode(decoder, _seqStream, realOutStream, lpsRef);
in Extract() local
|