Home
last modified time | relevance | path

Searched defs:dsm_segment (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/unittests/Format/
H A DCleanupTest.cpp63 TEST_F(CleanupTest, NamespaceWithSyntaxError) {
64 std::string Code = "namespace A {\n"
65 "namespace B {\n" // missing r_brace
66 "} // namespace A\n\n"
68 "namespace D int i; }\n"
69 "inline namespace E { namespace { } }\n"
70 "}";
71 std::string Expected = "namespace A {\n"
72 "\n\n\nnamespace C {\n"
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/include/asio/impl/
H A Dwrite.hpp62 template <typename SyncWriteStream, typename ConstBufferSequence>
65 is_const_buffer_sequence<ConstBufferSequence>::value
69 std::size_t bytes_transferred = write(s, buffers, transfer_all(), ec);
71 return bytes_transferred;
74 template <typename SyncWriteStream, typename ConstBufferSequence>
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/storage/ipc/
H A Ddsm.c68 struct dsm_segment struct
70 dlist_node node; /* List link in dsm_segment_list. */ argument
71 ResourceOwner resowner; /* Resource owner. */
72 dsm_handle handle; /* Segment name. */
73 uint32 control_slot; /* Slot in control segment. */
74 void *impl_private; /* Implementation-specific private data. */
98 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/storage/ipc/
H A Ddsm.c68 struct dsm_segment struct
70 dlist_node node; /* List link in dsm_segment_list. */ argument
71 ResourceOwner resowner; /* Resource owner. */
72 dsm_handle handle; /* Segment name. */
73 uint32 control_slot; /* Slot in control segment. */
74 void *impl_private; /* Implementation-specific private data. */
98 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/storage/ipc/
H A Ddsm.c68 struct dsm_segment struct
70 dlist_node node; /* List link in dsm_segment_list. */ argument
71 ResourceOwner resowner; /* Resource owner. */
72 dsm_handle handle; /* Segment name. */
73 uint32 control_slot; /* Slot in control segment. */
74 void *impl_private; /* Implementation-specific private data. */
98 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/storage/ipc/
H A Ddsm.c68 struct dsm_segment struct
70 dlist_node node; /* List link in dsm_segment_list. */ argument
71 ResourceOwner resowner; /* Resource owner. */
72 dsm_handle handle; /* Segment name. */
73 uint32 control_slot; /* Slot in control segment. */
74 void *impl_private; /* Implementation-specific private data. */
98 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/storage/ipc/
H A Ddsm.c68 struct dsm_segment struct
70 dlist_node node; /* List link in dsm_segment_list. */ argument
71 ResourceOwner resowner; /* Resource owner. */
72 dsm_handle handle; /* Segment name. */
73 uint32 control_slot; /* Slot in control segment. */
74 void *impl_private; /* Implementation-specific private data. */
98 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/storage/ipc/
H A Ddsm.c68 struct dsm_segment struct
70 dlist_node node; /* List link in dsm_segment_list. */ argument
71 ResourceOwner resowner; /* Resource owner. */
72 dsm_handle handle; /* Segment name. */
73 uint32 control_slot; /* Slot in control segment. */
74 void *impl_private; /* Implementation-specific private data. */
98 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/storage/ipc/
H A Ddsm.c68 struct dsm_segment struct
70 dlist_node node; /* List link in dsm_segment_list. */ argument
71 ResourceOwner resowner; /* Resource owner. */
72 dsm_handle handle; /* Segment name. */
73 uint32 control_slot; /* Slot in control segment. */
74 void *impl_private; /* Implementation-specific private data. */
98 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/storage/ipc/
H A Ddsm.c62 struct dsm_segment struct
64 dlist_node node; /* List link in dsm_segment_list. */ argument
65 ResourceOwner resowner; /* Resource owner. */
66 dsm_handle handle; /* Segment name. */
67 uint32 control_slot; /* Slot in control segment. */
68 void *impl_private; /* Implementation-specific private data. */
69 void *mapped_address; /* Mapping address, or NULL if unmapped. */
70 Size mapped_size; /* Size of our mapping. */
94 static dsm_segment *dsm_create_descriptor(void); argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/RISCV/rvv/
H A Dvmerge-rv32.ll62 <vscale x 4 x i8> %0,
65 i32 %3)
66
67 ret <vscale x 4 x i8> %a
70 declare <vscale x 8 x i8> @llvm.riscv.vmerge.nxv8i8.nxv8i8(
71 <vscale x 8 x i8>,
73 <vscale x 8 x i1>,

1234