Searched refs:leader (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp155 // Find the leader of V's belonged cluster (represented as an equivalence
192 // The cluster index is the same as the index of its leader here because
226 for (int leader : sorted)
227 for (int i = leader;;) {
230 if (i == leader)
244 for (int leader : sorted)
245 for (int i = leader;;) {
254 if (i == leader)
/freebsd-13-stable/lib/libc/nameser/
H A Dns_print.c465 const char *leader; local
491 leader = "\n\t\t";
494 leader = " ";
496 T(addstr(leader, strlen(leader), &buf, &buflen));
512 const char *leader; local
553 leader = "\n\t\t";
556 leader = " ";
560 T(addstr(leader, strlen(leader),
590 const char *leader; local
887 const char *leader; local
923 const char *leader; local
1014 const char *leader = "\\n\\t\\t\\t\\t\\t"; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp210 // walk the object file's symbol table, once we visit either a leader symbol or
211 // an associative section definition together with the parent comdat's leader,
285 // relocations, in .rdata, leader symbol name matches the MSVC name mangling
351 // Use the suffix from the .text$<func> instead of the leader symbol
353 // cases where the leader is a weak symbol named .weak.func.default*).
428 // 1) section definition symbol for a comdat leader;
449 " without leader and unassociated, discarding");
471 bool &prevailing, DefinedRegular *leader) {
482 if (leader->data) {
483 leaderChunk = leader
470 handleComdatSelection(COFFSymbolRef sym, COMDATType &selection, bool &prevailing, DefinedRegular *leader) argument
634 DefinedRegular *leader; local
[all...]
H A DInputFiles.h251 // symbol is not (yet) Prevailing and the existing comdat leader set to
255 // the existing leader. In that case, Prevailing is set to true.
258 bool &prevailing, DefinedRegular *leader);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp165 UserValue *leader; ///< Equivalence class leader. member in class:__anon3489::UserValue
195 : Variable(var), Fragment(Fragment), dl(std::move(L)), leader(this),
198 /// Get the leader of this value's equivalence class.
200 UserValue *l = leader;
201 while (l != l->leader)
202 l = l->leader;
203 return leader = l;
220 End->leader = L1;
223 End->leader
[all...]
/freebsd-13-stable/sys/sys/
H A Dfiledesc.h116 * Structure to keep track of (process leader, struct fildedesc) tuples.
265 struct filedesc *fdp, struct proc *leader);
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h560 unsigned leader; member in class:Address
561 Address(unsigned _depth) : depth(_depth), leader(FALSE) {}
568 leader = FALSE;
H A Dkmp_affinity.cpp2735 unsigned leader = 0; local
2742 // If this thread is sufficiently close to the leader (within the
2751 // the osId2Mask table. Mark the first address as a leader.
2757 address2os[j].first.leader = (j == leader);
2762 leader = i;
2775 address2os[j].first.leader = (j == leader);
4626 if ((!__kmp_affinity_dups) && (!address2os[i].first.leader)) {
/freebsd-13-stable/contrib/libxo/libxo/
H A Dlibxo.c4362 const char *leader = xo_xml_leader_len(xop, name, nlen); local
4418 if (*leader)
4419 xo_data_append(xop, leader, 1);
4452 if (*leader)
4453 xo_data_append(xop, leader, 1);
6954 const char *leader = xo_xml_leader(xop, name); local
6959 rc = xo_printf(xop, "%*s<%s%s", xo_indent(xop), "", leader, name);
7055 const char *leader = xo_xml_leader(xop, name); local
7060 rc = xo_printf(xop, "%*s</%s%s>%s", xo_indent(xop), "", leader, name, ppn);
7369 const char *leader local
7465 const char *leader = xo_xml_leader(xop, name); local
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dtxg_integrity.c45 * For each phase (leader syncs and follower syncs):
47 * Create two threads, a leader and a follower thread.
48 * The leader thread will write each chunk in order. It will post a
50 * writing that chunk. If this is the "leader syncs" phase, it will
60 * 2) Each of the follower's writes overwrote the leader's.
326 * be written by a leader or a follower */
451 leader(void* data) function
460 //printf("about to sync in leader\n");
463 //printf("about to write chunk in leader\n");
549 if (pthread_create(&leader_th, NULL, leader, pat_
[all...]
/freebsd-13-stable/sys/kern/
H A Dkern_descrip.c97 "file desc to leader structures");
4066 filedesc_to_leader_alloc(struct filedesc_to_leader *old, struct filedesc *fdp, struct proc *leader) argument
4075 fdtol->fdl_leader = leader;

Completed in 237 milliseconds