Home
last modified time | relevance | path

Searched refs:otype (Results 1 – 23 of 23) sorted by relevance

/third_party/ffmpeg/libavresample/
Daudio_convert.c136 #define CONV_LOOP(otype, expr) \ argument
138 *(otype *)po = expr; \
143 #define CONV_FUNC_FLAT(ofmt, otype, ifmt, itype, expr) \ argument
148 int os = sizeof(otype); \
152 CONV_LOOP(otype, expr) \
155 #define CONV_FUNC_INTERLEAVE(ofmt, otype, ifmt, itype, expr) \ argument
160 int out_bps = sizeof(otype); \
167 CONV_LOOP(otype, expr) \
171 #define CONV_FUNC_DEINTERLEAVE(ofmt, otype, ifmt, itype, expr) \ argument
178 int os = sizeof(otype); \
[all …]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit_overflow.c72 LLVMTypeRef otype; in build_binary_int_overflow() local
89 otype = LLVMStructTypeInContext(gallivm->context, oelems, 2, FALSE); in build_binary_int_overflow()
91 otype, a, b); in build_binary_int_overflow()
/third_party/ffmpeg/libswresample/
Daudioconvert.c38 #define CONV_FUNC(ofmt, otype, ifmt, expr)\ argument
43 *(otype*)po = expr; pi += is; po += os;\
44 *(otype*)po = expr; pi += is; po += os;\
45 *(otype*)po = expr; pi += is; po += os;\
46 *(otype*)po = expr; pi += is; po += os;\
49 *(otype*)po = expr; pi += is; po += os;\
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c843 struct symbol *otype = insn->orig_type; in output_op_ptrcast() local
847 src = get_operand(fn, otype, insn->src); in output_op_ptrcast()
854 assert(is_int_type(otype)); in output_op_ptrcast()
859 assert(is_ptr_type(otype)); in output_op_ptrcast()
865 assert(is_ptr_type(otype)); in output_op_ptrcast()
881 struct symbol *otype = insn->orig_type; in output_op_cast() local
889 src = get_operand(fn, otype, insn->src); in output_op_cast()
893 if (is_ptr_type(otype)) { in output_op_cast()
895 } else if (is_float_type(otype)) { in output_op_cast()
897 } else if (is_int_type(otype)) { in output_op_cast()
[all …]
Devaluate.c2858 struct symbol *otype; in cast_to_bool() local
2859 int oclass = classify_type(degenerate(old), &otype); in cast_to_bool()
2867 zero->ctype = otype; in cast_to_bool()
2870 oclass, TYPE_NUM, otype, zero->ctype); in cast_to_bool()
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h173 uint32_t otype; member
322 uint32_t otype; /* new type */ member
659 uint32_t otype, uint32_t *present_otype);
/third_party/selinux/libsepol/src/
Dpolicydb.c2601 char **name_alloc, uint32_t otype, in policydb_filetrans_insert() argument
2616 *present_otype = datum->otype; in policydb_filetrans_insert()
2619 if (datum->otype == otype) in policydb_filetrans_insert()
2630 datum->otype = otype; in policydb_filetrans_insert()
2676 uint32_t buf[4], len, stype, ttype, tclass, otype; in filename_trans_read_one_compat() local
2705 otype = le32_to_cpu(buf[3]); in filename_trans_read_one_compat()
2708 otype, NULL); in filename_trans_read_one_compat()
2735 if (ebitmap_get_bit(&otypes, datum->otype)) in filename_trans_check_datum()
2738 if (ebitmap_set_bit(&otypes, datum->otype, 1)) in filename_trans_check_datum()
2808 datum->otype = le32_to_cpu(buf[0]); in filename_trans_read_one()
[all …]
Dpolicydb_validate.c1093 if (validate_value(ftd->otype, &flavors[SYM_TYPES])) in validate_filename_trans()
1289 if (validate_simpletype(filename_trans->otype, p, flavors)) in validate_filename_trans_rules()
Dwrite.c596 buf[3] = cpu_to_le32(datum->otype); in filename_write_one_compat()
645 buf[0] = cpu_to_le32(datum->otype); in filename_write_one()
1975 buf[1] = cpu_to_le32(ftr->otype); in filename_trans_rule_write()
Dlink.c1449 new_rule->otype = module->map[SYM_TYPES][cur->otype - 1]; in copy_filename_trans_list()
Dmodule_to_cil.c1623 pdb->p_type_val_to_name[rule->otype - 1]); in filename_trans_to_cil()
1630 pdb->p_type_val_to_name[rule->otype - 1]); in filename_trans_to_cil()
Dkernel_to_conf.c1868 new = pdb->p_type_val_to_name[datum->otype - 1]; in map_filename_trans_to_str()
Dkernel_to_cil.c1892 new = pdb->p_type_val_to_name[datum->otype - 1]; in map_filename_trans_to_str()
Dexpand.c1417 mapped_otype = state->typemap[rule->otype - 1]; in expand_filename_trans_helper()
/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
2889 if (otype) { in SWIG_Python_TypeError()
2891 type, otype); in SWIG_Python_TypeError()
2897 const char *otype = (obj ? obj->ob_type->tp_name : 0); in SWIG_Python_TypeError() local
2898 if (otype) { in SWIG_Python_TypeError()
2903 type, otype, cstr); in SWIG_Python_TypeError()
2907 type, otype); in SWIG_Python_TypeError()
/third_party/selinux/checkpolicy/test/
Ddispol.c351 display_id(p, fp, SYM_TYPES, ftdatum->otype - 1, ""); in filenametr_display()
Ddismod.c515 display_id(p, fp, SYM_TYPES, tr->otype - 1, ""); in display_filename_trans()
/third_party/selinux/checkpolicy/
Dpolicy_define.c3310 uint32_t otype; in define_filename_trans() local
3381 otype = typdatum->s.value; in define_filename_trans()
3403 NULL, otype, NULL in define_filename_trans()
3421 NULL, otype, NULL in define_filename_trans()
3457 ftr->otype = otype; in define_filename_trans()
/third_party/ltp/scripts/
Dcheckpatch.pl7138 my $otype = $4;
7142 ($arg, $otype) = ($otype, $arg) if ($arg =~ /^(?:true|false)$/i);
7144 my $type = lc($otype);
7152 "Using comparison to $otype is error prone\n" . $herecurr);
/third_party/python/Lib/test/
Dtest_descr.py3233 def __get__(self, object, otype): argument
3236 if otype:
3237 otype = otype.__name__
3238 return 'object=%s; type=%s' % (object, otype)
Ddatetimetester.py200 for otype, args in [
204 orig = otype(*args)
207 self.assertIs(type(orig), otype)
214 self.assertIs(type(derived), otype)
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c1176 uint32_t otype; in __cil_typetransition_to_avtab_helper() local
1186 sepol_result->s.value, &otype in __cil_typetransition_to_avtab_helper()
1190 if (sepol_result->s.value!= otype) { in __cil_typetransition_to_avtab_helper()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h54296 u32 otype; member
55604 u32 otype; member