Home
last modified time | relevance | path

Searched refs:TC3_PREDICT_FALSE (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/utils/base/
Dmacros.h104 #define TC3_PREDICT_FALSE(x) (__builtin_expect(x, 0)) macro
107 #define TC3_PREDICT_FALSE(x) (x)
/external/icing/icing/text_classifier/lib3/utils/base/
Dmacros.h102 #define TC3_PREDICT_FALSE(x) (__builtin_expect(x, 0)) macro
105 #define TC3_PREDICT_FALSE(x) (x)