Home
last modified time | relevance | path

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

12

/external/u-boot/drivers/pinctrl/
Dpinctrl_stm32.c24 if (!ctl || ctl->af > 15 || ctl->mode > 3 || ctl->otype > 1 || in stm32_gpio_config()
40 clrsetbits_le32(&regs->otyper, OTYPE_MSK << index, ctl->otype << index); in stm32_gpio_config()
79 gpio_ctl->otype = STM32_GPIO_OTYPE_OD; in prep_gpio_ctl()
81 gpio_ctl->otype = STM32_GPIO_OTYPE_PP; in prep_gpio_ctl()
91 __func__, gpio_fn, gpio_ctl->speed, gpio_ctl->otype, in prep_gpio_ctl()
/external/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()
/external/tensorflow/tensorflow/lite/tools/accuracy/
Drun_tflite_model_op.cc101 DataType otype = output_tensors.expected_output_dtype(i); in Compute() local
103 context, tfl_type == otype, in Compute()
105 " expected: ", tfl_type, " got: ", otype)); in Compute()
/external/libxml2/python/
Dlibxml.py595 otype = type(o)
596 if otype == type([]):
599 elif otype == type(()):
602 elif otype == type('') or otype == type(0) or otype == type(0.0):
/external/tcpdump/
Dprint-pim.c758 uint16_t otype, olen; in pimv2_print() local
763 otype = EXTRACT_16BITS(&bp[0]); in pimv2_print()
766 tok2str(pimv2_hello_option_values, "Unknown", otype), in pimv2_print()
767 otype, in pimv2_print()
775 switch (otype) { in pimv2_print()
/external/u-boot/scripts/kconfig/
Dstreamline_config.pl364 my $otype = ( -x $lsmod_file) ? '-|' : '<';
365 open($linfile, $otype, $lsmod_file);
/external/u-boot/arch/arm/mach-stm32mp/include/mach/
Dgpio.h93 enum stm32_gpio_otype otype; member
/external/u-boot/arch/arm/include/asm/arch-stm32/
Dgpio.h92 enum stm32_gpio_otype otype; member
/external/selinux/libsepol/src/
Dexpand.c1390 filename_trans_datum_t *otype; in expand_filename_trans() local
1415 mapped_otype = state->typemap[cur_rule->otype - 1]; in expand_filename_trans()
1428 otype = hashtab_search(state->out->filename_trans, in expand_filename_trans()
1430 if (otype) { in expand_filename_trans()
1432 if (otype->otype == mapped_otype) in expand_filename_trans()
1440 state->out->p_type_val_to_name[otype->otype - 1], in expand_filename_trans()
1461 otype = calloc(1, sizeof(*otype)); in expand_filename_trans()
1462 if (!otype) { in expand_filename_trans()
1468 otype->otype = mapped_otype; in expand_filename_trans()
1472 otype); in expand_filename_trans()
[all …]
Dpolicydb.c2586 filename_trans_datum_t *otype; in filename_trans_read() local
2597 otype = NULL; in filename_trans_read()
2603 otype = calloc(1, sizeof(*otype)); in filename_trans_read()
2604 if (!otype) in filename_trans_read()
2630 otype->otype = le32_to_cpu(buf[3]); in filename_trans_read()
2633 otype); in filename_trans_read()
2649 p->p_type_val_to_name[otype->otype - 1]); in filename_trans_read()
2652 free(otype); in filename_trans_read()
2659 free(otype); in filename_trans_read()
3669 ftr->otype = le32_to_cpu(buf[1]); in filename_trans_rule_read()
Dwrite.c573 struct filename_trans_datum *otype = data; in filename_write_helper() local
589 buf[3] = cpu_to_le32(otype->otype); in filename_write_helper()
1866 buf[1] = cpu_to_le32(ftr->otype); in filename_trans_rule_write()
/external/clang/test/CodeGen/
Dms-inline-asm.c316 int olen = 0, osize = 0, otype = 0;
321 __asm mov otype, TYPE arr
/external/openssh/
Dmoduli.c153 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, in qfileout() argument
166 otype, otests, otries, osize, ogenerator); in qfileout()
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h172 uint32_t otype; /* expected of new object */ member
319 uint32_t otype; /* new type */ member
/external/python/cpython3/Lib/xmlrpc/
Dclient.py317 otype = (hasattr(other, "__class__")
321 (self.__class__.__name__, otype))
/external/python/cpython2/Lib/
Dxmlrpclib.py403 otype = (hasattr(other, "__class__")
407 (self.__class__.__name__, otype))
/external/selinux/checkpolicy/test/
Ddispol.c351 display_id(p, fp, SYM_TYPES, ftdatum->otype - 1, ""); in filenametr_display()
Ddismod.c516 display_id(p, fp, SYM_TYPES, tr->otype - 1, ""); in display_filename_trans()
/external/scapy/scapy/
Dconfig.py287 def __get__(self, obj, otype): argument
/external/u-boot/scripts/
Dcheckpatch.pl6233 my $otype = $4;
6237 ($arg, $otype) = ($otype, $arg) if ($arg =~ /^(?:true|false)$/i);
6239 my $type = lc($otype);
6247 "Using comparison to $otype is error prone\n" . $herecurr);
/external/selinux/libsepol/cil/src/
Dcil_binary.c1153 filename_trans_datum_t *newdatum = NULL, *otype = NULL; in __cil_typetransition_to_avtab() local
1208 newdatum->otype = sepol_result->s.value; in __cil_typetransition_to_avtab()
1214 otype = hashtab_search(filename_trans_table, (hashtab_key_t)newkey); in __cil_typetransition_to_avtab()
1215 if (newdatum->otype != otype->otype) { in __cil_typetransition_to_avtab()
/external/scapy/scapy/layers/
Dipsec.py733 if opt.otype & 0x20:
/external/selinux/checkpolicy/
Dpolicy_define.c3335 uint32_t otype; in define_filename_trans() local
3396 otype = typdatum->s.value; in define_filename_trans()
3482 ftr->otype = otype; in define_filename_trans()
/external/python/cpython2/Lib/test/
Dtest_descr.py3176 def __get__(self, object, otype): argument
3179 if otype:
3180 otype = otype.__name__
3181 return 'object=%s; type=%s' % (object, otype)
/external/scapy/test/
Dregression.uts2119 a.otype == 0x01 and a.optlen == 0 and a.optdata == b""
2129 a.otype == 0x01 and a.optlen == 9 and a.optdata == b"B"*9 and isinstance(a.payload, Raw) and a.payl…
2155 a.otype == 1 and a.optlen == 0 and a.optdata == b""
2159 a.otype == 1 and a.optlen == 12 and a.optdata == b'BBBBBBBBBB'
2174 a.otype == 0x05 and a.optlen == 2 and a.value == 00
2181 a.otype == 0x05 and a.optlen == 3 and a.value == 0xffff
2193 a.otype == 0xC2 and a.optlen == 4 and a.jumboplen == 0
2200 a.otype == 0xc2 and a.optlen == 6 and a.jumboplen == 0xffffffff
2212 a.otype == 0xC9 and a.optlen == 16 and a.hoa == "::"
2219 a.otype == 0xC9 and a.optlen == 9 and a.hoa == "2001::ffff"
[all …]

12