| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| diff.h | 54 * Tuples are also used to represent complete RRs with owner 103 dns_difftuplelist_t tuples; member in struct:dns_diff 119 * Manipulation of diffs and tuples. 176 * Clear a diff, destroying all its tuples. 182 * \li Any tuples in the diff are destroyed. 266 * tuples of type #DNS_DIFFOP_ADD and/or 267 * For #DNS_DIFFOP_DEL tuples, the TTL is ignored.
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| diff.h | 53 * Tuples are also used to represent complete RRs with owner 102 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.
|
| /src/external/gpl3/gdb/dist/sim/testsuite/common/ |
| bits-tst.c | 291 test_tuples *tuples = (*tests)->tuples; local 296 test_tuples *tuple = &tuples[i];
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/common/ |
| bits-tst.c | 291 test_tuples *tuples = (*tests)->tuples; local 296 test_tuples *tuple = &tuples[i];
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcov-util.c | 538 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]);
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcov-util.c | 528 struct gcov_kvp *tuples local 531 tuples[i].next = &tuples[i + 1]; 534 tuples[i].value = values[2 + 2 * i]; 535 tuples[i].count = values[2 + 2 * i + 1]; 537 output.safe_push ((intptr_t)&tuples[0]);
|
| /src/external/mit/isl/dist/interface/ |
| template_cpp.cc | 751 * 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) 1079 for (const auto &tuple : tuples) 2393 const auto &tuples = lookup_class_tuples(cpp); local [all...] |
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| ssl_local.h | 1029 size_t tuples_len; /* Number of group tuples */ 1030 size_t *tuples; /* Number of groups in each group tuple */ member in struct:ssl_ctx_st::__anon625 1665 /* supported groups tuples */ 1667 size_t *tuples; member in struct:ssl_connection_st::__anon629
|
| /src/external/mpl/bind/dist/lib/dns/ |
| zone.c | 4484 ISC_LIST_APPEND(temp_diff.tuples, *tuple, link); 4490 ISC_LIST_UNLINK(temp_diff.tuples, *tuple, link); 4921 if (result == ISC_R_SUCCESS && ISC_LIST_EMPTY(diff.tuples)) { 7422 if (ISC_LIST_EMPTY(zonediff.diff->tuples)) { 8420 * Remove all tuples with the same name and type as 'cur' from 'src' and append 8427 ISC_LIST_UNLINK(src->tuples, cur, link); 8435 * 'diff'. Gradually remove tuples from 'diff' and append them to 'zonediff' 8436 * along with tuples representing relevant signature changes. 8447 while ((tuple = ISC_LIST_HEAD(diff->tuples)) != NULL) { 9022 if (!ISC_LIST_EMPTY(param_diff.tuples)) { 20659 dns_difftuplelist_t tuples = ISC_LIST_INITIALIZER; local [all...] |