Home
last modified time | relevance | path

Searched +refs:table +refs:count (Results 1 – 25 of 106216) sorted by relevance

12345678910>>...4249

/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/test/
H A DTestHashTable.c28 count = HashTable_Count(table); in test_hash_table_pointer()
37 count = HashTable_Count(table); in test_hash_table_pointer()
46 count = HashTable_Count(table); in test_hash_table_pointer()
55 count = HashTable_Count(table); in test_hash_table_pointer()
66 count = HashTable_Count(table); in test_hash_table_pointer()
126 count = HashTable_Count(table); in test_hash_table_pointer()
161 count = HashTable_Count(table); in test_hash_table_string()
170 count = HashTable_Count(table); in test_hash_table_string()
179 count = HashTable_Count(table); in test_hash_table_string()
188 count = HashTable_Count(table); in test_hash_table_string()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/vpfutil/
H A Dvpfread.c841 Read_Vpf_Int (&count,table.fp,1) ;
844 count = table.header[i].count;
1383 if (table.header[col].count == 1) {
1395 if (table.header[col].count == 1) {
1404 if (table.header[col].count == 1) {
1413 if (table.header[col].count == 1) {
1421 if (table.header[col].count == 1) {
1429 if (table.header[col].count == 1) {
1444 if (table.header[col].count == 1) {
1454 if (table.header[col].count == 1) {
[all …]
H A Dvpfwrite.c298 if ( table->header[i].count < 0 ) { in write_next_row()
299 Write_Vpf_Int ( &count, table->fp, 1 ) ; in write_next_row()
322 Write_Vpf_Char( output ,table->fp, count) ; in write_next_row()
328 Write_Vpf_Int (row[i].ptr, table->fp, count ) ; in write_next_row()
354 Write_Vpf_Coordinate(row[i].ptr,table->fp,count); in write_next_row()
457 row[i].count = table.header[i].count; in create_row()
507 row[field].count = table.header[field].count; in nullify_table_element()
562 if ((count != table.header[field].count) && in put_table_element()
563 (table.header[field].count > 0)) { in put_table_element()
565 count,table.header[field].count); in put_table_element()
[all …]
/dports/databases/grass7/grass-7.8.6/raster3d/r3.stats/
H A Dsupport.c160 p->table[0]->count = 0; in create_stat_table()
171 p->table[i]->count = 0; in create_stat_table()
190 p->table[i]->min, p->table[i]->count); in create_stat_table()
229 stats->table[i]->vol = stats->table[i]->count * vol; in update_stat_table()
233 stats->sum_count += stats->table[i]->count; in update_stat_table()
262 stats->table[i]->count); in print_stat_table()
275 stats->table[i]->num, stats->table[i]->count); in print_stat_table()
289 stats->table[i]->perc, stats->table[i]->count); in print_stat_table()
376 stats->table[left]->count++; in tree_search_range()
383 stats->table[left]->count++; in tree_search_range()
[all …]
/dports/devel/upp/upp/bazaar/ZMQ/lib/src/
H A Dtrie.cpp36 count (0) in trie_t()
42 if (count == 1) in ~trie_t()
48 free (next.table); in ~trie_t()
65 if (!count) { in add()
67 count = 1; in add()
87 next.table = (trie_t**) realloc ((void*) next.table, in add()
98 next.table = (trie_t**) realloc ((void*) next.table, in add()
101 memmove (next.table + min - c, next.table, in add()
110 if (count == 1) { in add()
136 if (!count || c < min || c >= min + count) in rm()
[all …]
/dports/net/libzmq2/zeromq-2.2.0/src/
H A Dtrie.cpp38 count (0), in trie_t()
45 if (count == 1) { in ~trie_t()
54 free (next.table); in ~trie_t()
71 if (!count) { in add()
73 count = 1; in add()
93 next.table = (trie_t**) realloc ((void*) next.table, in add()
104 next.table = (trie_t**) realloc ((void*) next.table, in add()
107 memmove (next.table + min - c, next.table, in add()
116 if (count == 1) { in add()
144 if (!count || c < min || c >= min + count) in rm()
[all …]
/dports/textproc/py-pyexcel-ezodf/pyexcel-ezodf-0.3.4/tests/
H A Dtest_table_col_row_management.py59 self.table.insert_rows(index=5, count=1)
73 self.table.insert_rows(index=5, count=2)
89 self.table.insert_rows(0, count=0)
93 self.table.insert_rows(0, count=-1)
97 self.table.insert_rows(10, count=1)
131 self.table.delete_rows(0, count=0)
144 self.table.delete_rows(9, count=2)
186 self.table.insert_columns(5, count=1)
202 self.table.insert_columns(5, count=2)
221 self.table.delete_columns(5, count=1)
[all …]
/dports/devel/libxs/libxs-1.2.0/src/
H A Dprefix_filter.cpp39 unsigned short count; member
43 struct pfx_node_t **table; member
56 node_->count = 0; in pfx_init()
79 free (node_->next.table); in pfx_close()
125 node_->next.table = in pfx_add()
137 node_->next.table = in pfx_add()
141 memmove (node_->next.table + node_->min - c, node_->next.table, in pfx_add()
294 node_->next.table = in pfx_rm_all()
331 if (!node_->count || c < node_->min || c >= node_->min + node_->count) in pfx_rm()
393 node_->count = node_->count - (new_min - node_->min); in pfx_rm()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/innodb/r/
H A Dinnodb-page_compression_zip.result11 show create table innodb_page_compressed1;
154 show create table innodb_normal;
167 show create table innodb_compressed;
346 drop table innodb_normal;
347 drop table innodb_compressed;
348 drop table innodb_page_compressed1;
349 drop table innodb_page_compressed2;
350 drop table innodb_page_compressed3;
351 drop table innodb_page_compressed4;
352 drop table innodb_page_compressed5;
[all …]
H A Dinnodb-page_compression_lzo.result11 show create table innodb_page_compressed1;
154 show create table innodb_normal;
167 show create table innodb_compressed;
347 drop table innodb_normal;
348 drop table innodb_compressed;
349 drop table innodb_page_compressed1;
350 drop table innodb_page_compressed2;
351 drop table innodb_page_compressed3;
352 drop table innodb_page_compressed4;
353 drop table innodb_page_compressed5;
[all …]
H A Dinnodb-page_compression_snappy.result13 count(*)
87 drop table innodb_normal;
88 drop table innodb_page_compressed1;
89 drop table innodb_page_compressed2;
90 drop table innodb_page_compressed3;
91 drop table innodb_page_compressed4;
92 drop table innodb_page_compressed5;
93 drop table innodb_page_compressed6;
94 drop table innodb_page_compressed7;
95 drop table innodb_page_compressed8;
[all …]
H A Dinnodb-page_compression_default.result12 count(*)
86 drop table innodb_normal;
87 drop table innodb_page_compressed1;
88 drop table innodb_page_compressed2;
89 drop table innodb_page_compressed3;
90 drop table innodb_page_compressed4;
91 drop table innodb_page_compressed5;
92 drop table innodb_page_compressed6;
93 drop table innodb_page_compressed7;
94 drop table innodb_page_compressed8;
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/innodb/r/
H A Dinnodb-page_compression_lzo.result11 show create table innodb_page_compressed1;
154 show create table innodb_normal;
167 show create table innodb_compressed;
347 drop table innodb_normal;
348 drop table innodb_compressed;
349 drop table innodb_page_compressed1;
350 drop table innodb_page_compressed2;
351 drop table innodb_page_compressed3;
352 drop table innodb_page_compressed4;
353 drop table innodb_page_compressed5;
[all …]
H A Dinnodb-page_compression_zip.result11 show create table innodb_page_compressed1;
154 show create table innodb_normal;
167 show create table innodb_compressed;
346 drop table innodb_normal;
347 drop table innodb_compressed;
348 drop table innodb_page_compressed1;
349 drop table innodb_page_compressed2;
350 drop table innodb_page_compressed3;
351 drop table innodb_page_compressed4;
352 drop table innodb_page_compressed5;
[all …]
H A Dinnodb-page_compression_default.result12 count(*)
86 drop table innodb_normal;
87 drop table innodb_page_compressed1;
88 drop table innodb_page_compressed2;
89 drop table innodb_page_compressed3;
90 drop table innodb_page_compressed4;
91 drop table innodb_page_compressed5;
92 drop table innodb_page_compressed6;
93 drop table innodb_page_compressed7;
94 drop table innodb_page_compressed8;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/innodb/r/
H A Dinnodb-page_compression_lzo.result11 show create table innodb_page_compressed1;
154 show create table innodb_normal;
167 show create table innodb_compressed;
347 drop table innodb_normal;
348 drop table innodb_compressed;
349 drop table innodb_page_compressed1;
350 drop table innodb_page_compressed2;
351 drop table innodb_page_compressed3;
352 drop table innodb_page_compressed4;
353 drop table innodb_page_compressed5;
[all …]
H A Dinnodb-page_compression_zip.result11 show create table innodb_page_compressed1;
154 show create table innodb_normal;
167 show create table innodb_compressed;
346 drop table innodb_normal;
347 drop table innodb_compressed;
348 drop table innodb_page_compressed1;
349 drop table innodb_page_compressed2;
350 drop table innodb_page_compressed3;
351 drop table innodb_page_compressed4;
352 drop table innodb_page_compressed5;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/innodb/r/
H A Dinnodb-page_compression_lzo.result11 show create table innodb_page_compressed1;
154 show create table innodb_normal;
167 show create table innodb_compressed;
345 drop table innodb_normal;
346 drop table innodb_compressed;
347 drop table innodb_page_compressed1;
348 drop table innodb_page_compressed2;
349 drop table innodb_page_compressed3;
350 drop table innodb_page_compressed4;
351 drop table innodb_page_compressed5;
[all …]
H A Dinnodb-page_compression_zip.result11 show create table innodb_page_compressed1;
154 show create table innodb_normal;
167 show create table innodb_compressed;
344 drop table innodb_normal;
345 drop table innodb_compressed;
346 drop table innodb_page_compressed1;
347 drop table innodb_page_compressed2;
348 drop table innodb_page_compressed3;
349 drop table innodb_page_compressed4;
350 drop table innodb_page_compressed5;
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/innodb/r/
H A Dinnodb-page_compression_zip.result11 show create table innodb_page_compressed1;
154 show create table innodb_normal;
167 show create table innodb_compressed;
344 drop table innodb_normal;
345 drop table innodb_compressed;
346 drop table innodb_page_compressed1;
347 drop table innodb_page_compressed2;
348 drop table innodb_page_compressed3;
349 drop table innodb_page_compressed4;
350 drop table innodb_page_compressed5;
[all …]
H A Dinnodb-page_compression_lzo.result11 show create table innodb_page_compressed1;
154 show create table innodb_normal;
167 show create table innodb_compressed;
345 drop table innodb_normal;
346 drop table innodb_compressed;
347 drop table innodb_page_compressed1;
348 drop table innodb_page_compressed2;
349 drop table innodb_page_compressed3;
350 drop table innodb_page_compressed4;
351 drop table innodb_page_compressed5;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/innodb/r/
H A Dinnodb-page_compression_zip.result11 show create table innodb_page_compressed1;
154 show create table innodb_normal;
167 show create table innodb_compressed;
346 drop table innodb_normal;
347 drop table innodb_compressed;
348 drop table innodb_page_compressed1;
349 drop table innodb_page_compressed2;
350 drop table innodb_page_compressed3;
351 drop table innodb_page_compressed4;
352 drop table innodb_page_compressed5;
[all …]
H A Dinnodb-page_compression_lzo.result11 show create table innodb_page_compressed1;
154 show create table innodb_normal;
167 show create table innodb_compressed;
347 drop table innodb_normal;
348 drop table innodb_compressed;
349 drop table innodb_page_compressed1;
350 drop table innodb_page_compressed2;
351 drop table innodb_page_compressed3;
352 drop table innodb_page_compressed4;
353 drop table innodb_page_compressed5;
[all …]
/dports/print/ttfautohint/ttfautohint-1.8.4/lib/
H A Dtasort.c27 ta_sort_pos(FT_UInt count, in ta_sort_pos() argument
34 for (i = 1; i < count; i++) in ta_sort_pos()
50 ta_sort_and_quantize_widths(FT_UInt* count, in ta_sort_and_quantize_widths() argument
62 if (*count == 1) in ta_sort_and_quantize_widths()
66 for (i = 1; i < *count; i++) in ta_sort_and_quantize_widths()
86 for (i = 1; i < *count; i++) in ta_sort_and_quantize_widths()
89 || i == *count - 1) in ta_sort_and_quantize_widths()
95 && i == *count - 1) in ta_sort_and_quantize_widths()
105 if (i < *count - 1) in ta_sort_and_quantize_widths()
116 for (i = 1; i < *count; i++) in ta_sort_and_quantize_widths()
[all …]
/dports/games/0verkill/0verkill-0.16/
H A Dhash.c25 c=table[a].count; in add_to_table()
30 table[a].count++; in add_to_table()
44 if (!table[a].count)return 0; in remove_from_table()
45 for (b=0;b<table[a].count;b++) in remove_from_table()
49 …memmove(table[a].pointer+b,table[a].pointer+b+1,(table[a].count-b-1)*sizeof(struct object_list *)); in remove_from_table()
50 table[a].count--; in remove_from_table()
51 table[a].pointer=mem_realloc(table[a].pointer,table[a].count*sizeof(struct object_list*)); in remove_from_table()
66 if (!table[a].count)return 0; in find_in_table()
67 for (b=0;b<table[a].count;b++) in find_in_table()
80 table[a].count=0; in hash_table_init()
[all …]

12345678910>>...4249