HomeSort by: relevance | last modified time | path
    Searched refs:joined (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
align.exp.tcl 88 set joined "${utype}_x_${uinner}"
89 puts $outfile "struct align_pair_$joined item_${joined};"
90 puts $outfile "unsigned a_${joined}"
91 puts $outfile " = ${align_func} (struct align_pair_${joined});"
95 set joined "static_${utype}_x_${uinner}"
96 puts $outfile "struct align_pair_$joined item_${joined};"
97 puts $outfile "$utype align_pair_${joined}::one = 0;"
98 puts $outfile "unsigned a_${joined}"
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
align.exp.tcl 88 set joined "${utype}_x_${uinner}"
89 puts $outfile "struct align_pair_$joined item_${joined};"
90 puts $outfile "unsigned a_${joined}"
91 puts $outfile " = ${align_func} (struct align_pair_${joined});"
95 set joined "static_${utype}_x_${uinner}"
96 puts $outfile "struct align_pair_$joined item_${joined};"
97 puts $outfile "$utype align_pair_${joined}::one = 0;"
98 puts $outfile "unsigned a_${joined}"
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_thread_assist.h 49 int teardown, joined; member in struct:quic_thread_assist_st
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_thread_assist.c 76 qta->joined = 0;
107 if (qta->joined)
120 qta->joined = 1;
128 if (!ossl_assert(qta->joined))
  /src/external/gpl3/gdb/dist/gdb/unittests/
remote-arg-selftests.c 40 std::string joined; member in struct:arg_test_desc
117 debug_printf ("Joined (%s), expected (%s)\n",
118 joined_args.c_str (), d.joined.c_str ());
120 if (joined_args != d.joined)
  /src/external/bsd/kyua-cli/dist/utils/text/
operations_test.cpp 220 const std::string joined = text::join(lines, " "); local
221 ATF_REQUIRE(joined == "first second" || joined == "second first");
  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
cluster.c 1160 const struct cpg_address *joined,
1171 if ((my_cluster_id == 0xDEAD) && (joined->pid == my_pid))
1172 my_cluster_id = joined->nodeid;
1176 match->lowest_id = joined->nodeid;
1181 if (joined->nodeid == my_cluster_id)
1187 sprintf(dbuf+strlen(dbuf), "(%u)", joined->nodeid);
1189 SHORT_UUID(match->name.value), joined->nodeid, dbuf);
1197 match->checkpoint_requesters[match->checkpoints_needed++] = joined->nodeid;
1210 rq->originator = joined->nodeid;
1224 joined->nodeid, (member_list_entries == 1)
    [all...]
  /src/usr.bin/make/unit-tests/
varmod-to-separator.mk 100 # so when the words are joined at the end of the modifier ':S', there is only
110 # When these 3 words are joined, the separator from the modifier ':tsx' is
  /src/sys/kern/
sys_aio.c 536 size_t joined = 0; local
572 joined++;
576 if (!joined) {
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
iteration.d 2924 joined directly without anything in between them (often called `flatten`
2929 ranges to be joined.
2931 element(s) to serve as separators in the joined range.
2934 A range of elements in the joined range. This will be a bidirectional range if
4221 auto joined = joiner(repeat(range));
4222 joined.front = 5;
4224 assert(joined.front == 5);
4226 joined.popFront;
4228 joined.front = byRef;
4230 assert(joined.front == byRef)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
read-rtl.cc 1307 auto *joined = rtx_reader_ptr->join_c_conditions (v->string,
1309 end_ptr = add_map_value (end_ptr, v->number, joined);
1305 auto *joined = rtx_reader_ptr->join_c_conditions (v->string, local
  /src/external/gpl2/dtc/dist/Documentation/
dtc-paper.tex 572 PowerMac maintainer in 2001. In 2003, he joined the IBM Linux
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
package.d 10112 static joined =
10114 string[] joinedRange = joined;

Completed in 68 milliseconds