Home
last modified time | relevance | path

Searched +defs:array +defs:total +defs:size (Results 101 – 125 of 901) sorted by relevance

12345678910>>...37

/dports/math/vtk9/VTK-9.1.0/Common/Core/Testing/Cxx/
H A DTestArrayLookup.cxx733 auto array = vtkSmartPointer<vtkFloatArray>::New(); in TestMultiComponent() local
791 int size = atoi(argv[i]); in TestArrayLookup() local
797 int size = atoi(argv[i]); in TestArrayLookup() local
840 vtkIdType total = numVal * (numVal + 1) / 2; in TestArrayLookup() local
/dports/dns/knot3/knot-3.1.5/tests/tap/
H A Druntests.c114 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
212 #define xcalloc(n, size) x_calloc((n), (size), __FILE__, __LINE__) argument
213 #define xmalloc(size) x_malloc((size), __FILE__, __LINE__) argument
214 #define xrealloc(p, size) x_realloc((p), (size), __FILE__, __LINE__) argument
286 x_calloc(size_t n, size_t size, const char *file, int line) in x_calloc()
303 x_malloc(size_t size, const char *file, int line) in x_malloc()
318 x_realloc(void *p, size_t size, const char *file, int line) in x_realloc()
926 unsigned long i, first, last, total; in test_fail_summary() local
1158 unsigned long total = 0; in test_batch() local
/dports/dns/knot3-lib/knot-3.1.5/tests/tap/
H A Druntests.c114 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
212 #define xcalloc(n, size) x_calloc((n), (size), __FILE__, __LINE__) argument
213 #define xmalloc(size) x_malloc((size), __FILE__, __LINE__) argument
214 #define xrealloc(p, size) x_realloc((p), (size), __FILE__, __LINE__) argument
286 x_calloc(size_t n, size_t size, const char *file, int line) in x_calloc()
303 x_malloc(size_t size, const char *file, int line) in x_malloc()
318 x_realloc(void *p, size_t size, const char *file, int line) in x_realloc()
926 unsigned long i, first, last, total; in test_fail_summary() local
1158 unsigned long total = 0; in test_batch() local
/dports/www/mod_webauth/webauth-4.7.0/tests/
H A Druntests.c126 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
224 #define xcalloc(n, size) x_calloc((n), (size), __FILE__, __LINE__) argument
225 #define xmalloc(size) x_malloc((size), __FILE__, __LINE__) argument
227 #define xreallocarray(p, n, size) \ argument
301 x_calloc(size_t n, size_t size, const char *file, int line) in x_calloc()
319 x_malloc(size_t size, const char *file, int line) in x_malloc()
345 x_reallocarray(void *p, size_t n, size_t size, const char *file, int line) in x_reallocarray()
1056 unsigned long i, first, last, total; in test_fail_summary() local
1279 unsigned long total = 0; in test_batch() local
/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Class/MTP/Src/
H A Dusbh_mtp_ptp.c685 uint32_t total, in PTP_GetDevicePropValue()
836 static uint32_t PTP_GetArray16 (uint16_t *array, uint8_t *data, uint32_t offset) in PTP_GetArray16()
838 uint32_t size, idx = 0; in PTP_GetArray16() local
857 static uint32_t PTP_GetArray32 (uint32_t *array, uint8_t *data, uint32_t offset) in PTP_GetArray32()
859 uint32_t size, idx = 0; in PTP_GetArray32() local
1700 uint32_t size) in USBH_PTP_SendObject()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/priority-queue-1.2.1/src/priority_queue/
H A Dmod.rs575 *self.store.heap.get_unchecked_mut(position) = in ignore()
577 *self in ignore()
578 .store in ignore()
580 .get_unchecked_mut(*self.store.heap.get_unchecked(position)) = position; in ignore()
583 *self.store.heap.get_unchecked_mut(position) = map_position;
584 *self.store.qp.get_unchecked_mut(map_position) = position;
593 fn up_heapify(&mut self, i: usize) { in iterator()
811 H: BuildHasher + Default, in initializer_list()
819 pq.heap_build(); in initializer_list()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddatastructs.cpp58 cvAlignLeft( int size, int align ) in cvAlignLeft()
325 cvMemStorageAlloc( CvMemStorage* storage, size_t size ) in cvMemStorageAlloc()
522 int total = seq->total; in cvSliceLength() local
546 cvCvtSeqToArray( const CvSeq *seq, void *array, CvSlice slice ) in cvCvtSeqToArray()
548 int elem_size, total; in cvCvtSeqToArray() local
587 void *array, int total, CvSeq *seq, CvSeqBlock * block ) in cvMakeSeqHeaderForArray()
859 int total = 0; in cvFlushSeqWriter() local
1258 int total; in cvSeqInsert() local
1377 int total, front = 0; in cvSeqRemove() local
1682 int total, length; in cvSeqRemoveSlice() local
[all …]
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTNDir.c74 HTArray * array; /* Array for sorted listings */ member
475 int total = HTNews_maxArticles(); in HTNewsDir_new() local
481 int total = HTNews_maxArticles(); in HTNewsDir_new() local
641 int size = HTArray_size(dir->array); in HTNewsDir_setRefInfo() local
681 HTArray * array = dir->array; in HTNewsDir_setGroupInfo() local
774 HTArray * array = dir->array; in HTNewsDir_free() local
/dports/archivers/kf5-karchive/karchive-5.89.0/src/
H A Dkarchive.cpp312 qint64 size = fileInfo.size(); in addLocalFile() local
329 QByteArray array; in addLocalFile() local
332 qint64 total = 0; in addLocalFile() local
385 const qint64 size = data.size(); in writeFile() local
405 bool KArchive::writeData(const char *data, qint64 size) in writeData()
447 qint64 size, in prepareWriting()
460 bool KArchive::finishWriting(qint64 size) in finishWriting()
749 qint64 size; member in KArchiveFilePrivate
760 qint64 size) in KArchiveFile()
776 qint64 KArchiveFile::size() const in size() function in KArchiveFile
[all …]
/dports/graphics/tiled/tiled-1.7.2/src/karchive/src/
H A Dkarchive.cpp313 qint64 size = fileInfo.size(); in addLocalFile() local
333 QByteArray array; in addLocalFile() local
336 qint64 total = 0; in addLocalFile() local
387 const qint64 size = data.size(); in writeFile() local
407 bool KArchive::writeData(const char *data, qint64 size) in writeData()
441 const QString &group, qint64 size, in prepareWriting()
452 bool KArchive::finishWriting(qint64 size) in finishWriting()
735 qint64 size; member in KArchiveFilePrivate
741 qint64 pos, qint64 size) in KArchiveFile()
757 qint64 KArchiveFile::size() const in size() function in KArchiveFile
[all …]
/dports/security/kstart/kstart-4.2/tests/
H A Druntests.c134 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
240 #define xcalloc(n, size) x_calloc((n), (size), __FILE__, __LINE__) argument
241 #define xmalloc(size) x_malloc((size), __FILE__, __LINE__) argument
243 #define xreallocarray(p, n, size) \ argument
319 x_calloc(size_t n, size_t size, const char *file, int line) in x_calloc()
337 x_malloc(size_t size, const char *file, int line) in x_malloc()
363 x_reallocarray(void *p, size_t n, size_t size, const char *file, int line) in x_reallocarray()
1099 unsigned long i, first, last, total; in test_fail_summary() local
1346 unsigned long total = 0; in test_batch() local
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/hwloc/
H A Dtopology-synthetic.c33 unsigned *array; member
73 unsigned long total, in hwloc_synthetic_process_indexes()
78 unsigned *array = NULL; in hwloc_synthetic_process_indexes() local
323 hwloc_uint64_t size; in hwloc_synthetic_parse_memory_attr() local
1125 hwloc__export_synthetic_indexes(hwloc_obj_t *level, unsigned total, in hwloc__export_synthetic_indexes()
1248 unsigned total; in hwloc__export_synthetic_obj_attr() local
/dports/net/mpich/mpich-3.4.3/modules/hwloc/hwloc/
H A Dtopology-synthetic.c33 unsigned *array; member
73 unsigned long total, in hwloc_synthetic_process_indexes()
78 unsigned *array = NULL; in hwloc_synthetic_process_indexes() local
323 hwloc_uint64_t size; in hwloc_synthetic_parse_memory_attr() local
1125 hwloc__export_synthetic_indexes(hwloc_obj_t *level, unsigned total, in hwloc__export_synthetic_indexes()
1248 unsigned total; in hwloc__export_synthetic_obj_attr() local
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/hwloc/
H A Dtopology-synthetic.c33 unsigned *array; member
73 unsigned long total, in hwloc_synthetic_process_indexes()
78 unsigned *array = NULL; in hwloc_synthetic_process_indexes() local
323 hwloc_uint64_t size; in hwloc_synthetic_parse_memory_attr() local
1125 hwloc__export_synthetic_indexes(hwloc_obj_t *level, unsigned total, in hwloc__export_synthetic_indexes()
1248 unsigned total; in hwloc__export_synthetic_obj_attr() local
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/hwloc/
H A Dtopology-synthetic.c33 unsigned *array; member
73 unsigned long total, in hwloc_synthetic_process_indexes()
78 unsigned *array = NULL; in hwloc_synthetic_process_indexes() local
311 hwloc_uint64_t size; in hwloc_synthetic_parse_memory_attr() local
1093 hwloc__export_synthetic_indexes(hwloc_obj_t *level, unsigned total, in hwloc__export_synthetic_indexes()
1216 unsigned total; in hwloc__export_synthetic_obj_attr() local
/dports/devel/hwloc2/hwloc-2.5.0/hwloc/
H A Dtopology-synthetic.c33 unsigned *array; member
73 unsigned long total, in hwloc_synthetic_process_indexes()
78 unsigned *array = NULL; in hwloc_synthetic_process_indexes() local
323 hwloc_uint64_t size; in hwloc_synthetic_parse_memory_attr() local
1125 hwloc__export_synthetic_indexes(hwloc_obj_t *level, unsigned total, in hwloc__export_synthetic_indexes()
1248 unsigned total; in hwloc__export_synthetic_obj_attr() local
/dports/biology/iqtree/IQ-TREE-2.0.6/booster/
H A Dstats.c156 int sum_vec_of_ints(int* table, int size) { in sum_vec_of_ints()
165 int sum_vec_of_ints_but_one(int* table, int size, int index_to_ignore) { in sum_vec_of_ints_but_one()
341 int total = 0; in sample_from_counts() local
402 void shuffle(void *obj, size_t nmemb, size_t size){ in shuffle()
433 double sum(double * array, int size){ in sum()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Dshader_dxbc.cpp571 int32_t size = 0; in readString() local
772 int32_t size = 0; in read() local
837 int32_t size = 0; in write() local
890 int32_t size = 0; in read() local
980 int32_t size = 0; in write() local
1055 int32_t size = 0; in read() local
1350 int32_t size =0; in write() local
1492 int32_t size = 0; in toString() local
1539 int32_t size = 0; in toString() local
1588 const bool array = false in toString() local
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Dshader_dxbc.cpp571 int32_t size = 0; in readString() local
772 int32_t size = 0; in read() local
837 int32_t size = 0; in write() local
890 int32_t size = 0; in read() local
980 int32_t size = 0; in write() local
1055 int32_t size = 0; in read() local
1350 int32_t size =0; in write() local
1492 int32_t size = 0; in toString() local
1539 int32_t size = 0; in toString() local
1588 const bool array = false in toString() local
[all …]
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Ddelbin.c235 gbuint8 total[4]; // U32 member
261 gbuint8 total[2]; member
273 gbuint8 total[4]; // U32 member
331 gbuint8 total[4]; // U32 member
346 gbuint8 total[4]; // U32 member
564 unsigned size; member
709 unsigned total; in message_read_1() local
805 get_batch(message_t** array, unsigned* n) in get_batch()
1623 unsigned total; in read_tracks() local
2000 unsigned total; in read_routes() local
[all …]
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/deprecated/
H A Ddelbin.cc238 uint8_t total[4]; // U32 member
264 uint8_t total[2]; member
276 uint8_t total[4]; // U32 member
334 uint8_t total[4]; // U32 member
349 uint8_t total[4]; // U32 member
567 unsigned size; member
712 unsigned total; in message_read_1() local
808 get_batch(message_t** array, unsigned* n) in get_batch()
1641 unsigned total; in read_tracks() local
2023 unsigned total; in read_routes() local
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DMeshTag.cpp28 static bool all_root_set(std::string name, const EntityHandle* array, size_t len) in all_root_set()
52 int size, in MeshTag()
327 unsigned long& total, in get_memory_use()
/dports/devel/hwloc/hwloc-1.11.13/src/
H A Dtopology-synthetic.c58 unsigned long total = curlevel->totalwidth; in hwloc_synthetic_process_level_indexes() local
61 unsigned *array = NULL; in hwloc_synthetic_process_level_indexes() local
301 hwloc_uint64_t size; in hwloc_synthetic_parse_memory_attr() local
870 unsigned total = topology->level_nbobjects[depth]; in hwloc_topology_export_synthetic_indexes() local
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/src/
H A Dtopology-synthetic.c58 unsigned long total = curlevel->totalwidth; in hwloc_synthetic_process_level_indexes() local
61 unsigned *array = NULL; in hwloc_synthetic_process_level_indexes() local
301 hwloc_uint64_t size; in hwloc_synthetic_parse_memory_attr() local
870 unsigned total = topology->level_nbobjects[depth]; in hwloc_topology_export_synthetic_indexes() local
/dports/biology/py-pysam/pysam-0.18.0/htslib/htscodecs/htscodecs/
H A Dfqzcomp_qual.c106 static int store_array(unsigned char *out, unsigned int *array, int size) { in store_array()
150 static int read_array(unsigned char *in, size_t in_size, unsigned int *array, int size) { in read_array()
226 static void dump_table(unsigned int *tab, int size, char *name) { in dump_table()
261 static void dump_map(unsigned int *map, int size, char *name) { in dump_map()
519 int total = 0; in fqz_qual_stats() local

12345678910>>...37