55 return start_ptr + length - 1;
95 return ( (
PHDWORD*)frame_ptr + frameLength - 1);
137 newDwords = addDwords;
138 newLength = currentLength + newDwords;
147 newLength += padDwords;
148 newDwords += padDwords;
154 if (newLength > maxFrameLength) {
175 PHDWORD* pad_ptr = frame_ptr + newLength - padDwords;
408 frameType, sourceId);
515 return (*
getAlignBlockV[version])(frame_ptr, alignDestination, maxNumDwords);
524 return (*
setAlignBlockV[version])(frame_ptr, alignSource, numDwords);