Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/common/cpuinfo/
DCpuInfo.cpp164 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in midr_from_proc_cpuinfo() local
174 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in midr_from_proc_cpuinfo() local
184 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in midr_from_proc_cpuinfo() local
194 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in midr_from_proc_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()