Home
last modified time | relevance | path

Searched defs:otype (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavresample/
Daudio_convert.c136 #define CONV_LOOP(otype, expr) \ argument
143 #define CONV_FUNC_FLAT(ofmt, otype, ifmt, itype, expr) \ argument
155 #define CONV_FUNC_INTERLEAVE(ofmt, otype, ifmt, itype, expr) \ argument
171 #define CONV_FUNC_DEINTERLEAVE(ofmt, otype, ifmt, itype, expr) \ argument
187 #define CONV_FUNC_GROUP(ofmt, otype, ifmt, itype, expr) \ argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit_overflow.c72 LLVMTypeRef otype; in build_binary_int_overflow() local
/third_party/ffmpeg/libswresample/
Daudioconvert.c38 #define CONV_FUNC(ofmt, otype, ifmt, expr)\ argument
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h173 uint32_t otype; member
322 uint32_t otype; /* new type */ member
/third_party/selinux/libsepol/src/
Dpolicydb.c2601 char **name_alloc, uint32_t otype, in policydb_filetrans_insert()
2676 uint32_t buf[4], len, stype, ttype, tclass, otype; in filename_trans_read_one_compat() local
/third_party/selinux/checkpolicy/
Dpolicy_define.c3310 uint32_t otype; in define_filename_trans() local
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c2888 const char *otype = (const char *) SwigPyObject_GetDesc(obj); in SWIG_Python_TypeError() local
2897 const char *otype = (obj ? obj->ob_type->tp_name : 0); in SWIG_Python_TypeError() local
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c1176 uint32_t otype; in __cil_typetransition_to_avtab_helper() local
/third_party/python/Lib/test/
Dtest_descr.py3249 def __get__(self, object, otype): argument