Home
last modified time | relevance | path

Searched refs:p_count (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/cmd/
Dgpt.c381 int p_count; in set_gpt_info() local
432 p_count = 1; in set_gpt_info()
436 p_count++; in set_gpt_info()
440 parts = calloc(sizeof(disk_partition_t), p_count); in set_gpt_info()
445 for (i = 0; i < p_count; i++) { in set_gpt_info()
539 *parts_count = p_count; in set_gpt_info()
/external/autotest/client/tests/iozone/
Diozone.py135 p_count = int(match.group(1))
137 if p_secnt != section or p_count != w_count:
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c83 static int p_count(struct parse *);
451 count = p_count(p); in p_ere_exp()
454 count2 = p_count(p); in p_ere_exp()
622 count = p_count(p); in p_simp_re()
625 count2 = p_count(p); in p_simp_re()
648 p_count(struct parse *p) in p_count() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregcomp.c210 static int p_count(struct parse *);
578 count = p_count(p); in p_ere_exp()
581 count2 = p_count(p); in p_ere_exp()
749 count = p_count(p); in p_simp_re()
752 count2 = p_count(p); in p_simp_re()
775 p_count(struct parse *p) in p_count() function
/external/llvm/lib/Support/
Dregcomp.c83 static int p_count(struct parse *);
451 count = p_count(p); in p_ere_exp()
454 count2 = p_count(p); in p_ere_exp()
622 count = p_count(p); in p_simp_re()
625 count2 = p_count(p); in p_simp_re()
648 p_count(struct parse *p) in p_count() function
/external/swiftshader/third_party/LLVM/lib/Support/
Dregcomp.c75 static int p_count(struct parse *);
415 count = p_count(p); in p_ere_exp()
418 count2 = p_count(p); in p_ere_exp()
586 count = p_count(p); in p_simp_re()
589 count2 = p_count(p); in p_simp_re()
612 p_count(struct parse *p) in p_count() function
/external/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp1044 int p_count = 0; // This is for parenthesis matching in VisitObjCMessageExpr() local
1047 ++p_count; in VisitObjCMessageExpr()
1049 if (p_count == 1) in VisitObjCMessageExpr()
1051 --p_count; in VisitObjCMessageExpr()