Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/tools/acpisrc/
A Dasremove.c74 int KeywordLength; in AsRemoveStatement() local
77 KeywordLength = strlen (Keyword); in AsRemoveStatement()
90 (!AsMatchExactWord (SubString, KeywordLength))) in AsRemoveStatement()
155 int KeywordLength; in AsRemoveConditionalCompile() local
158 KeywordLength = strlen (Keyword); in AsRemoveConditionalCompile()
214 if (!AsMatchExactWord (SubString, KeywordLength)) in AsRemoveConditionalCompile()
A Dasconvrt.c1474 int KeywordLength; in AsInsertPrefix() local
1500 KeywordLength = strlen (Keyword); in AsInsertPrefix()
1517 if (AsMatchExactWord (SubString, KeywordLength)) in AsInsertPrefix()
1525 if (*(SubBuffer + KeywordLength) != '\n') in AsInsertPrefix()
1531 AsInsertData (SubBuffer + KeywordLength, " ", 8); in AsInsertPrefix()
1568 memmove (SubBuffer, SubString, KeywordLength); in AsInsertPrefix()
1581 SubBuffer += KeywordLength; in AsInsertPrefix()

Completed in 6 milliseconds