Home
last modified time | relevance | path

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

/external/chromium_org/third_party/brotli/src/woff2/
Dstore_bytes.h27 inline size_t StoreU32(uint8_t* dst, size_t offset, uint32_t x) { in StoreU32() function
41 inline void StoreU32(uint32_t val, size_t* offset, uint8_t* dst) { in StoreU32() function
/external/chromium_org/third_party/ots/src/
Dwoff2.cc212 size_t StoreU32(uint8_t* dst, size_t offset, uint32_t x) { in StoreU32() function