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

/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp266 // MAXLINE must be (MAXLINESTR + 1), representing the size of a C string
268 #define MAXLINE (MAXLINESTR + 1) macro
307 char line[MAXLINE];
336 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
360 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
379 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
393 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
409 if (strgets(line, MAXLINE, &rsInfo) == nullptr) {
429 char tmpName[MAXLINE];
431 if (strgets(line, MAXLINE,
[all...]

Completed in 113 milliseconds