Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/
Dconfig.h790 #define ENABLED(FEATURE) ((FEATURE) == 1) macro
/third_party/rust/crates/rustix/src/thread/
Dprctl.rs742 const ENABLED = 1_u32 << 0; constant
/third_party/benchmark/include/benchmark/
Dbenchmark.h1465 enum Scaling { UNKNOWN, ENABLED, DISABLED }; enumerator