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

/external/chromium_org/third_party/brotli/src/woff2/
H A Dstore_bytes.h27 inline size_t StoreU32(uint8_t* dst, size_t offset, uint32_t x) { function in namespace:woff2
41 inline void StoreU32(uint32_t val, size_t* offset, uint8_t* dst) { function in namespace:woff2
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc212 size_t StoreU32(uint8_t* dst, size_t offset, uint32_t x) { function in namespace:__anon14754
514 offset = StoreU32(dst, offset, value);
759 StoreU32(dst, adjustment_offset, 0);
767 StoreU32(dst, kSfntHeaderSize + i * kSfntEntrySize + 4, checksum);
773 StoreU32(dst, adjustment_offset, checksum_adjustment);
953 offset = StoreU32(result, offset, flavor);
965 offset = StoreU32(result, offset, table->tag);
966 offset = StoreU32(result, offset, 0); // checksum, to fill in later
967 offset = StoreU32(result, offset, table->dst_offset);
968 offset = StoreU32(resul
[all...]

Completed in 324 milliseconds