Home
last modified time | relevance | path

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

/freebsd/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/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/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/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp267 unsigned CurrentDepth = 1; in getMaxPerfectDepth() local
282 ++CurrentDepth; in getMaxPerfectDepth()
285 return CurrentDepth; in getMaxPerfectDepth()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactypes.h1501 UINT16 CurrentDepth; member
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_ioc.h654 U16 CurrentDepth; /* 02h */ member
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_ioc.h552 U16 CurrentDepth; /* 0x02 */ member
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c2431 pqf->CurrentDepth = le16toh(pqf->CurrentDepth); in mpt_cam_event()
2435 pqf->Bus, pqf->TargetID, pqf->CurrentDepth); in mpt_cam_event()
2455 crs.openings = pqf->CurrentDepth - 1; in mpt_cam_event()
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h749 U16 CurrentDepth; /* 0x02 */ member