/third_party/backends/backend/pixma/scripts/ |
H A D | pixma_gen_options.py | 51 otype = words[1] 52 o['type'] = 'SANE_TYPE_' + otype.upper() 53 if otype == 'group': 239 otype = o['type'] 241 genMinMaxRange(oname, otype, c) 243 genList(oname, otype, c) 270 otype = o['type'] 272 if otype == 'SANE_TYPE_STRING': 274 elif otype == 'SANE_TYPE_INT' or otype [all...] |
/third_party/ffmpeg/libavresample/ |
H A D | audio_convert.c | 136 #define CONV_LOOP(otype, expr) \ 138 *(otype *)po = expr; \ 143 #define CONV_FUNC_FLAT(ofmt, otype, ifmt, itype, expr) \ 148 int os = sizeof(otype); \ 152 CONV_LOOP(otype, expr) \ 155 #define CONV_FUNC_INTERLEAVE(ofmt, otype, ifmt, itype, expr) \ 160 int out_bps = sizeof(otype); \ 167 CONV_LOOP(otype, expr) \ 171 #define CONV_FUNC_DEINTERLEAVE(ofmt, otype, ifmt, itype, expr) \ 178 int os = sizeof(otype); \ [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A 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/ |
H A D | audioconvert.c | 38 #define CONV_FUNC(ofmt, otype, ifmt, expr)\ 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/ |
H A 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() 915 struct symbol *otype = insn->orig_type; output_op_fpcast() local [all...] |
H A 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/ |
H A 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/ |
H A D | policydb.c | 2601 char **name_alloc, uint32_t otype, in policydb_filetrans_insert() 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() 2599 policydb_filetrans_insert(policydb_t *p, uint32_t stype, uint32_t ttype, uint32_t tclass, const char *name, char **name_alloc, uint32_t otype, uint32_t *present_otype) policydb_filetrans_insert() argument [all...] |
H A 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()
|
H A 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()
|
H A D | link.c | 1449 new_rule->otype = module->map[SYM_TYPES][cur->otype - 1]; in copy_filename_trans_list()
|
H A 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()
|
H A D | kernel_to_cil.c | 1892 new = pdb->p_type_val_to_name[datum->otype - 1]; in map_filename_trans_to_str()
|
H A D | kernel_to_conf.c | 1868 new = pdb->p_type_val_to_name[datum->otype - 1]; in map_filename_trans_to_str()
|
H A D | expand.c | 1417 mapped_otype = state->typemap[rule->otype - 1]; in expand_filename_trans_helper()
|
/third_party/selinux/checkpolicy/test/ |
H A D | dispol.c | 351 display_id(p, fp, SYM_TYPES, ftdatum->otype - 1, ""); in filenametr_display()
|
H A D | dismod.c | 515 display_id(p, fp, SYM_TYPES, tr->otype - 1, ""); in display_filename_trans()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A 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/ |
H A D | policy_define.c | 3310 uint32_t otype; in define_filename_trans() local 3324 /* otype */ in define_filename_trans() 3366 yyerror("no otype in transition definition?"); in define_filename_trans() 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/python/Lib/test/ |
H A D | test_descr.py | 3249 def __get__(self, object, otype): 3252 if otype: 3253 otype = otype.__name__ 3254 return 'object=%s; type=%s' % (object, otype)
|
H A D | datetimetester.py | 208 for otype, args in [ 213 orig = otype(*args) 216 self.assertIs(type(orig), otype) 223 self.assertIs(type(derived), otype)
|
/third_party/selinux/libsepol/cil/src/ |
H A 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/ltp/scripts/ |
H A 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); 7155 ## "Using comparison to $otype is error prone. Perhaps use '${lead}${op}${arg}${trail}'\n" . $herecurr);
|