Searched refs:likely (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dnfs-workarounds.c163 if (likely(errno == ENOENT)) {
176 if (likely(errno == ENOENT)) {
192 if (likely(errno == ESTALE))
205 if (likely(errno == EACCES || errno == EPERM)) {
266 /* most likely ENOENT, which means a negative cache hit.
H A Dmacros.h185 # define likely(expr) (__builtin_expect((expr) ? 1 : 0, 1) != 0) macro
188 # define likely(expr) expr macro

Completed in 8 milliseconds