Home
last modified time | relevance | path

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

/frameworks/rs/api/
DSpecification.cpp764 const int SPEC_SIZE = sizeof(SPEC) - 1; in SpecFile() local
765 const int start = l - SPEC_SIZE; in SpecFile()
766 if (start >= 0 && core.compare(start, SPEC_SIZE, SPEC) == 0) { in SpecFile()