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

/freebsd-10.3-release/sys/contrib/dev/acpica/compiler/
H A Daslhex.c136 Actual = fread (Buffer, 1, HEX_TABLE_LINE_SIZE,
167 UINT8 FileData[HEX_TABLE_LINE_SIZE];
216 if (LineLength < HEX_TABLE_LINE_SIZE)
219 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), " ");
314 HEX_TABLE_LINE_SIZE - LineLength + 1, " ");
341 UINT8 FileData[HEX_TABLE_LINE_SIZE];
[all...]
H A Daslglobal.h116 #define HEX_TABLE_LINE_SIZE 8 macro

Completed in 96 milliseconds