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

/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp476 char tmpNameAccumulator[MAXLINE]; local
486 &tmpSig, &tmpSize, tmpNameReduce, tmpNameInitializer, tmpNameAccumulator,
498 !strcmp(tmpNameAccumulator, kNoName)) {
526 strncat(tmpNameAccumulator, ".expand", MAXLINESTR-strlen(tmpNameAccumulator));
528 (ReduceAccumulatorFunc_t) dlsym(sharedObj, tmpNameAccumulator))) {
530 tmpNameAccumulator, dlerror());

Completed in 81 milliseconds