webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
store_bytes.h File Reference
#include <inttypes.h>
#include <stddef.h>
#include <string.h>

Go to the source code of this file.

Namespaces

 woff2
 

Functions

size_t woff2::StoreU32 (uint8_t *dst, size_t offset, uint32_t x)
 
size_t woff2::Store16 (uint8_t *dst, size_t offset, int x)
 
void woff2::StoreU32 (uint32_t val, size_t *offset, uint8_t *dst)
 
void woff2::Store16 (int val, size_t *offset, uint8_t *dst)
 
void woff2::StoreBytes (const uint8_t *data, size_t len, size_t *offset, uint8_t *dst)