Home
last modified time | relevance | path

Searched refs:CurrentDepth (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp72 for (size_t CurrentDepth = 0; CurrentDepth < UnpackedSize; CurrentDepth++) { in pack() local
73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack()
74 if (CurrentDepth > 0) in pack()
75 Diff -= Unpacked[CurrentDepth - 1]; in pack()
89 size_t CurrentDepth; in unpack() local
91 for (CurrentDepth = 0; CurrentDepth < UnpackedMaxSize; CurrentDepth++) { in unpack()
99 Unpacked[CurrentDepth] = zigzagDecode(EncodedDiff); in unpack()
100 if (CurrentDepth > 0) in unpack()
101 Unpacked[CurrentDepth] += Unpacked[CurrentDepth - 1]; in unpack()
104 if (Index != PackedSize && CurrentDepth != UnpackedMaxSize) in unpack()
[all …]
/freebsd-13.1/sys/contrib/dev/acpica/components/utilities/
H A Dutcache.c257 Cache->CurrentDepth--; in AcpiOsPurgeCache()
335 if (Cache->CurrentDepth >= Cache->MaxDepth) in AcpiOsReleaseObject()
360 Cache->CurrentDepth++; in AcpiOsReleaseObject()
415 Cache->CurrentDepth--; in AcpiOsAcquireObject()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp155 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseDecl()
175 if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX)) in TraverseStmt()
178 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseStmt()
195 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseType()
207 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseTypeLoc()
218 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseNestedNameSpecifier()
224 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseNestedNameSpecifierLoc()
232 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseConstructorInitializer()
317 CurrentDepth = 0; in reset()
356 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) { in match()
[all …]
/freebsd-13.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c240 List->CurrentDepth, in AcpiDbListInfo()
242 List->MaxDepth - List->CurrentDepth, in AcpiDbListInfo()
243 (List->CurrentDepth * List->ObjectSize)); in AcpiDbListInfo()
H A Ddbexec.c428 return (Cache->TotalAllocated - Cache->TotalFreed - Cache->CurrentDepth); in AcpiDbGetCacheInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp187 unsigned CurrentDepth = 1; in getMaxPerfectDepth() local
202 ++CurrentDepth; in getMaxPerfectDepth()
205 return CurrentDepth; in getMaxPerfectDepth()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dactypes.h1476 UINT16 CurrentDepth; member
/freebsd-13.1/sys/dev/mpt/mpilib/
H A Dmpi_ioc.h655 U16 CurrentDepth; /* 02h */ member
/freebsd-13.1/sys/dev/mps/mpi/
H A Dmpi2_ioc.h554 U16 CurrentDepth; /* 0x02 */ member
/freebsd-13.1/sys/dev/mpt/
H A Dmpt_cam.c2432 pqf->CurrentDepth = le16toh(pqf->CurrentDepth); in mpt_cam_event()
2436 pqf->Bus, pqf->TargetID, pqf->CurrentDepth); in mpt_cam_event()
2455 crs.openings = pqf->CurrentDepth - 1; in mpt_cam_event()
/freebsd-13.1/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h751 U16 CurrentDepth; /* 0x02 */ member