HomeSort by relevance Sort by last modified time
    Searched defs:StoreU32 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/brotli/src/woff2/
store_bytes.h 27 inline size_t StoreU32(uint8_t* dst, size_t offset, uint32_t x) {
41 inline void StoreU32(uint32_t val, size_t* offset, uint8_t* dst) {
  /external/chromium_org/third_party/ots/src/
woff2.cc 212 size_t StoreU32(uint8_t* dst, size_t offset, uint32_t x) {
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(result, offset, table->dst_length)
    [all...]

Completed in 48 milliseconds