Home
last modified time | relevance | path

Searched defs:ACCESS (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/imagination/rogue/
Drogue_validate.c42 #define REG_RULE(OPERAND, ACCESS, MAX, MODIFIERS) \ argument
/third_party/googletest/googlemock/scripts/generator/cpp/
Dkeywords.py35 ACCESS = set('public protected private friend'.split()) variable
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs242 pub const ACCESS: Self = Self::from_errno(errno::EACCES); constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs21 pub const ACCESS: Self = Self(c::EACCES); constant
/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.cc1840 #define ACCESS(Name, Type, properties, value_input_count, control_input_count, \ macro
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp164 enum ACCESS enum in gl4cts::EnhancedLayouts::Utils::Buffer
/third_party/alsa-lib/src/pcm/
Dpcm.c1869 #define ACCESS(v) [SND_PCM_ACCESS_##v] = #v macro