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

/freebsd-11-stable/usr.bin/svn/
H A Dsvn_private_config.h299 # define SVN__PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) macro
302 # define SVN__PREDICT_TRUE(x) (x) macro

Completed in 121 milliseconds