Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js293 this.swap16 = function (...args) { method in mockBuffer.BufferClass
/third_party/node/lib/
Dbuffer.js1179 Buffer.prototype.swap16 = function swap16() { method in Buffer
/third_party/typescript/src/compiler/
Dsys.ts1292 swap16(): Buffer; method
/third_party/skia/third_party/externals/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