Home
last modified time | relevance | path

Searched defs:vref (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
Dmove.pass.cpp248 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_empty() local
264 V &vref = (v1 = std::move(v2)); in test_move_assignment_non_empty_empty() local
274 V &vref = (v1 = std::move(v2)); in test_move_assignment_non_empty_empty() local
290 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_non_empty() local
300 V &vref = (v1 = std::move(v2)); in test_move_assignment_empty_non_empty() local
315 V &vref = (v1 = std::move(v2)); in test_move_assignment_same_index() local
324 V &vref = (v1 = std::move(v2)); in test_move_assignment_same_index() local
334 V &vref = (v1 = std::move(v2)); in test_move_assignment_same_index() local
410 V &vref = (v1 = std::move(v2)); in test_move_assignment_different_index() local
420 V &vref = (v1 = std::move(v2)); in test_move_assignment_different_index() local
[all …]
Dcopy.pass.cpp278 V &vref = (v1 = v2); in test_copy_assignment_empty_empty() local
294 V &vref = (v1 = v2); in test_copy_assignment_non_empty_empty() local
304 V &vref = (v1 = v2); in test_copy_assignment_non_empty_empty() local
320 V &vref = (v1 = v2); in test_copy_assignment_empty_non_empty() local
330 V &vref = (v1 = v2); in test_copy_assignment_empty_non_empty() local
345 V &vref = (v1 = v2); in test_copy_assignment_same_index() local
354 V &vref = (v1 = v2); in test_copy_assignment_same_index() local
364 V &vref = (v1 = v2); in test_copy_assignment_same_index() local
455 V &vref = (v1 = v2); in test_copy_assignment_different_index() local
468 V &vref = (v1 = v2); in test_copy_assignment_different_index() local
[all …]
/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()
/external/u-boot/arch/x86/include/asm/arch-quark/
Dmrc.h79 uint32_t vref[NUM_CHANNELS][NUM_BYTE_LANES]; member
/external/libjpeg-turbo/
Dturbojpeg.c326 int href = 1, vref = 1; in getSubsamp() local
348 int href = tjMCUHeight[i] / 8, vref = tjMCUWidth[i] / 8; in getSubsamp() local