Searched defs:SVN__PREDICT_FALSE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/svn/
H A Dsvn_private_config.h298 # define SVN__PREDICT_FALSE(x) (__builtin_expect(x, 0)) macro
301 # define SVN__PREDICT_FALSE(x) (x) macro

Completed in 78 milliseconds