Home
last modified time | relevance | path

Searched refs:new_tbl (Results 1 – 25 of 56) sorted by relevance

123

/dports/net/libarms/libarms-5.01/protocol/
H A Darms_methods.c53 arms_method_t *new_tbl; in register_arms_method() local
62 new_tbl = CALLOC(2, sizeof(*new_tbl)); in register_arms_method()
63 if (new_tbl == NULL) { in register_arms_method()
66 new_tbl[0] = *method; in register_arms_method()
73 new_tbl = CALLOC(count + 2, sizeof(*new_tbl)); in register_arms_method()
74 if (new_tbl == NULL) { in register_arms_method()
79 new_tbl[i] = method_tbl[i]; in register_arms_method()
81 new_tbl[count] = *method; in register_arms_method()
85 method_tbl = new_tbl; in register_arms_method()
/dports/devel/R-cran-pillar/pillar/tests/testthat/
H A Dtest-ctl_new_pillar.R3 ctl_new_pillar(new_tbl(), 1:3, width = 20, title = "a")
9 ctl_new_compound_pillar(new_tbl(), 1:3, width = 20, title = "a")
10 ctl_new_compound_pillar(new_tbl(), trees[1:3, ], width = 20, title = "a")
11 ctl_new_compound_pillar(new_tbl(), as.matrix(trees[1:3, ]), width = 20, title = "a")
12 ctl_new_compound_pillar(new_tbl(), matrix(1:6, ncol = 2), width = 20, title = "a")
19 ctl_new_compound_pillar(new_tbl(), Titanic, width = 20, title = "a")
H A Dtest-tbl-format-footer.R5 tbl_format_footer(tbl_format_setup(new_tbl(as.list(set_names(letters))), width = 80))
7 tbl_format_footer(tbl_format_setup(new_tbl(as.list(set_names(letters))), width = 30))
14 new_tbl(list2(!!!set_names(letters), !!paste(letters, collapse = " ") := 2)),
23 new_tbl(list2(!!!set_names(rep(letters, 6)))),
33 new_tbl(x)
H A Dtest-type_sum.R10 glimpse(new_tbl(list(foo = foo, bar = bar)))
21 new_tbl(new_tbl(list(foo = foo, bar = bar)))
H A Dtest-tbl-format-setup.R2 x <- new_tbl(list(
4 col_01 = new_tbl(list(col_02 = letters[1:3], col_03 = factor(letters[1:3]))),
77 tbl_format_setup(new_tbl(list(a = character(), b = logical())), width = 30)
90 as_unknown_rows(new_tbl(list(a = seq.int(10000)))),
H A Dtest-tbl-format-body.R9 df <- new_tbl(list(x = as.POSIXct("2016-01-01 12:34:56 GMT") + 1:12))
35 df <- new_tbl(setNames(list(1:3, 4:6), x))
H A Dhelper-foo-tbl.R3 new_tbl(..., class = "foo_tbl")
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-online-schema-change/samples/plugins/
H A Dshow_create_new_table.pm16 my $new_tbl = $args{new_tbl};
18 my $row = $dbh->selectrow_arrayref("SHOW CREATE TABLE $new_tbl->{name}");
24 my $new_tbl = $args{new_tbl};
26 my $row = $dbh->selectrow_arrayref("SHOW CREATE TABLE $new_tbl->{name}");
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Drhashtable.c217 new_tbl = tbl; in rhashtable_last_table()
221 return new_tbl; in rhashtable_last_table()
235 if (new_tbl->nest) in rhashtable_rehash_one()
258 head = rht_ptr(new_tbl->buckets + new_hash, new_tbl, new_hash); in rhashtable_rehash_one()
262 rht_assign_unlock(new_tbl, &new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
321 if (!new_tbl) in rhashtable_rehash_table()
361 if (new_tbl == NULL) in rhashtable_rehash_alloc()
462 if (new_tbl == NULL) in rhashtable_insert_rehash()
553 if (new_tbl) in rhashtable_insert_one()
554 return new_tbl; in rhashtable_insert_one()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Drhashtable.c217 new_tbl = tbl; in rhashtable_last_table()
221 return new_tbl; in rhashtable_last_table()
235 if (new_tbl->nest) in rhashtable_rehash_one()
258 head = rht_ptr(new_tbl->buckets + new_hash, new_tbl, new_hash); in rhashtable_rehash_one()
262 rht_assign_unlock(new_tbl, &new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
321 if (!new_tbl) in rhashtable_rehash_table()
361 if (new_tbl == NULL) in rhashtable_rehash_alloc()
462 if (new_tbl == NULL) in rhashtable_insert_rehash()
553 if (new_tbl) in rhashtable_insert_one()
554 return new_tbl; in rhashtable_insert_one()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Drhashtable.c217 new_tbl = tbl; in rhashtable_last_table()
221 return new_tbl; in rhashtable_last_table()
235 if (new_tbl->nest) in rhashtable_rehash_one()
258 head = rht_ptr(new_tbl->buckets + new_hash, new_tbl, new_hash); in rhashtable_rehash_one()
262 rht_assign_unlock(new_tbl, &new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
321 if (!new_tbl) in rhashtable_rehash_table()
361 if (new_tbl == NULL) in rhashtable_rehash_alloc()
462 if (new_tbl == NULL) in rhashtable_insert_rehash()
553 if (new_tbl) in rhashtable_insert_one()
554 return new_tbl; in rhashtable_insert_one()
[all …]
/dports/devel/R-cran-pillar/pillar/tests/testthat/_snaps/
H A Dctl_new_pillar.md4 ctl_new_pillar(new_tbl(), 1:3, width = 20, title = "a")
16 ctl_new_compound_pillar(new_tbl(), 1:3, width = 20, title = "a")
25 ctl_new_compound_pillar(new_tbl(), trees[1:3, ], width = 20, title = "a")
35 ctl_new_compound_pillar(new_tbl(), as.matrix(trees[1:3, ]), width = 20, title = "a")
44 ctl_new_compound_pillar(new_tbl(), matrix(1:6, ncol = 2), width = 20, title = "a")
57 ctl_new_compound_pillar(new_tbl(), Titanic, width = 20, title = "a")
H A Dtype_sum.md4 glimpse(new_tbl(list(foo = foo, bar = bar)))
14 new_tbl(new_tbl(list(foo = foo, bar = bar)))
H A Dtbl-format-body.md29 df <- new_tbl(list(x = as.POSIXct("2016-01-01 12:34:56 GMT") + 1:12))
80 df <- new_tbl(setNames(list(1:3, 4:6), x))
/dports/devel/R-cran-tibble/tibble/tests/testthat/
H A Dtest-tbl_df.R22 new_tbl <- function(...) { function
29 tbl_copy <- new_tbl("a", "b")
34 expect_equal(set_tbl_names(c("c", "d")), new_tbl("c", "d"))
50 expect_identical(set_tbl_names("c"), new_tbl("c", NA_character_)),
56 expect_identical(set_tbl_names(letters[3:5]), new_tbl("c", "d")),
61 expect_identical(set_tbl_names(3:4), new_tbl(3:4)),
/dports/devel/R-cran-tibble/tibble/inst/doc/
H A Dinvariants.R32 new_tbl <- function() { function
38 new_tbl()
42 tbl <- new_tbl()
64 new_tbl()
83 tbl <- new_tbl()
607 stopifnot(identical(tbl, new_tbl()))
/dports/devel/R-cran-pillar/pillar/R/
H A Dctl_colonnade.R2 ctl_colonnade <- function(x, has_row_id = TRUE, width = NULL, controller = new_tbl()) {
140 new_tbl(out)
147 new_tbl(list(min_width = min_width, max_width = max_width))
H A Dtbl.R1 new_tbl <- function(x = list(), n = NULL, ..., class = NULL) { function
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/src/
H A Dgnix_hashtable.c409 gnix_ht_lf_lh_t *old_tbl, *new_tbl; in __gnix_ht_lf_resize() local
415 new_tbl = __gnix_ht_lf_init_new_table(new_size); in __gnix_ht_lf_resize()
416 if (!new_tbl) in __gnix_ht_lf_resize()
420 ht->ht_lf_tbl = new_tbl; in __gnix_ht_lf_resize()
572 gnix_ht_lk_lh_t *old_tbl, *new_tbl; in __gnix_ht_lk_resize() local
583 new_tbl = __gnix_ht_lk_init_new_table(new_size); in __gnix_ht_lk_resize()
584 if (!new_tbl) { in __gnix_ht_lk_resize()
590 ht->ht_lk_tbl = new_tbl; in __gnix_ht_lk_resize()
/dports/security/nmap/nmap-7.91/scripts/
H A Dsnmp-win32-software.nse115 local new_tbl = {}
131 table.insert( new_tbl, sw_item )
136 table.sort( new_tbl, function(a, b) return a.name < b.name end )
137 return new_tbl
H A Dsnmp-win32-shares.nse61 local new_tbl = stdnse.output_table()
69 new_tbl[v.value] = path
74 return new_tbl
H A Dsnmp-processes.nse103 local new_tbl = stdnse.output_table()
131 new_tbl[tostring(v.value)] = item
136 return new_tbl
H A Dsnmp-interfaces.nse474 local new_tbl = {}
478 new_tbl.index_list = {}
537 new_tbl[item.index] = item
539 table.insert( new_tbl.index_list, item.index )
545 return new_tbl
596 local new_tbl = {}
601 table.insert( new_tbl, interface.ip_addr )
605 return new_tbl
613 local new_tbl = {}
650 table.insert( new_tbl, item )
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/bin/
H A Dpt-online-schema-change9378 my $new_tbl;
9489 new_tbl => $new_tbl,
9501 new_tbl => $new_tbl,
9525 $new_tbl->{db},
9526 $new_tbl->{tbl},
9591 = $new_tbl->{tbl_struct}->{keys}->{ $new_tbl->{del_index} }->{cols};
9622 new_tbl => $new_tbl,
9680 new_tbl => $new_tbl,
9706 my $new_tbl = {
10182 new_tbl => $new_tbl,
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-online-schema-change/
H A Dpreserve_triggers.t116 my $new_tbl = $args{new_table} || "_${tbl}_new";
118 unshift @$orig_tbls, [$new_tbl];
168 "SELECT $cols FROM `$db`.`$new_tbl` ORDER BY `$pk_col`");

123