Home
last modified time | relevance | path

Searched refs: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
165 … int impv = support::cpp11::stoi(subexp, nullptr, support::cpp11::NumericBase::BASE_16); in midr_from_proc_cpuinfo()
174 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in midr_from_proc_cpuinfo() local
175 … int varv = support::cpp11::stoi(subexp, nullptr, support::cpp11::NumericBase::BASE_16); in midr_from_proc_cpuinfo()
184 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in midr_from_proc_cpuinfo() local
185 … int partv = support::cpp11::stoi(subexp, nullptr, support::cpp11::NumericBase::BASE_16); in midr_from_proc_cpuinfo()
194 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in midr_from_proc_cpuinfo() local
195 int regv = support::cpp11::stoi(subexp, nullptr); in midr_from_proc_cpuinfo()
/external/mesa3d/src/intel/perf/
Dgen_perf.py156 def brkt(subexp): argument
157 if " " in subexp:
158 return "(" + subexp + ")"
160 return subexp
260 subexp = callback(args)
262 stack.append(subexp)
/external/squashfs-tools/squashfs-tools/
Daction.c90 static struct expr *parse_expr(int subexp);
401 static struct expr *parse_expr(int subexp) in parse_expr() argument
410 if (subexp) { in parse_expr()
420 if (!subexp) { in parse_expr()