Home
last modified time | relevance | path

Searched defs:JSON_HEDLEY_UNPREDICTABLE (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp1695 #define JSON_HEDLEY_UNPREDICTABLE(expr) __builtin_unpredictable((expr)) macro
1745 #define JSON_HEDLEY_UNPREDICTABLE(expr) JSON_HEDLEY_PREDICT(expr, 1, 0.5) macro
/external/ublksrv/include/nlohmann/
Djson.hpp1478 #define JSON_HEDLEY_UNPREDICTABLE(expr) __builtin_unpredictable((expr)) macro
1528 #define JSON_HEDLEY_UNPREDICTABLE(expr) JSON_HEDLEY_PREDICT(expr, 1, 0.5) macro