LibreOffice Module onlineupdate (master) 1
Macros
Likely.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MOZ_LIKELY(x)   (!!(x))
 
#define MOZ_UNLIKELY(x)   (!!(x))
 

Macro Definition Documentation

◆ MOZ_LIKELY

#define MOZ_LIKELY (   x)    (!!(x))

Definition at line 19 of file Likely.h.

◆ MOZ_UNLIKELY

#define MOZ_UNLIKELY (   x)    (!!(x))

Definition at line 20 of file Likely.h.