Searched refs:HEX_TABLE_LINE_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslhex.c135 Actual = fread (Buffer, 1, HEX_TABLE_LINE_SIZE,
166 UINT8 FileData[HEX_TABLE_LINE_SIZE];
215 if (LineLength < HEX_TABLE_LINE_SIZE)
218 5 * (HEX_TABLE_LINE_SIZE - LineLength), " ");
227 HEX_TABLE_LINE_SIZE - LineLength + 1, " ");
254 UINT8 FileData[HEX_TABLE_LINE_SIZE];
303 if (LineLength < HEX_TABLE_LINE_SIZE)
306 5 * (HEX_TABLE_LINE_SIZE - LineLength), " ");
315 HEX_TABLE_LINE_SIZE - LineLength + 1, " ");
342 UINT8 FileData[HEX_TABLE_LINE_SIZE];
[all...]
H A Daslglobal.h118 #define HEX_TABLE_LINE_SIZE 8 macro

Completed in 59 milliseconds