Searched refs:SwapBytes16 (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_stream.cpp | 460 x = SwapBytes16 (x); in Get_uint16() 476 x = SwapBytes16 (x); in Put_uint16()
|
D | dng_bottlenecks.h | 573 SwapBytes16Proc *SwapBytes16; member 651 (gDNGSuite.SwapBytes16) (dPtr, in DoSwapBytes16()
|
D | dng_utils.h | 594 inline uint16 SwapBytes16 (uint16 x) in SwapBytes16() function
|
D | dng_reference.cpp | 61 dPtr [j] = SwapBytes16 (dPtr [j]); in RefSwapBytes16()
|
/third_party/node/src/ |
D | node_i18n.cc | 115 SwapBytes16(retbuf_data, retbuf_length); in ToBufferEndian() 131 SwapBytes16(dst, length); in CopySourceBuffer() 530 SwapBytes16(value, length); in Decode()
|
D | string_bytes.cc | 343 SwapBytes16(buf, nbytes); in Write() 709 SwapBytes16(reinterpret_cast<char*>(dst), nbytes); in Encode()
|
D | node_buffer.cc | 716 SwapBytes16(reinterpret_cast<char*>(&str[0]), str_length); in Fill() 1138 SwapBytes16(ts_obj_data, ts_obj_length); in Swap16()
|
D | util-inl.h | 216 void SwapBytes16(char* data, size_t nbytes) { in SwapBytes16() function
|
D | util.h | 340 inline void SwapBytes16(char* data, size_t nbytes);
|