Home
last modified time | relevance | path

Searched defs:ParallelSlot (Results 1 – 25 of 119) sorted by relevance

12345

/dports/databases/pglogical/pglogical-REL2_4_0/pglogical_dump/
H A Dparallel.h43 typedef struct ParallelSlot struct
58 } ParallelSlot; argument
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_dump/
H A Dparallel.h43 typedef struct ParallelSlot struct
58 } ParallelSlot; argument
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pg_dump/
H A Dparallel.h43 typedef struct ParallelSlot struct
58 } ParallelSlot; argument
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/pg_dump/
H A Dparallel.h43 typedef struct ParallelSlot struct
58 } ParallelSlot; argument
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/pg_dump/
H A Dparallel.h43 typedef struct ParallelSlot struct
58 } ParallelSlot; argument
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/pg_dump/
H A Dparallel.h43 typedef struct ParallelSlot struct
58 } ParallelSlot; argument
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/pg_dump/
H A Dparallel.h43 typedef struct ParallelSlot struct
58 } ParallelSlot; argument
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/pg_dump/
H A Dparallel.h43 typedef struct ParallelSlot struct
58 } ParallelSlot; argument
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/ARCMT/
H A Dremove-dealloc-zerouts.m.result22 }
23 @end
24
25 @interface Bar
26 @property (strong) Foo *a;
27 - (void) setA:(Foo*) val;
32 - (void) dealloc {
33 [self setA:0]; // This is user-defined setter overriding synthesize, don't touch it.
34 self.a.x = 0; // every dealloc must zero out its own ivar. This patter is not recognized.
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/scripts/
H A Dscripts_parallel.h19 typedef struct ParallelSlot struct
23 } ParallelSlot; argument
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/bin/scripts/
H A Dscripts_parallel.h19 typedef struct ParallelSlot struct
23 } ParallelSlot; argument
/dports/databases/postgresql13-docs/postgresql-13.5/src/bin/scripts/
H A Dscripts_parallel.h19 typedef struct ParallelSlot struct
23 } ParallelSlot; argument
/dports/databases/postgresql13-plpython/postgresql-13.5/src/bin/scripts/
H A Dscripts_parallel.h19 typedef struct ParallelSlot struct
23 } ParallelSlot; argument
/dports/databases/postgresql13-plperl/postgresql-13.5/src/bin/scripts/
H A Dscripts_parallel.h19 typedef struct ParallelSlot struct
23 } ParallelSlot; argument
/dports/databases/postgresql13-client/postgresql-13.5/src/bin/scripts/
H A Dscripts_parallel.h19 typedef struct ParallelSlot struct
23 } ParallelSlot; argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/SystemZ/
H A Dsignbits-intrinsics-binop.ll98 declare <16 x i8> @llvm.s390.vpksh(<8 x i16>, <8 x i16>)
104 ; CHECK-LABEL: f6:
105 ; CHECK-LABEL: # %bb.0:
106 ; CHECK: vpksg %v24, %v1, %v0
107 ; CHECK-NEXT: br %r14
108 %call = call <4 x i32> @llvm.s390.vpksg(<2 x i64> <i64 0, i64 1>, <2 x i64> <i64 1, i64 0>)
109 %trunc = trunc <4 x i32> %call to <4 x i16>
114 ; PACKS: i32 -> i16
115 define <8 x i16> @f7() {
116 ; CHECK-LABEL: f7:
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/fe_utils/
H A Dparallel_slot.h21 typedef struct ParallelSlot struct
32 ParallelSlotResultHandler handler; argument
34 } ParallelSlot; argument
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/fe_utils/
H A Dparallel_slot.h21 typedef struct ParallelSlot struct
32 ParallelSlotResultHandler handler; argument
34 } ParallelSlot; argument
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/fe_utils/
H A Dparallel_slot.h21 typedef struct ParallelSlot struct
32 ParallelSlotResultHandler handler; argument
34 } ParallelSlot; argument
/dports/databases/postgresql14-server/postgresql-14.1/src/include/fe_utils/
H A Dparallel_slot.h21 typedef struct ParallelSlot struct
32 ParallelSlotResultHandler handler; argument
34 } ParallelSlot; argument
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/fe_utils/
H A Dparallel_slot.h21 typedef struct ParallelSlot struct
32 ParallelSlotResultHandler handler; argument
34 } ParallelSlot; typedef
/dports/databases/postgresql14-client/postgresql-14.1/src/include/fe_utils/
H A Dparallel_slot.h21 typedef struct ParallelSlot struct
32 ParallelSlotResultHandler handler; argument
34 } ParallelSlot; argument
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/pg_dump/
H A Dpg_backup.h97 const char *filename;
100 int dumpSections;
104 int include_everything;
107 char *tocFile;
108 int format;
109 char *formatName;
111 int selTypes;
113 int selFunction;
115 int selTable;
116 SimpleStringList indexNames;
/dports/audio/streamripper/streamripper-1.64.6/lib/
H A Dcbuf2.c95 cbuf2_destroy (CBUF2 *cbuf2)
99 cbuf2->buf = NULL;
101 threadlib_destroy_sem(&cbuf2->cbuf_sem);
105 static error_code
106 cbuf2_insert (CBUF2 *cbuf2, const char *data, u_long count)
109 u_long write_idx;
111 if (cbuf2_get_free (cbuf2) < count) {
112 return SR_ERROR_BUFFER_FULL;
115 write_idx = cbuf2_write_index (cbuf2);
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/IntelSiliconPkg/Feature/Capsule/Library/MicrocodeFlashAccessLibNull/
H A DMicrocodeFlashAccessLibNull.c1 /** @file
2 Microcode flash device access library NULL instance.
3
4 Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #include <PiDxe.h>
10
[all …]

12345