Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dbyteorder.h128 inline void PutUInt32LSBFirst(uint32_t value, pdfium::span<uint8_t, 4> span) { in PutUInt32LSBFirst() function
Dbyteorder_unittest.cpp86 TEST(ByteOrder, PutUInt32LSBFirst) { in TEST() argument