Home
last modified time | relevance | path

Searched refs:ThisLineByteCount (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/tools/acpixtract/
H A Dacpixtract.c564 int ThisLineByteCount; in AxListAllTables() local
637 ThisLineByteCount = AxConvertToBinary (Gbl_LineBuffer, in AxListAllTables()
639 if (ThisLineByteCount == EOF) in AxListAllTables()
645 ByteCount += ThisLineByteCount; in AxListAllTables()