Searched refs:swap16 (Results 1 - 9 of 9) sorted by relevance
/third_party/alsa-utils/include/ |
H A D | bswap.h | 32 #define bswap_16 swap16
|
/third_party/alsa-lib/include/ |
H A D | bswap.h | 32 #define bswap_16 swap16
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | alternate-keywords.c | 18 static __inline__ uint16_t swap16(uint16_t val) in swap16() function
|
/third_party/node/test/parallel/ |
H A D | test-whatwg-encoding-custom-textdecoder.js | 114 const res = dec.decode(Buffer.from('test€', 'utf-16le').swap16());
|
/third_party/node/lib/ |
H A D | buffer.js | 69 swap16: _swap16, 1179 Buffer.prototype.swap16 = function swap16() {
|
/third_party/node/test/common/ |
H A D | dns.js | 291 if (typedArray.BYTES_PER_ELEMENT === 2) buf.swap16();
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | common.h | 28 #define bswap_16 swap16
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.h | 40 #define bswap_16 swap16
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 521 png_uint_32 x, unsigned int sample_index, int swap16, int littleendian) in sample() 551 if (swap16) 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 6093 sample(row, colour_type, bit_depth, x, 0, swap16, littleendian); in image_pixel_init() 6122 sample(row, colour_type, bit_depth, x, 1, swap16, littleendian); in image_pixel_init() 6129 this->green = sample(row, colour_type, bit_depth, x, ++i, swap16, in image_pixel_init() 6133 this->red = sample(row, colour_type, bit_depth, x, ++i, swap16, in image_pixel_init() 6136 this->blue = sample(row, colour_type, bit_depth, x, ++i, swap16, in image_pixel_init() 520 sample(png_const_bytep row, png_byte colour_type, png_byte bit_depth, png_uint_32 x, unsigned int sample_index, int swap16, int littleendian) sample() argument [all...] |
Completed in 16 milliseconds