Searched refs:CurrentDepth (Results 1 – 10 of 10) sorted by relevance
72 for (size_t CurrentDepth = 0; CurrentDepth < UnpackedSize; CurrentDepth++) { in pack() local73 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() local91 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 …]
257 Cache->CurrentDepth--; in AcpiOsPurgeCache()335 if (Cache->CurrentDepth >= Cache->MaxDepth) in AcpiOsReleaseObject()360 Cache->CurrentDepth++; in AcpiOsReleaseObject()415 Cache->CurrentDepth--; in AcpiOsAcquireObject()
240 List->CurrentDepth, in AcpiDbListInfo()242 List->MaxDepth - List->CurrentDepth, in AcpiDbListInfo()243 (List->CurrentDepth * List->ObjectSize)); in AcpiDbListInfo()
428 return (Cache->TotalAllocated - Cache->TotalFreed - Cache->CurrentDepth); in AcpiDbGetCacheInfo()
267 unsigned CurrentDepth = 1; in getMaxPerfectDepth() local282 ++CurrentDepth; in getMaxPerfectDepth()285 return CurrentDepth; in getMaxPerfectDepth()
1501 UINT16 CurrentDepth; member
654 U16 CurrentDepth; /* 02h */ member
552 U16 CurrentDepth; /* 0x02 */ member
2431 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()
749 U16 CurrentDepth; /* 0x02 */ member