HomeSort by: relevance | last modified time | path
    Searched refs:HEX_TABLE_LINE_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslhex.c 136 Actual = fread (Buffer, 1, HEX_TABLE_LINE_SIZE,
170 UINT8 FileData[HEX_TABLE_LINE_SIZE];
231 if (LineLength < HEX_TABLE_LINE_SIZE)
234 5 * (HEX_TABLE_LINE_SIZE - LineLength), " ");
243 HEX_TABLE_LINE_SIZE - LineLength + 1, " ");
271 UINT8 FileData[HEX_TABLE_LINE_SIZE];
320 if (LineLength < HEX_TABLE_LINE_SIZE)
323 5 * (HEX_TABLE_LINE_SIZE - LineLength), " ");
332 HEX_TABLE_LINE_SIZE - LineLength + 1, " ");
359 UINT8 FileData[HEX_TABLE_LINE_SIZE];
    [all...]
aslglobal.h 165 #define HEX_TABLE_LINE_SIZE 8

Completed in 21 milliseconds