Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/
Dconfig.h735 #define ENABLED(FEATURE) ((FEATURE) == 1) macro
/third_party/benchmark/include/benchmark/
Dbenchmark.h1465 enum Scaling { UNKNOWN, ENABLED, DISABLED }; enumerator