Home
last modified time | relevance | path

Searched refs:unsigned_mult_overflows (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/git-svn/git-2.34.1/builtin/
H A Drepack.c370 if (unsigned_mult_overflows(factor, geometry_pack_weight(prev))) in split_pack_geometry()
410 if (unsigned_mult_overflows(factor, total_size)) in split_pack_geometry()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Drepack.c370 if (unsigned_mult_overflows(factor, geometry_pack_weight(prev))) in split_pack_geometry()
410 if (unsigned_mult_overflows(factor, total_size)) in split_pack_geometry()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Drepack.c370 if (unsigned_mult_overflows(factor, geometry_pack_weight(prev))) in split_pack_geometry()
410 if (unsigned_mult_overflows(factor, total_size)) in split_pack_geometry()
/dports/devel/git/git-2.34.1/builtin/
H A Drepack.c370 if (unsigned_mult_overflows(factor, geometry_pack_weight(prev))) in split_pack_geometry()
410 if (unsigned_mult_overflows(factor, total_size)) in split_pack_geometry()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Drepack.c370 if (unsigned_mult_overflows(factor, geometry_pack_weight(prev))) in split_pack_geometry()
410 if (unsigned_mult_overflows(factor, total_size)) in split_pack_geometry()
/dports/devel/git-svn/git-2.34.1/
H A Dgit-compat-util.h113 #define unsigned_mult_overflows(a, b) \ macro
851 if (unsigned_mult_overflows(a, b)) in st_mult()
H A Dwrapper.c136 if (unsigned_mult_overflows(nmemb, size)) in xcalloc()
H A Dconfig.c1054 if (unsigned_mult_overflows(factor, uval) || in git_parse_signed()
1083 if (unsigned_mult_overflows(factor, val) || in git_parse_unsigned()
H A Dobject-name.c1156 if (unsigned_mult_overflows(num, 10)) in get_oid_1()
/dports/devel/git-gui/git-2.34.1/
H A Dgit-compat-util.h113 #define unsigned_mult_overflows(a, b) \ macro
851 if (unsigned_mult_overflows(a, b)) in st_mult()
H A Dwrapper.c136 if (unsigned_mult_overflows(nmemb, size)) in xcalloc()
H A Dconfig.c1054 if (unsigned_mult_overflows(factor, uval) || in git_parse_signed()
1083 if (unsigned_mult_overflows(factor, val) || in git_parse_unsigned()
H A Dobject-name.c1156 if (unsigned_mult_overflows(num, 10)) in get_oid_1()
/dports/devel/git-p4/git-2.34.1/
H A Dgit-compat-util.h113 #define unsigned_mult_overflows(a, b) \ macro
851 if (unsigned_mult_overflows(a, b)) in st_mult()
H A Dwrapper.c136 if (unsigned_mult_overflows(nmemb, size))
H A Dconfig.c1054 if (unsigned_mult_overflows(factor, uval) || in git_parse_signed()
1083 if (unsigned_mult_overflows(factor, val) || in git_parse_unsigned()
/dports/devel/git/git-2.34.1/
H A Dgit-compat-util.h113 #define unsigned_mult_overflows(a, b) \ macro
851 if (unsigned_mult_overflows(a, b)) in st_mult()
H A Dwrapper.c136 if (unsigned_mult_overflows(nmemb, size)) in xcalloc()
H A Dconfig.c1054 if (unsigned_mult_overflows(factor, uval) || in git_parse_signed()
1083 if (unsigned_mult_overflows(factor, val) || in git_parse_unsigned()
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-compat-util.h113 #define unsigned_mult_overflows(a, b) \ macro
851 if (unsigned_mult_overflows(a, b)) in st_mult()
H A Dwrapper.c136 if (unsigned_mult_overflows(nmemb, size)) in xcalloc()
H A Dconfig.c1054 if (unsigned_mult_overflows(factor, uval) || in git_parse_signed()
1083 if (unsigned_mult_overflows(factor, val) || in git_parse_unsigned()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-compat-util.h113 #define unsigned_mult_overflows(a, b) \ macro
818 if (unsigned_mult_overflows(a, b)) in st_mult()
H A Dwrapper.c125 if (unsigned_mult_overflows(nmemb, size)) in xcalloc()
H A Dconfig.c896 if (unsigned_mult_overflows(factor, uval) || in git_parse_signed()
925 if (unsigned_mult_overflows(factor, val) || in git_parse_unsigned()

12