Home | History | Annotate | Download | only in compiler

Lines Matching defs:CurrentByteOffset

744  *              CurrentByteOffset   - Offset in the resource descriptor
1063 Info->DescriptorTypeOp->Asl.Value.Integer = Info->CurrentByteOffset;
1097 UINT32 CurrentByteOffset;
1110 CurrentByteOffset = Rnode->BufferLength;
1118 CurrentByteOffset += LastRnode->BufferLength;
1124 return (CurrentByteOffset);
1149 UINT32 CurrentByteOffset = 0;
1206 Info.CurrentByteOffset = CurrentByteOffset;
1217 CurrentByteOffset += RsLinkDescriptorChain (&PreviousRnode, Rnode);
1247 BufferLengthOp->Asl.Value.Integer = CurrentByteOffset;
1254 BufferOp->Asl.AmlLength = CurrentByteOffset;