Home
last modified time | relevance | path

Searched defs:swap16 (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/ppv-lite86/src/
Dtypes.rs97 fn swap16(self) -> Self; in swap16() method
/external/rust/crates/ppv-lite86/src/x86_64/
Dsse2.rs814 fn swap16(self) -> Self { in swap16() method
849 fn swap16(self) -> Self { in swap16() method
/external/libpng/contrib/libtests/
Dpngvalid.c521 png_uint_32 x, unsigned int sample_index, int swap16, int littleendian) in sample()
6025 unsigned int swap16 :1; /* Byte swap 16-bit components */ member
6084 int swap16 = (format != 0 && format->swap16); in image_pixel_init() local