TurboPFor: Variable byte encode/decode

This commit is contained in:
x
2017-01-05 18:03:19 +01:00
parent 48b6a9ac2c
commit db550a8a2a

12
vint.c
View File

@ -39,15 +39,15 @@
#define VBDGETGEQ vbdgetgeq
#define USIZE 32
#include __FILE__
#include "vint.c"
#undef USIZE
#define USIZE 64
#include __FILE__
#include "vint.c"
#undef USIZE
#define USIZE 16
#include __FILE__
#include "vint.c"
#undef USIZE
#define VDELTA 1
@ -57,15 +57,15 @@
#define VBDGETGEQ vbd1getgeq
#define USIZE 32
#include __FILE__
#include "vint.c"
#undef USIZE
#define USIZE 64
#include __FILE__
#include "vint.c"
#undef USIZE
#define USIZE 16
#include __FILE__
#include "vint.c"
#undef USIZE
#else