Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectWriter.h123 void WriteLE32(uint32_t Value) { in WriteLE32() function
/external/webrtc/webrtc/common_audio/
Dwav_header.cc116 static inline void WriteLE32(uint32_t* f, uint32_t x) { *f = x; } in WriteLE32() function