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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_function_call_trie.h 324 RootArray Roots;
332 Roots(*A.RootAllocator),
343 Roots(std::move(O.Roots)),
350 Roots = std::move(O.Roots);
377 if (Roots.AppendEmplace(NewRoot) == nullptr) {
383 Roots.trim(1);
466 const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; }
471 // roots, and while doing so recreating the traversal in the provide
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppevvmath.h 71 static void SolveQuadracticEqn(fInt, fInt, fInt, fInt[]); /* Returns the 2 roots via the array */
455 static void SolveQuadracticEqn(fInt A, fInt B, fInt C, fInt Roots[])
457 fInt *pRoots = &Roots[0];

Completed in 11 milliseconds