Home
last modified time | relevance | path

Searched refs:SwapBytes16 (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_stream.cpp460 x = SwapBytes16 (x); in Get_uint16()
476 x = SwapBytes16 (x); in Put_uint16()
Ddng_bottlenecks.h573 SwapBytes16Proc *SwapBytes16; member
651 (gDNGSuite.SwapBytes16) (dPtr, in DoSwapBytes16()
Ddng_utils.h594 inline uint16 SwapBytes16 (uint16 x) in SwapBytes16() function
Ddng_reference.cpp61 dPtr [j] = SwapBytes16 (dPtr [j]); in RefSwapBytes16()
/third_party/node/src/
Dnode_i18n.cc115 SwapBytes16(retbuf_data, retbuf_length); in ToBufferEndian()
131 SwapBytes16(dst, length); in CopySourceBuffer()
530 SwapBytes16(value, length); in Decode()
Dstring_bytes.cc343 SwapBytes16(buf, nbytes); in Write()
709 SwapBytes16(reinterpret_cast<char*>(dst), nbytes); in Encode()
Dnode_buffer.cc716 SwapBytes16(reinterpret_cast<char*>(&str[0]), str_length); in Fill()
1138 SwapBytes16(ts_obj_data, ts_obj_length); in Swap16()
Dutil-inl.h216 void SwapBytes16(char* data, size_t nbytes) { in SwapBytes16() function
Dutil.h340 inline void SwapBytes16(char* data, size_t nbytes);