Searched refs:mode0 (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/board/samsung/universal_c210/ |
D | universal.c | 101 int hwrev, mode0, mode1; in get_hw_revision() local 105 mode0 = get_adc_value(1); /* HWREV_MODE0 */ in get_hw_revision() 115 if (IS_RANGE(mode0, 80, 200) && IS_RANGE(mode1, 80, 200)) in get_hw_revision() 117 if (IS_RANGE(mode0, 750, 1000) && IS_RANGE(mode1, 80, 200)) in get_hw_revision() 119 if (IS_RANGE(mode0, 1300, 1700) && IS_RANGE(mode1, 80, 200)) in get_hw_revision() 121 if (IS_RANGE(mode0, 2000, 2400) && IS_RANGE(mode1, 80, 200)) in get_hw_revision() 125 debug("mode0: %d, mode1: %d, hwrev 0x%x\n", mode0, mode1, hwrev); in get_hw_revision()
|
/external/v8/src/arm64/ |
D | instructions-arm64.cc | 676 SubstitutionMode mode0, in Substitute() argument 679 snprintf(form_buffer_, sizeof(form_buffer_), string, GetSubstitute(0, mode0), in Substitute()
|
D | instructions-arm64.h | 659 const char* Substitute(const char* string, SubstitutionMode mode0 = kFormat,
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.h | 639 SubstitutionMode mode0 = kFormat, 645 GetSubstitute(0, mode0),
|
/external/ipsec-tools/src/libipsec/ |
D | pfkey.c | 2239 pfkey_setsadbxsa2(caddr_t buf, caddr_t lim, u_int32_t mode0, u_int32_t reqid) in pfkey_setsadbxsa2() argument 2242 u_int8_t mode = mode0 & 0xff; in pfkey_setsadbxsa2()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 8711 const int mode0 = compound_ref0_mode(mbmi->mode); in interpolation_filter_search() local 8713 const int64_t mrd = AOMMIN(args->modelled_rd[mode0][ref_mv_idx][refs[0]], in interpolation_filter_search() 10530 const int mode0 = compound_ref0_mode(this_mode); in handle_inter_mode() local 10533 AOMMIN(args->modelled_rd[mode0][ref_mv_idx][refs[0]], in handle_inter_mode()
|