Searched refs:p_count (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | rename_dir.c | 75 int p_count = 0; in main() local 77 p_count++; in main() 79 p_count++; in main() 80 if (p_count) in main() 81 (void) fprintf(stderr, "p_count: %d", p_count); in main()
|
/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | rename_dir.c | 76 int p_count = 0; in main() local 78 p_count++; in main() 80 p_count++; in main() 81 if (p_count) { in main() 84 (void) fprintf(stderr, buf, p_count); in main()
|
/freebsd/sys/dev/mlxfw/ |
H A D | mlxfw_mfa2_tlv_multi.c | 107 u16 *p_count) in mlxfw_mfa2_tlv_multi_child_count() argument 122 *p_count = count; in mlxfw_mfa2_tlv_multi_child_count()
|
H A D | mlxfw_mfa2.h | 51 u32 *p_count);
|
H A D | mlxfw_mfa2_tlv_multi.h | 59 u16 *p_count);
|
H A D | mlxfw_mfa2.c | 398 u32 *p_count) in mlxfw_mfa2_file_component_count() argument 414 *p_count = count; in mlxfw_mfa2_file_component_count()
|
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 217 class_add_prop(SromOpBind, p_count, "count") 229 class_add_prop(Array, p_count, "count") 289 class_add_prop(ArrayType, p_count, "count") 1120 set(_obj, p_count, 1) 1150 _count = get(bind, p_count) 1193 set(bind, p_count, _count + 1) 1205 if (get(bind, p_count) != 1) 1284 _count = get(bind, p_count) 1316 _count = get(bind, p_count) 2251 set(_obj, p_count, 0) [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regcomp.c | 211 static int p_count(struct parse *); 579 count = p_count(p); in p_ere_exp() 582 count2 = p_count(p); in p_ere_exp() 750 count = p_count(p); in p_simp_re() 753 count2 = p_count(p); in p_simp_re() 776 p_count(struct parse *p) in p_count() function
|
/freebsd/contrib/nvi/regex/ |
H A D | regcomp.c | 86 static int p_count(struct parse *p); 452 count = p_count(p); in p_ere_exp() 455 count2 = p_count(p); in p_ere_exp() 639 count = p_count(p); in p_simp_re() 642 count2 = p_count(p); in p_simp_re() 665 p_count(struct parse *p) in p_count() function
|
/freebsd/lib/libc/regex/ |
H A D | regcomp.c | 123 static int p_count(struct parse *p); 597 count = p_count(p); in p_ere_exp() 600 count2 = p_count(p); in p_ere_exp() 974 count = p_count(p); in p_simp_re() 977 count2 = p_count(p); in p_simp_re() 1001 p_count(struct parse *p) in p_count() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LocalizationChecker.cpp | 1149 int p_count = 0; // This is for parenthesis matching in VisitObjCMessageExpr() local 1152 ++p_count; in VisitObjCMessageExpr() 1154 if (p_count == 1) in VisitObjCMessageExpr() 1156 --p_count; in VisitObjCMessageExpr()
|