Searched refs:swap16 (Results 1 – 8 of 8) sorted by relevance
/external/libexif/m4m/ |
D | gp-byteorder.m4 | 94 /* swap32 and swap16 are defined in machine/endian.h */ 104 #define swap16(x) bswap_16(x) 121 #define swap16(x) bswap16(x) 133 #define swap16(x) __byte_swap_word(x) 153 #define swap16(x) NXSwapShort(x) 162 #define swap16(x) ((uint16_t)(((x) << 8) | ((uint16_t)(x) >> 8))) 180 #define swap16(x) ntohs(x) 235 #define htole16(x) swap16(x) 237 #define le16toh(x) swap16(x)
|
/external/rust/crates/ppv-lite86/src/ |
D | soft.rs | 155 fwd_unop_x2!(swap16); 381 fwd_unop_x4!(swap16);
|
D | types.rs | 108 fn swap16(self) -> Self; in swap16() method
|
D | generic.rs | 290 fn swap16(self) -> Self {
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | zbuild.h | 122 # define ZSWAP16(q) swap16(q)
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 27 #define bswap_16 swap16
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 522 png_uint_32 x, unsigned int sample_index, int swap16, int littleendian) in sample() argument 552 if (swap16) in sample() 6033 unsigned int swap16 :1; /* Byte swap 16-bit components */ member 6092 int swap16 = (format != 0 && format->swap16); in image_pixel_init() local 6101 sample(row, colour_type, bit_depth, x, 0, swap16, littleendian); in image_pixel_init() 6130 sample(row, colour_type, bit_depth, x, 1, swap16, littleendian); in image_pixel_init() 6137 this->green = sample(row, colour_type, bit_depth, x, ++i, swap16, in image_pixel_init() 6141 this->red = sample(row, colour_type, bit_depth, x, ++i, swap16, in image_pixel_init() 6144 this->blue = sample(row, colour_type, bit_depth, x, ++i, swap16, in image_pixel_init() 6154 this->alpha = sample(row, colour_type, bit_depth, x, ++i, swap16, in image_pixel_init() [all …]
|
/external/rust/crates/ppv-lite86/src/x86_64/ |
D | sse2.rs | 814 fn swap16(self) -> Self { in swap16() method 849 fn swap16(self) -> Self { in swap16() method
|