HomeSort by: relevance | last modified time | path
    Searched refs:Nodes (Results 1 - 5 of 5) 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 432 * PARAMETERS: OwnerArg - Owner ID whose nodes will be displayed
679 /* Search all nodes in namespace */
1014 Info->Nodes++;
1087 /* Search all nodes in namespace */
1092 AcpiOsPrintf ("Verified %u namespace nodes with %u Objects\n",
1093 Info.Nodes, Info.Objects);
1168 /* Search all nodes in namespace */
1315 /* Search all nodes in namespace */
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
kirkwood-synology.dtsi 3 * Nodes for Marvell 628x Synology devices
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1566 UINT32 Nodes;

Completed in 39 milliseconds