Home
last modified time | relevance | path

Searched refs:maximum_unsigned_value_of_type (Results 1 – 13 of 13) sorted by relevance

/dports/x11/jgmenu/jgmenu-4.4.0/src/
H A Dflex-array.h60 #define maximum_unsigned_value_of_type(a) \ macro
72 ((b) > maximum_unsigned_value_of_type(a) - (a))
/dports/devel/git-svn/git-2.34.1/
H A Dgit-compat-util.h93 #define maximum_unsigned_value_of_type(a) \ macro
106 ((b) > maximum_unsigned_value_of_type(a) - (a))
114 ((a) && (b) > maximum_unsigned_value_of_type(a) / (a))
H A Dconfig.c1117 if (!git_parse_unsigned(value, &tmp, maximum_unsigned_value_of_type(long))) in git_parse_ulong()
/dports/devel/git-gui/git-2.34.1/
H A Dgit-compat-util.h93 #define maximum_unsigned_value_of_type(a) \ macro
106 ((b) > maximum_unsigned_value_of_type(a) - (a))
114 ((a) && (b) > maximum_unsigned_value_of_type(a) / (a))
H A Dconfig.c1117 if (!git_parse_unsigned(value, &tmp, maximum_unsigned_value_of_type(long))) in git_parse_ulong()
/dports/devel/git-p4/git-2.34.1/
H A Dgit-compat-util.h93 #define maximum_unsigned_value_of_type(a) \ macro
106 ((b) > maximum_unsigned_value_of_type(a) - (a))
114 ((a) && (b) > maximum_unsigned_value_of_type(a) / (a))
H A Dconfig.c1117 if (!git_parse_unsigned(value, &tmp, maximum_unsigned_value_of_type(long))) in git_parse_ulong()
/dports/devel/git/git-2.34.1/
H A Dgit-compat-util.h93 #define maximum_unsigned_value_of_type(a) \ macro
106 ((b) > maximum_unsigned_value_of_type(a) - (a))
114 ((a) && (b) > maximum_unsigned_value_of_type(a) / (a))
H A Dconfig.c1117 if (!git_parse_unsigned(value, &tmp, maximum_unsigned_value_of_type(long))) in git_parse_ulong()
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-compat-util.h93 #define maximum_unsigned_value_of_type(a) \ macro
106 ((b) > maximum_unsigned_value_of_type(a) - (a))
114 ((a) && (b) > maximum_unsigned_value_of_type(a) / (a))
H A Dconfig.c1117 if (!git_parse_unsigned(value, &tmp, maximum_unsigned_value_of_type(long))) in git_parse_ulong()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-compat-util.h93 #define maximum_unsigned_value_of_type(a) \ macro
106 ((b) > maximum_unsigned_value_of_type(a) - (a))
114 ((a) && (b) > maximum_unsigned_value_of_type(a) / (a))
H A Dconfig.c959 if (!git_parse_unsigned(value, &tmp, maximum_unsigned_value_of_type(long))) in git_parse_ulong()