Home
last modified time | relevance | path

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

/external/rust/crates/uuid/src/
Dlib.rs916 let d4_in = &[0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6, 0xd7, 0xd8]; in test_fields_roundtrip() localVariable
918 let u = Uuid::from_fields(d1_in, d2_in, d3_in, d4_in).unwrap(); in test_fields_roundtrip()
924 assert_eq!(d4_in, d4_out); in test_fields_roundtrip()
932 let d4_in = &[0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6, 0xd7, 0xd8]; in test_fields_le_roundtrip() localVariable
934 let u = Uuid::from_fields_le(d1_in, d2_in, d3_in, d4_in).unwrap(); in test_fields_le_roundtrip()
940 assert_eq!(d4_in, d4_out); in test_fields_le_roundtrip()
948 let d4_in = &[0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6, 0xd7, 0xd8]; in test_fields_le_are_actually_le() localVariable
950 let u = Uuid::from_fields(d1_in, d2_in, d3_in, d4_in).unwrap(); in test_fields_le_are_actually_le()
956 assert_eq!(d4_in, d4_out); in test_fields_le_are_actually_le()
/external/webp/src/dsp/
Denc_neon.c667 uint8x8x4_t d4_in; in Disto4x4_NEON() local
678 INIT_VECTOR4(d4_in, in Disto4x4_NEON()
688 const int16x8x4_t q4_v = DistoVerticalPass_NEON(d4_in); in Disto4x4_NEON()