Lines Matching defs:Offset
280 UINT32 Offset = 0;
307 while (Offset < AmlFileSize)
327 if ((Offset + i + 1) < AmlFileSize)
345 /* Emit the offset and ascii dump for the entire line */
347 FlPrintFile (ASL_FILE_HEX_OUTPUT, " /* %8.8X", Offset);
353 Offset += LineLength;
381 UINT32 Offset = 0;
396 while (Offset < AmlFileSize)
416 if ((Offset + i + 1) < AmlFileSize)
434 /* Emit the offset and ascii dump for the entire line */
436 FlPrintFile (ASL_FILE_HEX_OUTPUT, " /* %8.8X", Offset);
442 Offset += LineLength;
469 UINT32 Offset = 0;
483 while (Offset < AmlFileSize)
518 /* Emit the offset and ascii dump for the entire line */
520 FlPrintFile (ASL_FILE_HEX_OUTPUT, " ; %8.8X", Offset);
525 Offset += LineLength;