/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/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/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 173 uint32_t otype; member 322 uint32_t otype; /* new type */ member 659 uint32_t otype, uint32_t *present_otype);
|
/third_party/selinux/libsepol/src/ |
D | policydb.c | 2601 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 …]
|
D | policydb_validate.c | 1093 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()
|
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() 1975 buf[1] = cpu_to_le32(ftr->otype); in filename_trans_rule_write()
|
D | link.c | 1449 new_rule->otype = module->map[SYM_TYPES][cur->otype - 1]; in copy_filename_trans_list()
|
D | module_to_cil.c | 1623 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()
|
D | kernel_to_conf.c | 1868 new = pdb->p_type_val_to_name[datum->otype - 1]; in map_filename_trans_to_str()
|
D | kernel_to_cil.c | 1892 new = pdb->p_type_val_to_name[datum->otype - 1]; in map_filename_trans_to_str()
|
D | expand.c | 1417 mapped_otype = state->typemap[rule->otype - 1]; in expand_filename_trans_helper()
|
/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/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/selinux/checkpolicy/ |
D | policy_define.c | 3310 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/ |
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/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 | 1176 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/ |
D | vmlinux.h | 54296 u32 otype; member 55604 u32 otype; member
|