Home
last modified time | relevance | path

Searched defs:BlockInfo (Results 1 – 25 of 622) sorted by relevance

12345678910>>...25

/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/engine/ssc/
H A DSscHelper.h29 struct BlockInfo struct
43 using BlockVec = std::vector<BlockInfo>; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/reader/spirv/
H A Dfunction.h88 struct BlockInfo { struct
98 uint32_t id = 0;
101 uint32_t pos = 0;
104 uint32_t merge_for_header = 0;
107 uint32_t continue_for_header = 0;
109 uint32_t header_for_merge = 0;
138 bool default_is_merge = false;
148 uint32_t true_head = 0;
152 uint32_t false_head = 0;
157 uint32_t premerge_head = 0;
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/exhumed/src/
H A Dmove.h28 struct BlockInfo struct
35 extern BlockInfo sBlockInfo[]; argument
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/FileLoaders/
H A DCachingFileLoader.h67 struct BlockInfo { struct
71 BlockInfo() : ptr(nullptr), generation(0) { in BlockInfo() argument
73 BlockInfo(u8 *p) : ptr(p), generation(0) { in BlockInfo() argument
H A DDiskCachingFileLoader.h165 struct BlockInfo { struct
170 BlockInfo() : block(-1), generation(0), hits(0) { in BlockInfo() argument
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/FileLoaders/
H A DCachingFileLoader.h67 struct BlockInfo { struct
71 BlockInfo() : ptr(nullptr), generation(0) { in BlockInfo() argument
73 BlockInfo(u8 *p) : ptr(p), generation(0) { in BlockInfo() function
H A DDiskCachingFileLoader.h165 struct BlockInfo { struct
170 BlockInfo() : block(-1), generation(0), hits(0) { in BlockInfo() argument
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/FileLoaders/
H A DCachingFileLoader.h67 struct BlockInfo { struct
71 BlockInfo() : ptr(nullptr), generation(0) { in BlockInfo() function
73 BlockInfo(u8 *p) : ptr(p), generation(0) { in BlockInfo() function
H A DDiskCachingFileLoader.h165 struct BlockInfo { struct
170 BlockInfo() : block(-1), generation(0), hits(0) { in BlockInfo() argument
/dports/science/bagel/bagel-1.2.2/src/asd/dmrg/
H A Dblock_key.h49 struct BlockInfo : public BlockKey { struct
51 BlockInfo(const int na, const int nb, const int ns) : BlockKey(na,nb), nstates(ns) {} in BlockInfo() argument
54 bool operator==(const BlockInfo& o) const { return (key()==o.key() && nstates==o.nstates); } argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dbparr.hxx57 struct BlockInfo final struct
69 std::unique_ptr<BlockInfo*[]> argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dbparr.hxx55 struct BlockInfo final struct
67 std::unique_ptr<BlockInfo*[]> argument
/dports/devel/poxml/poxml-21.12.3/
H A Dparser.h10 struct BlockInfo { struct
19 BlockInfo() { in BlockInfo() function
/dports/news/nzbget/nzbget-21.1/daemon/postprocess/
H A DRepair.h97 struct BlockInfo struct
101 BlockInfo(FileInfo* fileInfo, int blockCount) : in BlockInfo() argument
/dports/sysutils/edk2/edk2-platforms-89f6170d/Features/Intel/Debugging/BeepDebugFeaturePkg/Library/BeepMapLib/
H A DPlatformStatusCodesInternal.h122 #define PEI_RESET_SYSTEM (EFI_SOFTWARE_PEI_SERVICE | EFI_SW_PS_PC_RESET_SYSTEM)
124 //Reported by the PEIM or DXE driver which detected the error
125 #define GENERIC_MEMORY_CORRECTABLE_ERROR (EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_CORRECT…
126 #define GENERIC_MEMORY_UNCORRECTABLE_ERROR (EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRE…
129 #define DXE_FLASH_UPDATE_FAILED (EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UPDATE_…
132 #define GENERIC_CPU_THERMAL_ERROR (EFI_COMPUTING_UNIT_HOST_PROCESSOR | EFI_CU_HP_EC_THE…
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Ddvdec.c52 typedef struct BlockInfo { struct
60 } BlockInfo; argument
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Ddvdec.c52 typedef struct BlockInfo { struct
60 } BlockInfo; argument
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DSplitKit.h108 struct BlockInfo { struct
116 /// isOneInstr - Returns true when this BlockInfo describes a single argument
134 SmallVector<BlockInfo, 8> UseBlocks; argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DSplitKit.h121 struct BlockInfo { struct
129 /// isOneInstr - Returns true when this BlockInfo describes a single argument
147 SmallVector<BlockInfo, 8> UseBlocks; argument
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DSplitKit.h120 struct BlockInfo { struct
128 /// isOneInstr - Returns true when this BlockInfo describes a single argument
146 SmallVector<BlockInfo, 8> UseBlocks; argument
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DSplitKit.h121 struct BlockInfo { struct
129 /// isOneInstr - Returns true when this BlockInfo describes a single argument
147 SmallVector<BlockInfo, 8> UseBlocks; argument
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DSplitKit.h121 struct BlockInfo { struct
129 /// isOneInstr - Returns true when this BlockInfo describes a single argument
147 SmallVector<BlockInfo, 8> UseBlocks; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSplitKit.h120 struct BlockInfo { struct
128 /// isOneInstr - Returns true when this BlockInfo describes a single argument
146 SmallVector<BlockInfo, 8> UseBlocks; argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h120 struct BlockInfo { struct
128 /// isOneInstr - Returns true when this BlockInfo describes a single argument
146 SmallVector<BlockInfo, 8> UseBlocks; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DSplitKit.h121 struct BlockInfo { struct
129 /// isOneInstr - Returns true when this BlockInfo describes a single argument
147 SmallVector<BlockInfo, 8> UseBlocks; argument

12345678910>>...25