Home
last modified time | relevance | path

Searched defs:subarray (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dunit-Subarray.cc124 Subarray subarray; variable
247 Subarray subarray; variable
300 Subarray subarray; variable
324 Subarray* const subarray, in verify_expanded_coordinates_2D()
399 Subarray subarray; variable
474 Subarray subarray; variable
549 Subarray subarray; variable
592 Subarray* const subarray, in verify_expanded_coordinates_3D()
690 Subarray subarray; variable
789 Subarray subarray; variable
[all …]
H A Dunit-CellSlabIter.cc103 const Subarray& subarray, const std::vector<CellSlab<T>>& c_cell_slabs) { in check_iter()
157 Subarray subarray; variable
206 Subarray subarray; variable
260 Subarray subarray; variable
312 Subarray subarray; variable
430 Subarray subarray; variable
H A Dunit-capi-dense_neg.cc261 int64_t subarray[] = {-2, 1, -2, 1}; in write_dense_array_global() local
297 int64_t subarray[] = {0, 1, -1, 1}; in write_dense_array_row() local
331 int64_t subarray[] = {-2, -1, -1, 0}; in write_dense_array_col() local
364 int64_t subarray[] = {-1, 2}; in read_dense_vector() local
401 int64_t subarray[] = {-2, 1, -2, 1}; in read_dense_array_global() local
439 int64_t subarray[] = {-2, 1, -2, 1}; in read_dense_array_row() local
477 int64_t subarray[] = {-2, 1, -2, 1}; in read_dense_array_col() local
H A Dunit-capi-incomplete.cc444 const uint64_t subarray[] = {1, 2, 1, 2}; in check_dense_incomplete() local
503 const uint64_t subarray[] = {1, 2, 1, 2}; in check_dense_incomplete_serialized() local
600 const uint64_t subarray[] = {1, 2, 1, 2}; in check_dense_until_complete() local
673 const uint64_t subarray[] = {1, 2, 1, 2}; in check_dense_shrink_buffer_size() local
751 const uint64_t subarray[] = {2, 2, 2, 2}; in check_dense_unsplittable_overflow() local
812 const uint64_t subarray[] = {1, 1, 2, 2}; in check_dense_unsplittable_complete() local
868 const uint64_t subarray[] = {1, 2, 1, 2}; in check_dense_reset_buffers() local
941 const uint64_t subarray[] = {1, 2, 1, 2}; in check_sparse_incomplete() local
1000 const uint64_t subarray[] = {1, 2, 1, 2}; in check_sparse_until_complete() local
1090 const uint64_t subarray[] = {1, 1, 2, 2}; in check_sparse_unsplittable_overflow() local
[all …]
H A Dunit-cppapi-array.cc160 std::vector<int> subarray = {0, 1, 0, 0}; variable
386 std::vector<int> subarray = {0, 1, 0, 0}; variable
487 const std::vector<int> subarray = {0, 2}; variable
591 const std::vector<int> subarray = {0, 3, 0, 3}; variable
732 std::vector<int> subarray = {0, 3}; variable
815 std::vector<int> subarray = {0, 3}; variable
887 std::vector<int> subarray = {1, 4}; variable
999 std::vector<int> subarray = {1, 4}; variable
1098 const std::vector<int> subarray = {0, 0, 0, 0}; variable
1458 const std::vector<int> subarray = {0, 0, 0, 0}; variable
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/pg_rewind/
H A Dpg_rewind.c522 (uint32) (entry->begin >> 32), (uint32) (entry->begin), in data_source_manager_get_sources_array()
527 return history;
528 }
529
538 * Control files of both clusters must be read into ControlFile_target/source
545 int sourceNentries;
554 * Trace the history forward, until we hit the timeline diverge. It may
572 *recptr = MinXLogRecPtr(sourceHistory[i].end, targetHistory[i].end);
580 pg_fatal("could not find common ancestor of the source and target cluster's timelines\n");
590 createBackupLabel(XLogRecPtr startpoint, TimeLineID starttli, XLogRecPtr checkpointloc)
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/tools/browser/data-manager/
H A Ddata-source-manager.c522 GArray *subarray = g_array_new (FALSE, FALSE, sizeof (DataSource*)); in data_source_manager_get_sources_array() local
527 GArray *subarray = g_array_index (array, GArray*, 0); in data_source_manager_get_sources_array() local
537 GArray *subarray = g_array_index (array, GArray*, i); in data_source_manager_get_sources_array() local
545 GArray *subarray = g_array_new (FALSE, FALSE, in data_source_manager_get_sources_array() local
552 GArray *subarray = g_array_index (array, GArray*, i+1); in data_source_manager_get_sources_array() local
572 GArray *subarray = g_array_index (array, GArray*, 0); in data_source_manager_get_sources_array() local
579 GArray *subarray = g_array_new (FALSE, FALSE, sizeof (DataSource*)); in data_source_manager_get_sources_array() local
590 GArray *subarray = g_array_index (array, GArray*, i); in data_source_manager_get_sources_array() local
612 GArray *subarray; in data_source_manager_destroy_sources_array() local
/dports/databases/libgda5-ldap/libgda-5.2.10/tools/browser/data-manager/
H A Ddata-source-manager.c522 GArray *subarray = g_array_new (FALSE, FALSE, sizeof (DataSource*)); in data_source_manager_get_sources_array() local
527 GArray *subarray = g_array_index (array, GArray*, 0); in data_source_manager_get_sources_array() local
537 GArray *subarray = g_array_index (array, GArray*, i); in data_source_manager_get_sources_array() local
545 GArray *subarray = g_array_new (FALSE, FALSE, in data_source_manager_get_sources_array() local
552 GArray *subarray = g_array_index (array, GArray*, i+1); in data_source_manager_get_sources_array() local
572 GArray *subarray = g_array_index (array, GArray*, 0); in data_source_manager_get_sources_array() local
579 GArray *subarray = g_array_new (FALSE, FALSE, sizeof (DataSource*)); in data_source_manager_get_sources_array() local
590 GArray *subarray = g_array_index (array, GArray*, i); in data_source_manager_get_sources_array() local
612 GArray *subarray; in data_source_manager_destroy_sources_array() local
/dports/databases/libgda5-mysql/libgda-5.2.10/tools/browser/data-manager/
H A Ddata-source-manager.c522 GArray *subarray = g_array_new (FALSE, FALSE, sizeof (DataSource*)); in data_source_manager_get_sources_array() local
527 GArray *subarray = g_array_index (array, GArray*, 0); in data_source_manager_get_sources_array() local
537 GArray *subarray = g_array_index (array, GArray*, i); in data_source_manager_get_sources_array() local
545 GArray *subarray = g_array_new (FALSE, FALSE, in data_source_manager_get_sources_array() local
552 GArray *subarray = g_array_index (array, GArray*, i+1); in data_source_manager_get_sources_array() local
572 GArray *subarray = g_array_index (array, GArray*, 0); in data_source_manager_get_sources_array() local
579 GArray *subarray = g_array_new (FALSE, FALSE, sizeof (DataSource*)); in data_source_manager_get_sources_array() local
590 GArray *subarray = g_array_index (array, GArray*, i); in data_source_manager_get_sources_array() local
612 GArray *subarray; in data_source_manager_destroy_sources_array() local
/dports/databases/libgda5-jdbc/libgda-5.2.10/tools/browser/data-manager/
H A Ddata-source-manager.c522 GArray *subarray = g_array_new (FALSE, FALSE, sizeof (DataSource*)); in data_source_manager_get_sources_array() local
527 GArray *subarray = g_array_index (array, GArray*, 0); in data_source_manager_get_sources_array() local
537 GArray *subarray = g_array_index (array, GArray*, i); in data_source_manager_get_sources_array() local
545 GArray *subarray = g_array_new (FALSE, FALSE, in data_source_manager_get_sources_array() local
552 GArray *subarray = g_array_index (array, GArray*, i+1); in data_source_manager_get_sources_array() local
572 GArray *subarray = g_array_index (array, GArray*, 0); in data_source_manager_get_sources_array() local
579 GArray *subarray = g_array_new (FALSE, FALSE, sizeof (DataSource*)); in data_source_manager_get_sources_array() local
590 GArray *subarray = g_array_index (array, GArray*, i); in data_source_manager_get_sources_array() local
612 GArray *subarray; in data_source_manager_destroy_sources_array() local
/dports/databases/tiledb/TileDB-2.5.2/examples/cpp_api/
H A Dwriting_dense_global_expansion.cc66 std::vector<int> subarray = {1, 4, 1, 2}; in write_array_global() local
80 std::vector<int> subarray = {1, 4, 3, 3}; in write_array_row_major() local
99 const std::vector<int> subarray = {1, 4, 1, 3}; in read_array() local
H A Dwriting_dense_multiple.cc68 std::vector<int> subarray = {1, 2, 1, 2}; in write_array_1() local
87 std::vector<int> subarray = {2, 3, 1, 4}; in write_array_2() local
108 const std::vector<int> subarray = {1, 4, 1, 4}; in read_array() local
H A Dfragments_consolidation.cc69 std::vector<int> subarray = {1, 2, 1, 4}; in write_array_1() local
88 std::vector<int> subarray = {2, 3, 2, 3}; in write_array_2() local
130 const std::vector<int> subarray = {1, 4, 1, 4}; in read_array() local
/dports/net/mpich2/mpich2-1.5/test/mpi/datatype/
H A Dsubarray-pack.c95 MPI_Datatype subarray; in subarray_1d_c_test1() local
165 MPI_Datatype subarray; in subarray_1d_fortran_test1() local
236 MPI_Datatype subarray; in subarray_2d_c_test1() local
311 MPI_Datatype subarray; in subarray_2d_c_test2() local
379 MPI_Datatype subarray; in subarray_4d_c_test1() local
471 MPI_Datatype subarray; in subarray_4d_fortran_test1() local
565 MPI_Datatype subarray; in subarray_2d_fortran_test1() local
/dports/net/mpich/mpich-3.4.3/test/mpi/datatype/
H A Dsubarray_pack.c84 MPI_Datatype subarray; in subarray_1d_c_test1() local
150 MPI_Datatype subarray; in subarray_1d_fortran_test1() local
218 MPI_Datatype subarray; in subarray_2d_c_test1() local
290 MPI_Datatype subarray; in subarray_2d_c_test2() local
355 MPI_Datatype subarray; in subarray_4d_c_test1() local
444 MPI_Datatype subarray; in subarray_4d_fortran_test1() local
535 MPI_Datatype subarray; in subarray_2d_fortran_test1() local
/dports/devel/monotone/monotone-1.1/src/
H A Dlcs.cc159 struct subarray struct
161 typedef typename iterator_traits<T>::value_type vt;
163 T base; // underlying representation
164 long start; // current extent
165 long end; // current extent
167 subarray(T b, long s, long e) : in subarray() function
170 inline long size() const in size()
178 inline subarray subset(long s, long e) const in subset()
183 inline vt const & operator[](size_t idx) const in operator []()
/dports/databases/tiledb/TileDB-2.5.2/examples/c_api/
H A Dwriting_dense_multiple.c100 int subarray[] = {1, 2, 1, 2}; in write_array_1() local
135 int subarray[] = {2, 3, 1, 4}; in write_array_2() local
167 int subarray[] = {1, 4, 1, 4}; in read_array() local
H A Dwriting_dense_global_expansion.c103 int subarray[] = {1, 4, 1, 2}; in write_array_global() local
141 int subarray[] = {1, 4, 3, 3}; in write_array_row_major() local
173 int subarray[] = {1, 4, 1, 3}; in read_array() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/canvas/
H A DInt8Array.cpp52 PassRefPtr<Int8Array> Int8Array::subarray(int start) const in subarray() function in WebCore::Int8Array
57 PassRefPtr<Int8Array> Int8Array::subarray(int start, int end) const in subarray() function in WebCore::Int8Array
H A DUint16Array.cpp52 PassRefPtr<Uint16Array> Uint16Array::subarray(int start) const in subarray() function in WebCore::Uint16Array
57 PassRefPtr<Uint16Array> Uint16Array::subarray(int start, int end) const in subarray() function in WebCore::Uint16Array
H A DFloat32Array.cpp52 PassRefPtr<Float32Array> Float32Array::subarray(int start) const in subarray() function in WebCore::Float32Array
57 PassRefPtr<Float32Array> Float32Array::subarray(int start, int end) const in subarray() function in WebCore::Float32Array
H A DUint8Array.cpp52 PassRefPtr<Uint8Array> Uint8Array::subarray(int start) const in subarray() function in WebCore::Uint8Array
57 PassRefPtr<Uint8Array> Uint8Array::subarray(int start, int end) const in subarray() function in WebCore::Uint8Array
H A DInt16Array.cpp51 PassRefPtr<Int16Array> Int16Array::subarray(int start) const in subarray() function in WebCore::Int16Array
56 PassRefPtr<Int16Array> Int16Array::subarray(int start, int end) const in subarray() function in WebCore::Int16Array
H A DInt32Array.cpp52 PassRefPtr<Int32Array> Int32Array::subarray(int start) const in subarray() function in WebCore::Int32Array
57 PassRefPtr<Int32Array> Int32Array::subarray(int start, int end) const in subarray() function in WebCore::Int32Array
H A DUint32Array.cpp52 PassRefPtr<Uint32Array> Uint32Array::subarray(int start) const in subarray() function in WebCore::Uint32Array
57 PassRefPtr<Uint32Array> Uint32Array::subarray(int start, int end) const in subarray() function in WebCore::Uint32Array

12345678910>>...22