libcss
Loading...
Searching...
No Matches
Macros
dump.h File Reference
#include <string.h>
#include <libcss/types.h>
#include "stylesheet.h"
#include "bytecode/bytecode.h"
#include "bytecode/opcodes.h"
#include "select/font_face.h"
#include "testutils.h"

Go to the source code of this file.

Macros

#define ABS(x)   (uint32_t)((x) < 0 ? -(x) : (x))
 
#define ADVANCE(n)
 

Macro Definition Documentation

◆ ABS

#define ABS (   x)    (uint32_t)((x) < 0 ? -(x) : (x))

◆ ADVANCE

#define ADVANCE (   n)
Value:
do { \
offset += (n); \
bytecode = ((uint8_t *) bytecode) + (n); \
} while(0)