Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/base/
Dmacros.h105 #define TC3_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) macro
108 #define TC3_PREDICT_TRUE(x) (x)
/external/icing/icing/text_classifier/lib3/utils/base/
Dmacros.h103 #define TC3_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) macro
106 #define TC3_PREDICT_TRUE(x) (x)