Home
last modified time | relevance | path

Searched defs:WriteLE16 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectWriter.h118 void WriteLE16(uint16_t Value) { in WriteLE16() function
/external/webrtc/webrtc/common_audio/
Dwav_header.cc115 static inline void WriteLE16(uint16_t* f, uint16_t x) { *f = x; } in WriteLE16() function