Home
last modified time | relevance | path

Searched refs:vref (Results 1 – 25 of 51) sorted by relevance

123

/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
Dcopy.pass.cpp278 V &vref = (v1 = v2); in test_copy_assignment_empty_empty() local
279 assert(&vref == &v1); in test_copy_assignment_empty_empty()
294 V &vref = (v1 = v2); in test_copy_assignment_non_empty_empty() local
295 assert(&vref == &v1); in test_copy_assignment_non_empty_empty()
304 V &vref = (v1 = v2); in test_copy_assignment_non_empty_empty() local
305 assert(&vref == &v1); in test_copy_assignment_non_empty_empty()
320 V &vref = (v1 = v2); in test_copy_assignment_empty_non_empty() local
321 assert(&vref == &v1); in test_copy_assignment_empty_non_empty()
330 V &vref = (v1 = v2); in test_copy_assignment_empty_non_empty() local
331 assert(&vref == &v1); in test_copy_assignment_empty_non_empty()
[all …]
Dmove.pass.cpp248 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_empty() local
249 assert(&vref == &v1); in test_move_assignment_empty_empty()
264 V &vref = (v1 = std::move(v2)); in test_move_assignment_non_empty_empty() local
265 assert(&vref == &v1); in test_move_assignment_non_empty_empty()
274 V &vref = (v1 = std::move(v2)); in test_move_assignment_non_empty_empty() local
275 assert(&vref == &v1); in test_move_assignment_non_empty_empty()
290 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_non_empty() local
291 assert(&vref == &v1); in test_move_assignment_empty_non_empty()
300 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_non_empty() local
301 assert(&vref == &v1); in test_move_assignment_empty_non_empty()
[all …]
/external/u-boot/arch/arm/dts/
Dstm32429i-eval.dts50 regulator-name = "vref";
118 vref-supply = <&reg_vref>;
Dat91-sama5d4ek.dts114 /* The vref depends on JP22 of EK. If connect 1-2 then use 3.3V. connect 2-3 use 3.0V */
115 atmel,adc-vref = <3300>;
Dsunxi-q8-common.dtsi61 vref-supply = <&reg_vcc3v0>;
Dsunxi-reference-design-tablet.dtsi61 vref-supply = <&reg_vcc3v0>;
Dsun6i-a31s-colorfly-e708-q1.dts53 vref-supply = <&reg_aldo3>;
Dat91sam9261ek.dts135 ti,vref-delay-usecs = /bits/ 16 <450>;
Dsun6i-a31s-inet-q972.dts73 vref-supply = <&reg_aldo3>;
Dmeson-gxl-s905x-p212.dtsi103 vref-supply = <&vddio_ao18>;
Drk3288-tinker.dtsi374 nuvoton,vref-impedance = <2>;
403 vref-supply = <&vcc18_ldo1>;
Dsun6i-a31s-sina31s.dts97 vref-supply = <&reg_aldo3>;
Dsun8i-a23-evb.dts81 vref-supply = <&reg_vcc3v0>;
Dsun4i-a10-chuwi-v7-cw0825.dts104 vref-supply = <&reg_vcc3v0>;
Dsun5i-a13-hsg-h702.dts101 vref-supply = <&reg_ldo2>;
Dsun5i-reference-design-tablet.dtsi96 vref-supply = <&reg_ldo2>;
Dsun4i-a10-inet97fv2.dts109 vref-supply = <&reg_ldo2>;
Dsun4i-a10-gemei-g9.dts121 vref-supply = <&reg_ldo2>;
Dsun5i-a13-inet-98v-rev2.dts98 vref-supply = <&reg_ldo2>;
Dsun5i-a13-olinuxino.dts109 vref-supply = <&reg_vcc3v0>;
Dsun8i-a33-sinlinx-sina33.dts96 vref-supply = <&reg_dcdc1>;
Dmeson-gxl-s905x-libretech-cc.dts225 vref-supply = <&vddio_ao18>;
/external/u-boot/arch/x86/include/asm/arch-quark/
Dmrc.h79 uint32_t vref[NUM_CHANNELS][NUM_BYTE_LANES]; member
/external/u-boot/arch/arm/mach-aspeed/ast2500/
Dsdram_ast2500.c107 static void ast2500_sdrammc_set_vref(struct dram_info *info, u32 vref) in ast2500_sdrammc_set_vref() argument
110 writel((vref << 8) | 0x6, &info->phy->phy[48]); in ast2500_sdrammc_set_vref()
/external/libjpeg-turbo/
Dturbojpeg.c326 int href = 1, vref = 1; in getSubsamp() local
330 href = tjMCUWidth[i] / 8; vref = tjMCUHeight[i] / 8; in getSubsamp()
333 dinfo->comp_info[k].v_samp_factor == vref) in getSubsamp()
348 int href = tjMCUHeight[i] / 8, vref = tjMCUWidth[i] / 8; in getSubsamp() local
352 href = vref = 2; in getSubsamp()
355 dinfo->comp_info[k].v_samp_factor == vref) in getSubsamp()

123