Home
last modified time | relevance | path

Searched defs:ENABLED (Results 1 – 5 of 5) 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/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingPipelineFlagsTests.cpp97 #define ENABLED(val_, mask_) (((val_)&(mask_))==(mask_)) macro
/third_party/benchmark/include/benchmark/
Dbenchmark.h1678 enum Scaling { UNKNOWN, ENABLED, DISABLED }; enumerator
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingPipelineFlagsTests.cpp96 #define ENABLED(val_, mask_) (((val_)&(mask_))==(mask_)) macro