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

/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp264 // MAXLINESTR must be compatible with operator '#' in C macro.
265 #define MAXLINESTR 499 macro
266 // MAXLINE must be (MAXLINESTR + 1), representing the size of a C string
267 // containing MAXLINESTR non-null chars plus a null.
268 #define MAXLINE (MAXLINESTR + 1)
434 if (sscanf(line, "%u - %" MAKE_STR(MAXLINESTR) "s",
441 strncat(tmpName, ".expand", MAXLINESTR-strlen(tmpName));
484 #define DELIMNAME " - %" MAKE_STR(MAXLINESTR) "s"
526 strncat(tmpNameAccumulator, ".expand", MAXLINESTR-strlen(tmpNameAccumulator));
620 if (sscanf(line, "%" MAKE_STR(MAXLINESTR) "
[all...]

Completed in 68 milliseconds