Home
last modified time | relevance | path

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

/third_party/bounds_checking_function/include/
Dsecurectype.h409 #define SECUREC_UNLIKELY(x) __builtin_expect(!!(x), 0) macro
412 #define SECUREC_UNLIKELY(x) (x) macro