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

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Ddtcompile.c556 UINT8 *FlagBuffer = NULL; local
644 FlagBuffer = Buffer;
652 if (FlagBuffer)
655 * We must increment the FlagBuffer when we have crossed
659 FlagBuffer += (Info->Offset - CurrentFlagByteOffset);
662 DtCompileFlag (FlagBuffer, LocalField, Info);

Completed in 54 milliseconds