/external/u-boot/drivers/pinctrl/ |
D | pinctrl_stm32.c | 24 if (!ctl || ctl->af > 15 || ctl->mode > 3 || ctl->otype > 1 || in stm32_gpio_config() 40 clrsetbits_le32(®s->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/ |
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()
|
/external/tensorflow/tensorflow/lite/tools/accuracy/ |
D | run_tflite_model_op.cc | 101 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/ |
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):
|
/external/tcpdump/ |
D | print-pim.c | 758 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/ |
D | streamline_config.pl | 364 my $otype = ( -x $lsmod_file) ? '-|' : '<'; 365 open($linfile, $otype, $lsmod_file);
|
/external/u-boot/arch/arm/mach-stm32mp/include/mach/ |
D | gpio.h | 93 enum stm32_gpio_otype otype; member
|
/external/u-boot/arch/arm/include/asm/arch-stm32/ |
D | gpio.h | 92 enum stm32_gpio_otype otype; member
|
/external/selinux/libsepol/src/ |
D | expand.c | 1390 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 …]
|
D | policydb.c | 2586 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()
|
D | write.c | 573 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/ |
D | ms-inline-asm.c | 316 int olen = 0, osize = 0, otype = 0; 321 __asm mov otype, TYPE arr
|
/external/openssh/ |
D | moduli.c | 153 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/ |
D | policydb.h | 172 uint32_t otype; /* expected of new object */ member 319 uint32_t otype; /* new type */ member
|
/external/python/cpython3/Lib/xmlrpc/ |
D | client.py | 317 otype = (hasattr(other, "__class__") 321 (self.__class__.__name__, otype))
|
/external/python/cpython2/Lib/ |
D | xmlrpclib.py | 403 otype = (hasattr(other, "__class__") 407 (self.__class__.__name__, otype))
|
/external/selinux/checkpolicy/test/ |
D | dispol.c | 351 display_id(p, fp, SYM_TYPES, ftdatum->otype - 1, ""); in filenametr_display()
|
D | dismod.c | 516 display_id(p, fp, SYM_TYPES, tr->otype - 1, ""); in display_filename_trans()
|
/external/scapy/scapy/ |
D | config.py | 287 def __get__(self, obj, otype): argument
|
/external/u-boot/scripts/ |
D | checkpatch.pl | 6233 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/ |
D | cil_binary.c | 1153 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/ |
D | ipsec.py | 733 if opt.otype & 0x20:
|
/external/selinux/checkpolicy/ |
D | policy_define.c | 3335 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/ |
D | test_descr.py | 3176 def __get__(self, object, otype): argument 3179 if otype: 3180 otype = otype.__name__ 3181 return 'object=%s; type=%s' % (object, otype)
|
/external/scapy/test/ |
D | regression.uts | 2119 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 …]
|