Home
last modified time | relevance | path

Searched defs:PROTO (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libswresample/x86/
Daudio_convert_init.c25 #define PROTO(pre, in, out, cap) void ff ## pre ## in## _to_ ##out## _a_ ##cap(uint8_t **dst, const… macro
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dtest_check_spec_links.py18 PROTO = 'vkCreateInstance' variable
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs461 pub const PROTO: Self = Self::from_errno(errno::EPROTO); constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs871 pub const PROTO: Self = Self(c::EPROTO); constant
/third_party/python/Lib/
Dpickle.py158 PROTO = b'\x80' # identify pickle protocol variable
/third_party/python/Modules/
D_pickle.c81 PROTO = '\x80', enumerator