Home
last modified time | relevance | path

Searched defs:Instrumentation (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/executor/
H A Dinstrument.h64 typedef struct Instrumentation struct
89 } Instrumentation; argument
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/executor/
H A Dinstrument.h64 typedef struct Instrumentation struct
89 } Instrumentation; argument
/dports/databases/postgresql14-server/postgresql-14.1/src/include/executor/
H A Dinstrument.h64 typedef struct Instrumentation struct
89 } Instrumentation; argument
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/executor/
H A Dinstrument.h64 typedef struct Instrumentation struct
89 } Instrumentation; argument
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/executor/
H A Dinstrument.h64 typedef struct Instrumentation struct
89 } Instrumentation; argument
/dports/databases/postgresql14-client/postgresql-14.1/src/include/executor/
H A Dinstrument.h64 typedef struct Instrumentation struct
89 } Instrumentation; argument
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/executor/
H A Dinstrument.h64 typedef struct Instrumentation struct
89 } Instrumentation; argument
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/executor/
H A Dinstrument.h52 typedef struct Instrumentation struct
76 } Instrumentation; argument
/dports/databases/postgresql13-server/postgresql-13.5/src/include/executor/
H A Dinstrument.h52 typedef struct Instrumentation struct
76 } Instrumentation; argument
/dports/databases/postgresql13-client/postgresql-13.5/src/include/executor/
H A Dinstrument.h52 typedef struct Instrumentation struct
76 } Instrumentation; argument
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/executor/
H A Dinstrument.h52 typedef struct Instrumentation struct
76 } Instrumentation; argument
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/executor/
H A Dinstrument.h52 typedef struct Instrumentation struct
76 } Instrumentation; argument
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/executor/
H A Dinstrument.h52 typedef struct Instrumentation struct
76 } Instrumentation; argument
/dports/databases/postgresql11-client/postgresql-11.14/src/include/executor/
H A Dinstrument.h44 typedef struct Instrumentation struct
65 } Instrumentation; argument
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/executor/
H A Dinstrument.h44 typedef struct Instrumentation struct
65 } Instrumentation; argument
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/executor/
H A Dinstrument.h44 typedef struct Instrumentation struct
65 } Instrumentation; argument
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/
H A Dnone_of.pass.cpp44 assert(std::none_of(cpp17_input_iterator<const int*>(ia),
47 cpp17_input_iterator<const int*>(ia), test1()) == true);
51 const unsigned sa = sizeof(ia)/sizeof(ia[0]);
52 assert(std::none_of(cpp17_input_iterator<const int*>(ia),
54 assert(std::none_of(cpp17_input_iterator<const int*>(ia),
55 cpp17_input_iterator<const int*>(ia), test1()) == true);
59 const unsigned sa = sizeof(ia)/sizeof(ia[0]);
60 assert(std::none_of(cpp17_input_iterator<const int*>(ia),
63 cpp17_input_iterator<const int*>(ia), test1()) == true);
66 #if TEST_STD_VER > 17
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/executor/
H A Dinstrument.h44 typedef struct Instrumentation struct
65 } Instrumentation; argument
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/executor/
H A Dinstrument.h44 typedef struct Instrumentation struct
65 } Instrumentation; argument
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/executor/
H A Dinstrument.h44 typedef struct Instrumentation struct
65 } Instrumentation; argument
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/executor/
H A Dinstrument.h44 typedef struct Instrumentation struct
65 } Instrumentation; argument
/dports/databases/postgresql12-server/postgresql-12.9/src/include/executor/
H A Dinstrument.h44 typedef struct Instrumentation struct
65 } Instrumentation; argument
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/JoshUGens/sc/HelpSource/Classes/
H A DPV_PlayBuf.schelp46 code::
47 // anazlyze a soundfile and store its data to a buffer
54 p = Platform.resourceDir +/+ "sounds/a11wlk01.wav";
55 // the frame size for the analysis - experiment with other sizes (powers of 2)
59 // get some info about the file
60 sf = SoundFile.new( p );
63 // allocate memory to store FFT data to... SimpleNumber.calcPVRecSize(frameSize, hop) will return
64 // the appropriate number of samples needed for the buffer
65 y = Buffer.alloc(s, sf.duration.calcPVRecSize(f, h));
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/executor/
H A Dinstrument.h44 typedef struct Instrumentation struct
65 } Instrumentation; argument
/dports/databases/postgresql12-client/postgresql-12.9/src/include/port/atomics/
H A Darch-x86.h48 * Provide implementation for atomics using inline assembly on x86 gcc. It's
51 */
54 #if defined(__GNUC__) || defined(__INTEL_COMPILER)
56 #define PG_HAVE_ATOMIC_FLAG_SUPPORT
60 } pg_atomic_flag;
62 #define PG_HAVE_ATOMIC_U32_SUPPORT
63 typedef struct pg_atomic_uint32
64 {
65 volatile uint32 value;
66 } pg_atomic_uint32;
[all …]

1234567