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 244 Actual = fread (Buffer, 1, HEX_TABLE_LINE_SIZE,
278 UINT8 FileData[HEX_TABLE_LINE_SIZE];
339 if (LineLength < HEX_TABLE_LINE_SIZE)
342 5 * (HEX_TABLE_LINE_SIZE - LineLength), " ");
351 HEX_TABLE_LINE_SIZE - LineLength + 1, " ");
379 UINT8 FileData[HEX_TABLE_LINE_SIZE];
428 if (LineLength < HEX_TABLE_LINE_SIZE)
431 5 * (HEX_TABLE_LINE_SIZE - LineLength), " ");
440 HEX_TABLE_LINE_SIZE - LineLength + 1, " ");
467 UINT8 FileData[HEX_TABLE_LINE_SIZE];
    [all...]
aslglobal.h 273 #define HEX_TABLE_LINE_SIZE 8

Completed in 14 milliseconds