Home
last modified time | relevance | path

Searched defs:PROTO (Results 1 – 3 of 3) 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/python/Lib/
Dpickle.py158 PROTO = b'\x80' # identify pickle protocol variable
/third_party/python/Modules/
D_pickle.c81 PROTO = '\x80', enumerator