Home
last modified time | relevance | path

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

/external/rust/crates/uuid/src/
Dlib.rs1336 let d4_in = &[0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6, 0xd7, 0xd8]; in test_fields_roundtrip() localVariable
1353 let d4_in = &[0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6, 0xd7, 0xd8]; in test_fields_le_roundtrip() localVariable
1370 let d4_in = &[0xd1, 0xd2, 0xd3, 0xd4, 0xd5, 0xd6, 0xd7, 0xd8]; in test_fields_le_are_actually_le() localVariable
/external/webp/src/dsp/
Denc_neon.c667 uint8x8x4_t d4_in; in Disto4x4_NEON() local