webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Go to the source code of this file.
Macros | |
#define | INT_TYPES_DEFINED |
#define | INT64_C(x) x ## LL |
#define | UINT64_C(x) x ## ULL |
#define | INT64_F "ll" |
#define | ALIGNP(p, t) ((uint8*)((((uintptr_t)(p) + ((t) - 1)) & ~((t) - 1)))) /* NOLINT */ |
#define | LIBYUV_API |
#define | LIBYUV_BOOL int |
#define | LIBYUV_FALSE 0 |
#define | LIBYUV_TRUE 1 |
Typedefs | |
typedef unsigned long long | uint64 |
typedef long long | int64 |
typedef unsigned int | uint32 |
typedef int | int32 |
typedef unsigned short | uint16 |
typedef short | int16 |
typedef unsigned char | uint8 |
typedef signed char | int8 |
#define INT64_F "ll" |
#define INT_TYPES_DEFINED |
#define LIBYUV_API |
#define LIBYUV_BOOL int |
#define LIBYUV_FALSE 0 |
#define LIBYUV_TRUE 1 |