Home
last modified time | relevance | path

Searched defs:PERM (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
H A Dsbcdsp_init_arm.c61 #define PERM(a, b, c, d) { \ macro
68 #define PERM(a, b, c, d) { \ macro
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs822 pub const PERM: Self = Self(c::EPERM); consts
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs455 pub const PERM: Self = Self::from_errno(errno::EPERM); consts

Completed in 4 milliseconds