Home
last modified time | relevance | path

Searched defs:subexp (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/src/runtime/
DCPUUtils.cpp254 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in populate_models_cpuinfo() local
264 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in populate_models_cpuinfo() local
274 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in populate_models_cpuinfo() local
284 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in populate_models_cpuinfo() local
/external/mesa3d/src/intel/perf/
Dgen_perf.py156 def brkt(subexp): argument
/external/squashfs-tools/squashfs-tools/
Daction.c401 static struct expr *parse_expr(int subexp) in parse_expr()