Home
last modified time | relevance | path

Searched refs:table (Results 176 – 200 of 72075) sorted by relevance

12345678910>>...2883

/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
47 checksum table performance_schema.file_instances;
50 checksum table performance_schema.hosts;
51 checksum table performance_schema.mutex_instances;
55 checksum table performance_schema.setup_actors;
58 checksum table performance_schema.setup_objects;
59 checksum table performance_schema.setup_timers;
63 checksum table performance_schema.threads;
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-internal-hash.c32 table->table = g_new0 (gpointer, table->size); in mono_internal_hash_table_init()
38 g_free (table->table); in mono_internal_hash_table_destroy()
39 table->table = NULL; in mono_internal_hash_table_destroy()
47 g_assert (table->table != NULL); in mono_internal_hash_table_lookup()
49 for (value = table->table [HASH (key, table->hash_func, table->size)]; in mono_internal_hash_table_lookup()
76 value = table->table [i]; in resize_if_needed()
77 table->table [i] = *(table->next_value (value)); in resize_if_needed()
85 g_free (table->table); in resize_if_needed()
88 table->table = new_table; in resize_if_needed()
101 *(table->next_value (value)) = table->table[hash]; in mono_internal_hash_table_insert()
[all …]
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dhash.c56 table->table = in construct_hash_table()
86 if (!((table->table)[val])) in hash_insert()
89 (table->table)[val] = in hash_insert()
91 (table->table)[val] -> key = mpool_strdup(table->pool, key); in hash_insert()
106 for (prev = &((table->table)[val]), ptr=(table->table)[val]; in hash_insert()
168 if (!(table->table)[val]) in hash_lookup()
193 if (!(table->table)[val]) in hash_del()
268 ptr = (table->table)[i]; in free_hash_table()
288 free(table->table); in free_hash_table()
290 table->table = NULL; in free_hash_table()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/srfi-lib/srfi/69/
H A Dhash.rkt11 (provide (rename my-make-hash-table s:make-hash-table)
12 (rename my-hash-table? s:hash-table?)
70 (define (%hash-table-hash hash-table key)
114 (cond ((%hash-table-find (my-hash-table-entries hash-table)
157 (if (%hash-table-delete! (my-hash-table-entries hash-table)
160 (set-my-hash-table-size! hash-table (- (my-hash-table-size hash-table) 1))))
163 (and (%hash-table-find (my-hash-table-entries hash-table)
173 (hash-table-walk hash-table
189 (hash-table-fold hash-table
198 (hash-table-walk hash-table
[all …]
/dports/math/cudd/cudd-3.0.0/cudd/
H A DcuddZddGroup.c202 table->treeZ = Mtr_InitGroupTree(0,table->sizeZ); in cuddZddTreeSifting()
203 table->treeZ->index = table->invpermZ[0]; in cuddZddTreeSifting()
214 if (table->tree && table->treeZ) { in cuddZddTreeSifting()
217 cuddPrintVarGroups(table,table->tree,0,0); in cuddZddTreeSifting()
229 cuddPrintVarGroups(table,table->treeZ,1,0); in cuddZddTreeSifting()
253 zddCountInternalMtrNodes(table,table->treeZ)); in cuddZddTreeSifting()
651 table->terminationCallback(table->tcbArg)) { in zddGroupSifting()
1097 table->subtableZ[y].next = cuddZddNextHigh(table,y); in zddGroupMove()
1105 table->subtableZ[x].next = cuddZddNextHigh(table,x); in zddGroupMove()
1187 table->subtableZ[y].next = cuddZddNextHigh(table,y); in zddGroupMoveBackward()
[all …]
H A DcuddZddSymm.c118 (void) fprintf(table->out," %d", table->invpermZ[x]); in Cudd_zddSymmProfile()
296 if (table->zddTotalNumberSwapping >= table->siftMaxSwap) in cuddZddSymmSifting()
303 table->terminationCallback(table->tcbArg)) { in cuddZddSymmSifting()
420 iteration = ddMin(table->siftMaxVar, table->sizeZ); in cuddZddSymmSiftingConv()
422 if (table->zddTotalNumberSwapping >= table->siftMaxSwap) in cuddZddSymmSiftingConv()
429 table->terminationCallback(table->tcbArg)) { in cuddZddSymmSiftingConv()
483 if (table->zddTotalNumberSwapping >= table->siftMaxSwap) in cuddZddSymmSiftingConv()
490 table->terminationCallback(table->tcbArg)) { in cuddZddSymmSiftingConv()
601 table->subtableZ[topbot].next = table->subtableZ[i].next; in cuddZddSymmSiftingAux()
1465 table->subtableZ[x].next = table->subtableZ[y].next; in zdd_group_move()
[all …]
/dports/textproc/py-texttable/texttable-1.6.4/
H A Dtests.py18 table = Texttable()
21 table.add_rows([
56 table.add_rows([
76 table.add_rows([
91 table.add_rows([
108 table.add_rows([
128 table.add_rows([
146 table.add_rows([
165 table.add_rows([
182 table.add_rows([
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtdriver2.cpp56 string table; in main() local
58 table = "systable"; in main()
62 cout << toString(table, "schema") << endl; in main()
66 cout << toString(table, "init") << endl; in main()
67 cout << toString(table, "next") << endl; in main()
74 table = "syscolumn"; in main()
91 cout << toString(table, "prec") << endl; in main()
101 table = "sysindexcol"; in main()
111 table = "sysconstraint"; in main()
127 table = "sysconstraintcol"; in main()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtdriver2.cpp56 string table; in main() local
58 table = "systable"; in main()
62 cout << toString(table, "schema") << endl; in main()
66 cout << toString(table, "init") << endl; in main()
67 cout << toString(table, "next") << endl; in main()
74 table = "syscolumn"; in main()
91 cout << toString(table, "prec") << endl; in main()
101 table = "sysindexcol"; in main()
111 table = "sysconstraint"; in main()
127 table = "sysconstraintcol"; in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-loader/src/loader/generated/
H A Dvk_dispatch_table_helper.h294 memset(table, 0, sizeof(*table)); in layer_init_device_dispatch_table()
296 table->GetDeviceProcAddr = gpa; in layer_init_device_dispatch_table()
455 …if (table->QueuePresentKHR == nullptr) { table->QueuePresentKHR = (PFN_vkQueuePresentKHR)StubQueue… in layer_init_device_dispatch_table()
481 …if (table->GetMemoryFdKHR == nullptr) { table->GetMemoryFdKHR = (PFN_vkGetMemoryFdKHR)StubGetMemor… in layer_init_device_dispatch_table()
525 …if (table->ImportFenceFdKHR == nullptr) { table->ImportFenceFdKHR = (PFN_vkImportFenceFdKHR)StubIm… in layer_init_device_dispatch_table()
527 …if (table->GetFenceFdKHR == nullptr) { table->GetFenceFdKHR = (PFN_vkGetFenceFdKHR)StubGetFenceFdK… in layer_init_device_dispatch_table()
595 …if (table->CmdCopyImage2KHR == nullptr) { table->CmdCopyImage2KHR = (PFN_vkCmdCopyImage2KHR)StubCm… in layer_init_device_dispatch_table()
713 …if (table->CmdTraceRaysNV == nullptr) { table->CmdTraceRaysNV = (PFN_vkCmdTraceRaysNV)StubCmdTrace… in layer_init_device_dispatch_table()
878 …if (table->CmdTraceRaysKHR == nullptr) { table->CmdTraceRaysKHR = (PFN_vkCmdTraceRaysKHR)StubCmdTr… in layer_init_device_dispatch_table()
904 memset(table, 0, sizeof(*table)); in layer_init_instance_dispatch_table()
[all …]
/dports/devel/libfort/libfort-0.4.2-11-g4123716/tests/bb_tests/
H A Dtest_table_border_style.c11 ft_table_t *table = NULL; in test_table_border_style() local
162 assert(table); in test_table_border_style()
200 return table; in create_simple_table()
215 ft_add_separator(table); in create_basic_table()
218 return table; in create_basic_table()
240 ft_add_separator(table); in create_complex_table()
243 return table; in create_complex_table()
259 ft_add_separator(table); in create_basic_wtable()
262 return table; in create_basic_wtable()
272 assert_true(table); in test_table_style()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/dtgtk/
H A Dthumbtable.c286 if(*x + table->thumb_size > table->thumbs_area.x + table->thumbs_per_row * table->thumb_size) in _pos_get_next()
348 table->thumb_size = MIN(table->view_width / table->thumbs_per_row, table->view_height); in _compute_sizes()
349 table->rows = table->view_height / table->thumb_size + 1; in _compute_sizes()
350 table->center_offset = (table->view_width - table->thumbs_per_row * table->thumb_size) / 2; in _compute_sizes()
364 table->rows = table->view_width / table->thumb_size; in _compute_sizes()
385 table->rows = (table->view_height - table->thumbs_area.y) / table->thumb_size + 1; in _compute_sizes()
454 …= lbefore * table->thumb_size + table->view_height - table->thumb_size * 0.5 - table->thumbs_area.… in _thumbtable_update_scrollbars()
725 table->offset = MAX(1, table->offset - (posy / table->thumb_size) * table->thumbs_per_row); in _move()
730 table->offset = MAX(1, table->offset - posx / table->thumb_size); in _move()
1897 …force, table->view_width, table->view_height, table->thumbs_per_row, table->rows, table->thumb_siz… in dt_thumbtable_full_redraw()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
39 checksum table performance_schema.file_instances;
42 checksum table performance_schema.hosts;
43 checksum table performance_schema.mutex_instances;
47 checksum table performance_schema.setup_actors;
50 checksum table performance_schema.setup_objects;
51 checksum table performance_schema.setup_timers;
55 checksum table performance_schema.threads;
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
39 checksum table performance_schema.file_instances;
42 checksum table performance_schema.hosts;
43 checksum table performance_schema.mutex_instances;
47 checksum table performance_schema.setup_actors;
50 checksum table performance_schema.setup_objects;
51 checksum table performance_schema.setup_timers;
55 checksum table performance_schema.threads;
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
39 checksum table performance_schema.file_instances;
42 checksum table performance_schema.hosts;
43 checksum table performance_schema.mutex_instances;
47 checksum table performance_schema.setup_actors;
50 checksum table performance_schema.setup_objects;
51 checksum table performance_schema.setup_timers;
55 checksum table performance_schema.threads;
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/ctype/
H A Diswprint.c118 table = u0;
122 table = u3;
126 table = u5;
130 table = u6;
134 table = u7;
138 table = u8;
142 table = u9;
146 table = ua;
150 table = ub;
154 table = uc;
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
39 checksum table performance_schema.file_instances;
42 checksum table performance_schema.hosts;
43 checksum table performance_schema.mutex_instances;
47 checksum table performance_schema.setup_actors;
50 checksum table performance_schema.setup_objects;
51 checksum table performance_schema.setup_timers;
55 checksum table performance_schema.threads;
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
39 checksum table performance_schema.file_instances;
42 checksum table performance_schema.hosts;
43 checksum table performance_schema.mutex_instances;
47 checksum table performance_schema.setup_actors;
50 checksum table performance_schema.setup_objects;
51 checksum table performance_schema.setup_timers;
55 checksum table performance_schema.threads;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
39 checksum table performance_schema.file_instances;
42 checksum table performance_schema.hosts;
43 checksum table performance_schema.mutex_instances;
47 checksum table performance_schema.setup_actors;
50 checksum table performance_schema.setup_objects;
51 checksum table performance_schema.setup_timers;
55 checksum table performance_schema.threads;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
39 checksum table performance_schema.file_instances;
42 checksum table performance_schema.hosts;
43 checksum table performance_schema.mutex_instances;
47 checksum table performance_schema.setup_actors;
50 checksum table performance_schema.setup_objects;
51 checksum table performance_schema.setup_timers;
55 checksum table performance_schema.threads;
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
39 checksum table performance_schema.file_instances;
42 checksum table performance_schema.hosts;
43 checksum table performance_schema.mutex_instances;
47 checksum table performance_schema.setup_actors;
50 checksum table performance_schema.setup_objects;
51 checksum table performance_schema.setup_timers;
55 checksum table performance_schema.threads;
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
39 checksum table performance_schema.file_instances;
42 checksum table performance_schema.hosts;
43 checksum table performance_schema.mutex_instances;
47 checksum table performance_schema.setup_actors;
50 checksum table performance_schema.setup_objects;
51 checksum table performance_schema.setup_timers;
55 checksum table performance_schema.threads;
[all …]
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtable.c51 assert(table != NULL); in SCIPtableCopyInclude()
58 SCIP_CALL( table->tablecopy(set->scip, table) ); in SCIPtableCopyInclude()
160 if( *table == NULL ) in SCIPtableFree()
168 SCIP_CALL( (*table)->tablefree(set->scip, *table) ); in SCIPtableFree()
195 SCIP_CALL( table->tableinit(set->scip, table) ); in SCIPtableInit()
219 SCIP_CALL( table->tableexit(set->scip, table) ); in SCIPtableExit()
238 SCIP_CALL( table->tableinitsol(set->scip, table) ); in SCIPtableInitsol()
256 SCIP_CALL( table->tableexitsol(set->scip, table) ); in SCIPtableExitsol()
273 SCIP_CALL( table->tableoutput(set->scip, table, file) ); in SCIPtableOutput()
306 return table->name; in SCIPtableGetName()
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dhash.c56 table->table = in construct_hash_table()
86 if (!((table->table)[val])) in hash_insert()
89 (table->table)[val] = in hash_insert()
91 (table->table)[val] -> key = mpool_strdup(table->pool, key); in hash_insert()
106 for (prev = &((table->table)[val]), ptr=(table->table)[val]; in hash_insert()
168 if (!(table->table)[val]) in hash_lookup()
193 if (!(table->table)[val]) in hash_del()
290 free(table->table); in free_hash_table()
292 table->table = NULL; in free_hash_table()
331 temp = (table->table)[i]; in hash_keys()
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dhash.c56 table->table = in construct_hash_table()
86 if (!((table->table)[val])) in hash_insert()
89 (table->table)[val] = in hash_insert()
91 (table->table)[val] -> key = mpool_strdup(table->pool, key); in hash_insert()
106 for (prev = &((table->table)[val]), ptr=(table->table)[val]; in hash_insert()
168 if (!(table->table)[val]) in hash_lookup()
193 if (!(table->table)[val]) in hash_del()
290 free(table->table); in free_hash_table()
292 table->table = NULL; in free_hash_table()
331 temp = (table->table)[i]; in hash_keys()
[all …]

12345678910>>...2883