webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Go to the source code of this file.
Macros | |
#define | NO_64BIT_MATH 1 |
#define | PUT_32(addr, value) *(((uint32_t *) (addr)) = (value) |
#define | GET_32(addr) (*(((uint32_t *) (addr))) |
Typedefs | |
typedef unsigned char | uint8_t |
typedef unsigned short int | uint16_t |
typedef unsigned int | uint32_t |
#define GET_32 | ( | addr | ) | (*(((uint32_t *) (addr))) |
#define NO_64BIT_MATH 1 |