/third_party/ffmpeg/libavresample/ |
D | audio_convert.c | 136 #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/ |
D | lp_bld_arit_overflow.c | 72 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/weston/libweston/ |
D | timeline.c | 410 enum timeline_type otype; in weston_timeline_point() local 438 otype = va_arg(argp, enum timeline_type); in weston_timeline_point() 439 if (otype == TLT_END) in weston_timeline_point() 443 if (type_dispatch[otype]) { in weston_timeline_point() 445 type_dispatch[otype](&ctx, obj); in weston_timeline_point()
|
/third_party/ffmpeg/libswresample/ |
D | audioconvert.c | 38 #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/ |
D | sparse-llvm.c | 843 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 …]
|
D | evaluate.c | 2858 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/libxml2/python/ |
D | libxml.py | 595 otype = type(o) 596 if otype == type([]): 599 elif otype == type(()): 602 elif otype == type('') or otype == type(0) or otype == type(0.0):
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 173 uint32_t otype; member 321 uint32_t otype; /* new type */ member 658 uint32_t otype, uint32_t *present_otype);
|
/third_party/selinux/libsepol/src/ |
D | policydb.c | 2584 char **name_alloc, uint32_t otype, in policydb_filetrans_insert() argument 2599 *present_otype = datum->otype; in policydb_filetrans_insert() 2602 if (datum->otype == otype) in policydb_filetrans_insert() 2613 datum->otype = otype; in policydb_filetrans_insert() 2659 uint32_t buf[4], len, stype, ttype, tclass, otype; in filename_trans_read_one_compat() local 2685 otype = le32_to_cpu(buf[3]); in filename_trans_read_one_compat() 2688 otype, NULL); in filename_trans_read_one_compat() 2715 if (ebitmap_get_bit(&otypes, datum->otype)) in filename_trans_check_datum() 2718 if (ebitmap_set_bit(&otypes, datum->otype, 1)) in filename_trans_check_datum() 2787 datum->otype = le32_to_cpu(buf[0]); in filename_trans_read_one() [all …]
|
D | policydb_validate.c | 542 if (validate_value(ftd->otype, &flavors[SYM_TYPES])) in validate_filename_trans() 658 if (validate_value(filename_trans->otype, &flavors[SYM_TYPES])) in validate_filename_trans_rules()
|
D | write.c | 596 buf[3] = cpu_to_le32(datum->otype); in filename_write_one_compat() 645 buf[0] = cpu_to_le32(datum->otype); in filename_write_one() 1964 buf[1] = cpu_to_le32(ftr->otype); in filename_trans_rule_write()
|
D | link.c | 1482 new_rule->otype = module->map[SYM_TYPES][cur->otype - 1]; in copy_filename_trans_list()
|
D | kernel_to_cil.c | 1866 new = pdb->p_type_val_to_name[datum->otype - 1]; in map_filename_trans_to_str()
|
D | kernel_to_conf.c | 1847 new = pdb->p_type_val_to_name[datum->otype - 1]; in map_filename_trans_to_str()
|
D | module_to_cil.c | 1624 pdb->p_type_val_to_name[rule->otype - 1]); in filename_trans_to_cil()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | graph_kernel_helper.cc | 684 if (auto otype = out_info.type->cast<TensorTypePtr>(); otype != nullptr) { in CreateCNode() local 685 out_type = otype->element(); in CreateCNode()
|
/third_party/selinux/checkpolicy/test/ |
D | dispol.c | 351 display_id(p, fp, SYM_TYPES, ftdatum->otype - 1, ""); in filenametr_display()
|
D | dismod.c | 515 display_id(p, fp, SYM_TYPES, tr->otype - 1, ""); in display_filename_trans()
|
/third_party/flutter/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 2867 const char *otype = (const char *) SwigPyObject_GetDesc(obj); in SWIG_Python_TypeError() local 2868 if (otype) { in SWIG_Python_TypeError() 2870 type, otype); in SWIG_Python_TypeError() 2876 const char *otype = (obj ? obj->ob_type->tp_name : 0); in SWIG_Python_TypeError() local 2877 if (otype) { in SWIG_Python_TypeError() 2882 type, otype, cstr); in SWIG_Python_TypeError() 2886 type, otype); in SWIG_Python_TypeError()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 2888 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/ltp/scripts/ |
D | checkpatch.pl | 7138 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/selinux/checkpolicy/ |
D | policy_define.c | 3301 uint32_t otype; in define_filename_trans() local 3362 otype = typdatum->s.value; in define_filename_trans() 3384 NULL, otype, NULL in define_filename_trans() 3420 ftr->otype = otype; in define_filename_trans()
|
/third_party/python/Lib/test/ |
D | test_descr.py | 3233 def __get__(self, object, otype): argument 3236 if otype: 3237 otype = otype.__name__ 3238 return 'object=%s; type=%s' % (object, otype)
|
D | datetimetester.py | 200 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/ |
D | cil_binary.c | 1134 uint32_t otype; in __cil_typetransition_to_avtab() local 1178 sepol_result->s.value, &otype in __cil_typetransition_to_avtab() 1182 if (sepol_result->s.value!= otype) { in __cil_typetransition_to_avtab()
|