Searched defs:SLEB128 (Results 1 – 4 of 4) sorted by relevance
35 typedef int64_t SLEB128; typedef
16 #define SLEB128(x) (x)&0x7f /* Assume here the value is -0x40 ... 0x3f. */ macro