Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DEndian.h342 inline void write32be(void *P, uint32_t V) { write32<big>(P, V); } in write32be() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DEndian.h421 inline void write32be(void *P, uint32_t V) { write32<big>(P, V); } in write32be() function