Home
last modified time | relevance | path

Searched refs:dt2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c285 return dt2; in helper_float_cvt_l_d()
298 return dt2; in helper_float_cvt_l_s()
421 return dt2; in helper_float_round_l_d()
437 return dt2; in helper_float_round_l_s()
483 return dt2; in helper_float_trunc_l_d()
496 return dt2; in helper_float_trunc_l_s()
537 return dt2; in helper_float_ceil_l_d()
552 return dt2; in helper_float_ceil_l_s()
597 return dt2; in helper_float_floor_l_d()
612 return dt2; in helper_float_floor_l_s()
[all …]
/openbmc/linux/drivers/usb/core/
H A Dconfig.c28 int dt1, int dt2, int *num_skipped) in find_next_descriptor() argument
37 if (h->bDescriptorType == dt1 || h->bDescriptorType == dt2) in find_next_descriptor()