OmniSciDB
1dac507f6e
|
Go to the source code of this file.
Macros | |
#define | LIKELY(x) (__builtin_expect((x), 1)) |
#define | UNLIKELY(x) (__builtin_expect((x), 0)) |
#define LIKELY | ( | x | ) | (__builtin_expect((x), 1)) |
Definition at line 19 of file likely.h.
Referenced by ResultSet::ResultSetComparator< BUFFER_ITERATOR_TYPE >::operator()(), and ResultSetStorage::reduceEntriesNoCollisionsColWise().
#define UNLIKELY | ( | x | ) | (__builtin_expect((x), 0)) |
Definition at line 20 of file likely.h.
Referenced by anonymous_namespace{ResultSetReduction.cpp}::check_watchdog(), check_watchdog_rt(), anonymous_namespace{RelAlgTranslator.cpp}::fill_dictionary_encoded_in_vals(), anonymous_namespace{RelAlgTranslator.cpp}::fill_integer_in_vals(), get_matching_baseline_hash_slot_at(), ResultSet::getTargetValueFromBufferRowwise(), ResultSet::ResultSetComparator< BUFFER_ITERATOR_TYPE >::operator()(), ResultSetStorage::reduceEntriesNoCollisionsColWise(), ResultSetReductionJIT::reduceOneEntryTargetsNoCollisions(), StorageIOFacility< EXECUTOR_TRAITS, IO_FACET, FRAGMENT_UPDATER >::yieldDeleteCallback(), and StorageIOFacility< EXECUTOR_TRAITS, IO_FACET, FRAGMENT_UPDATER >::yieldUpdateCallback().