Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/tools/acpisrc/
HDasconvrt.c1616 int InsertLength; in AsInsertPrefix() local
1645 InsertLength = strlen (InsertString); in AsInsertPrefix()
1667 if (!strncmp (SubString - InsertLength, InsertString, InsertLength)) in AsInsertPrefix()
1708 SubBuffer = SubString + InsertLength; in AsInsertPrefix()
1710 if (TrailingSpaces > InsertLength) in AsInsertPrefix()
1718 memmove (SubString, InsertString, InsertLength); in AsInsertPrefix()
1722 AsInsertData (SubString, InsertString, InsertLength); in AsInsertPrefix()