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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_function_call_trie.h 323 NodeArray Nodes;
331 : Nodes(*A.NodeAllocator),
342 : Nodes(std::move(O.Nodes)),
349 Nodes = std::move(O.Nodes);
373 auto *NewRoot = Nodes.AppendEmplace(
378 Nodes.trim(1);
382 Nodes.trim(1);
407 auto* NewNode = Nodes.AppendEmplace
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 355 * shared C implementation. In this structure, NumValueSites and Nodes
365 ValueProfNode **Nodes;
379 ValueProfNode **Nodes);
543 * for a given function in \c NumValueSites and \c Nodes structures.
552 ValueProfNode **Nodes) {
555 RuntimeRecord->Nodes = Nodes;
566 RuntimeRecord->NodesKind[I] = Nodes ? &Nodes[S] : INSTR_PROF_NULLPTR;
571 Nodes ? RuntimeRecord->NodesKind[I][J] : INSTR_PROF_NULLPTR
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbnames.c 324 * PARAMETERS: OwnerArg - Owner ID whose nodes will be displayed
571 /* Search all nodes in namespace */
906 Info->Nodes++;
979 /* Search all nodes in namespace */
984 AcpiOsPrintf ("Verified %u namespace nodes with %u Objects\n",
985 Info.Nodes, Info.Objects);
1060 /* Search all nodes in namespace */
1207 /* Search all nodes in namespace */
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1458 UINT32 Nodes;

Completed in 52 milliseconds