Searched refs:tuples (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Ddbdiff_test.c69 assert_true(ISC_LIST_EMPTY(diff.tuples));
94 assert_false(ISC_LIST_EMPTY(diff.tuples));
95 for (tuple = ISC_LIST_HEAD(diff.tuples); tuple != NULL;
126 assert_false(ISC_LIST_EMPTY(diff.tuples));
127 for (tuple = ISC_LIST_HEAD(diff.tuples); tuple != NULL;
H A Dsigs_test.c251 assert_true(ISC_LIST_EMPTY(raw_diff.tuples));
252 assert_false(ISC_LIST_EMPTY(zone_diff.tuples));
255 * Ensure that the number of tuples in the zone diff is as expected.
264 for (found = ISC_LIST_HEAD(zone_diff.tuples); found != NULL;
277 for (found = ISC_LIST_HEAD(zone_diff.tuples); found != NULL;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dupdate.c246 ISC_LIST_APPEND(temp_diff.tuples, *tuple, link);
252 ISC_LIST_UNLINK(temp_diff.tuples, *tuple, link);
614 * a variable called "temp", a mapping of <name, type> tuples to rrsets.
831 p = ISC_LIST_HEAD(list->tuples);
838 ISC_LIST_UNLINK(list->tuples, q, link);
1628 t = ISC_LIST_HEAD(diff->tuples);
1707 ISC_LIST_UNLINK(diff->tuples, t, link);
1708 ISC_LIST_APPEND(state->work.tuples, t,
1717 ISC_LIST_APPENDLIST(diff->tuples, state->work.tuples, lin
[all...]
H A Ddiff.c131 ISC_LIST_INIT(diff->tuples);
139 while ((t = ISC_LIST_HEAD(diff->tuples)) != NULL) {
140 ISC_LIST_UNLINK(diff->tuples, t, link);
143 ENSURE(ISC_LIST_EMPTY(diff->tuples));
148 ISC_LIST_APPEND(diff->tuples, *tuplep, link);
173 for (ot = ISC_LIST_HEAD(diff->tuples); ot != NULL; ot = next_ot) {
179 ISC_LIST_UNLINK(diff->tuples, ot, link);
192 ISC_LIST_APPEND(diff->tuples, *tuplep, link);
259 t = ISC_LIST_HEAD(diff->tuples);
486 t = ISC_LIST_HEAD(diff->tuples);
[all...]
H A Djournal.c1209 for (t = ISC_LIST_HEAD(diff->tuples); t != NULL;
1240 for (t = ISC_LIST_HEAD(diff->tuples); t != NULL;
2112 * All new tuples will have the operation 'op'.
2183 * it is known to be the same for all tuples.
2214 p[0] = ISC_LIST_HEAD(diff[0].tuples);
2215 p[1] = ISC_LIST_HEAD(diff[1].tuples);
2223 ISC_LIST_UNLINK(diff[i].tuples, p[i], link);
2230 ISC_LIST_UNLINK(diff[0].tuples, p[0], link);
2235 ISC_LIST_UNLINK(diff[1].tuples, p[1], link);
2246 ISC_LIST_UNLINK(diff[i].tuples,
[all...]
H A Dzone.c4390 ISC_LIST_APPEND(temp_diff.tuples, *tuple, link);
4396 ISC_LIST_UNLINK(temp_diff.tuples, *tuple, link);
4830 if (result == ISC_R_SUCCESS && ISC_LIST_EMPTY(diff.tuples)) {
7500 if (ISC_LIST_EMPTY(zonediff.diff->tuples)) {
8413 * Remove all tuples with the same name and type as 'cur' from 'src' and append
8420 ISC_LIST_UNLINK(src->tuples, cur, link);
8428 * 'diff'. Gradually remove tuples from 'diff' and append them to 'zonediff'
8429 * along with tuples representing relevant signature changes.
8441 while ((tuple = ISC_LIST_HEAD(diff->tuples)) != NULL) {
9095 if (!ISC_LIST_EMPTY(param_diff.tuples)) {
[all...]
H A Dnsec3.c328 ISC_LIST_APPEND(temp_diff.tuples, *tuple, link);
334 ISC_LIST_UNLINK(temp_diff.tuples, *tuple, link);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dupdate.c245 ISC_LIST_APPEND(temp_diff.tuples, *tuple, link);
251 ISC_LIST_UNLINK(temp_diff.tuples, *tuple, link);
613 * a variable called "temp", a mapping of <name, type> tuples to rrsets.
830 p = ISC_LIST_HEAD(list->tuples);
837 ISC_LIST_UNLINK(list->tuples, q, link);
1628 t = ISC_LIST_HEAD(diff->tuples);
1707 ISC_LIST_UNLINK(diff->tuples, t, link);
1708 ISC_LIST_APPEND(state->work.tuples, t,
1717 ISC_LIST_APPENDLIST(diff->tuples, state->work.tuples, lin
[all...]
H A Ddiff.c131 ISC_LIST_INIT(diff->tuples);
139 while ((t = ISC_LIST_HEAD(diff->tuples)) != NULL) {
140 ISC_LIST_UNLINK(diff->tuples, t, link);
143 ENSURE(ISC_LIST_EMPTY(diff->tuples));
148 ISC_LIST_APPEND(diff->tuples, *tuplep, link);
173 for (ot = ISC_LIST_HEAD(diff->tuples); ot != NULL; ot = next_ot) {
179 ISC_LIST_UNLINK(diff->tuples, ot, link);
191 ISC_LIST_APPEND(diff->tuples, *tuplep, link);
274 t = ISC_LIST_HEAD(diff->tuples);
519 t = ISC_LIST_HEAD(diff->tuples);
[all...]
H A Djournal.c1210 for (t = ISC_LIST_HEAD(diff->tuples); t != NULL;
1241 for (t = ISC_LIST_HEAD(diff->tuples); t != NULL;
2113 * All new tuples will have the operation 'op'.
2184 * it is known to be the same for all tuples.
2215 p[0] = ISC_LIST_HEAD(diff[0].tuples);
2216 p[1] = ISC_LIST_HEAD(diff[1].tuples);
2224 ISC_LIST_UNLINK(diff[i].tuples, p[i], link);
2231 ISC_LIST_UNLINK(diff[0].tuples, p[0], link);
2236 ISC_LIST_UNLINK(diff[1].tuples, p[1], link);
2247 ISC_LIST_UNLINK(diff[i].tuples,
[all...]
H A Dnsec.c296 ISC_LIST_HEAD(diff->tuples);
H A Dzone.c4437 ISC_LIST_APPEND(temp_diff.tuples, *tuple, link);
4443 ISC_LIST_UNLINK(temp_diff.tuples, *tuple, link);
4877 if (result == ISC_R_SUCCESS && ISC_LIST_EMPTY(diff.tuples)) {
7394 if (ISC_LIST_EMPTY(zonediff.diff->tuples)) {
8308 * Remove all tuples with the same name and type as 'cur' from 'src' and append
8315 ISC_LIST_UNLINK(src->tuples, cur, link);
8323 * 'diff'. Gradually remove tuples from 'diff' and append them to 'zonediff'
8324 * along with tuples representing relevant signature changes.
8336 while ((tuple = ISC_LIST_HEAD(diff->tuples)) != NULL) {
8990 if (!ISC_LIST_EMPTY(param_diff.tuples)) {
[all...]
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dupdate.c462 ISC_LIST_APPEND(temp_diff.tuples, *tuple, link);
468 ISC_LIST_UNLINK(temp_diff.tuples, *tuple, link);
496 while (!ISC_LIST_EMPTY(updates->tuples)) {
497 dns_difftuple_t *t = ISC_LIST_HEAD(updates->tuples);
498 ISC_LIST_UNLINK(updates->tuples, t, link);
1055 * a variable called "temp", a mapping of <name, type> tuples to rrsets.
1073 ISC_LIST_APPEND(diff->tuples, tuple, link);
1079 * Compare two rdatasets represented as sorted lists of tuples.
1156 t = ISC_LIST_HEAD(temp->tuples);
1241 ISC_LIST_UNLINK(temp->tuples,
[all...]
/netbsd-current/sys/dev/cardbus/
H A Dcardbus.c152 u_int8_t *tuples, size_t len)
169 memset(tuples, 0, len);
179 tuples[j] = 0xff & e;
181 tuples[j + 1] = 0xff & e;
183 tuples[j + 2] = 0xff & e;
185 tuples[j + 3] = 0xff & e;
247 tuples, MIN(p->image_size, len));
269 tuples[n] = bus_space_read_1(bar_tag, bar_memh,
271 if (tuples[n] == PCMCIA_CISTPL_END)
273 if (tuples[
151 cardbus_read_tuples(struct cardbus_attach_args *ca, pcireg_t cis_ptr, u_int8_t *tuples, size_t len) argument
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Ddiff.h102 dns_difftuplelist_t tuples; member in struct:dns_diff
117 * Manipulation of diffs and tuples.
174 * Clear a diff, destroying all its tuples.
180 * \li Any tuples in the diff are destroyed.
243 * tuples of type #DNS_DIFFOP_ADD and/or
244 * For #DNS_DIFFOP_DEL tuples, the TTL is ignored.
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Ddiff.h101 dns_difftuplelist_t tuples; member in struct:dns_diff
116 * Manipulation of diffs and tuples.
173 * Clear a diff, destroying all its tuples.
179 * \li Any tuples in the diff are destroyed.
242 * tuples of type #DNS_DIFFOP_ADD and/or
243 * For #DNS_DIFFOP_DEL tuples, the TTL is ignored.
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstructs.exp191 # Use the file name, compiler and tuples to set up any needed KFAILs.
193 proc setup_compiler_kfails { file compiler format tuples bug } {
196 foreach f $tuples { setup_kfail $bug $f }
204 # for the test case. FAILS is a list of target tuples that will fail
256 # for the test case. FAILS is a list of target tuples that will fail
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/common/
H A Dbits-tst.c301 test_tuples *tuples = (*tests)->tuples; local
306 test_tuples *tuple = &tuples[i];
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dbits-tst.c291 test_tuples *tuples = (*tests)->tuples; local
296 test_tuples *tuple = &tuples[i];
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dstructs.exp200 # Use the file name, compiler and tuples to set up any needed KFAILs.
202 proc setup_compiler_kfails { file compiler format tuples bug } {
205 foreach f $tuples { setup_kfail $bug $f }
213 # for the test case. FAILS is a list of target tuples that will fail
265 # for the test case. FAILS is a list of target tuples that will fail
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-util.c538 struct gcov_kvp *tuples local
541 tuples[i].next = &tuples[i + 1];
544 tuples[i].value = values[2 + 2 * i];
545 tuples[i].count = values[2 + 2 * i + 1];
547 output.safe_push ((intptr_t)&tuples[0]);
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcompare_two_ftime_report_sets548 tuples = split_time_report(tmvars, pattern)
549 times = extract_cpu_time(tuples)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcompare_two_ftime_report_sets548 tuples = split_time_report(tmvars, pattern)
549 times = extract_cpu_time(tuples)
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dsize_classes.sh290 * bin, pgs, lg_delta_lookup) tuples.
/netbsd-current/external/mit/isl/dist/interface/
H A Dtemplate_cpp.cc751 * number of tuples.
957 * with the same number of tuples.
960 * has zero tuples, except if it is also a "multi_union" object,
984 /* Generic kinds for objects with zero, one or two tuples,
997 * In particular, this sequence specifies how many tuples
1000 * "space" can have any number of tuples.
1002 * "map" can only have two tuples.
1003 * "aff" can have one or two tuples, the last of which is anonymous.
1075 static std::vector<Kind> add_name(const std::vector<Kind> &tuples) argument
1079 for (const auto &tuple : tuples)
2393 const auto &tuples = lookup_class_tuples(cpp); local
[all...]

Completed in 517 milliseconds

12