Searched defs:swap16 (Results 1 – 6 of 6) sorted by relevance
18 static __inline__ uint16_t swap16(uint16_t val) in swap16() function
293 this.swap16 = function (...args) { method in mockBuffer.BufferClass
1145 Buffer.prototype.swap16 = function swap16() { method in Buffer
1044 swap16(): Buffer; method
521 png_uint_32 x, unsigned int sample_index, int swap16, int littleendian) in sample()6025 unsigned int swap16 :1; /* Byte swap 16-bit components */ member6084 int swap16 = (format != 0 && format->swap16); in image_pixel_init() local