#include "precompiled.h"
#include "Preprocessor.h"
#include "ps/CLogger.h"
Go to the source code of this file.
|
static size_t | ClosestPow2 (size_t x) |
| Return closest power of two not smaller than given number. More...
|
|
static void | DefaultError (void *iData, int iLine, const char *iError, const char *iToken, size_t iTokenLen) |
|
#define IS_DIRECTIVE |
( |
|
s | ) |
((dirlen == sizeof (s) - 1) && (strncmp (directive, s, sizeof (s) - 1) == 0)) |
#define MAX_MACRO_ARGS 16 |
static size_t ClosestPow2 |
( |
size_t |
x | ) |
|
|
static |
Return closest power of two not smaller than given number.
Definition at line 47 of file Preprocessor.cpp.
static void DefaultError |
( |
void * |
iData, |
|
|
int |
iLine, |
|
|
const char * |
iError, |
|
|
const char * |
iToken, |
|
|
size_t |
iTokenLen |
|
) |
| |
|
static |