Searched refs:uleb128_encode_small (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/migration/ |
H A D | xbzrle.c | 60 d += uleb128_encode_small(dst + d, nzrun_len); in xbzrle_encode_buffer_avx512() 84 d += uleb128_encode_small(dst + d, zrun_len); in xbzrle_encode_buffer_avx512() 95 d += uleb128_encode_small(dst + d, zrun_len); in xbzrle_encode_buffer_avx512() 113 d += uleb128_encode_small(dst + d, nzrun_len); in xbzrle_encode_buffer_avx512() 128 d += uleb128_encode_small(dst + d, nzrun_len); in xbzrle_encode_buffer_avx512() 224 d += uleb128_encode_small(dst + d, zrun_len); in xbzrle_encode_buffer() 263 d += uleb128_encode_small(dst + d, nzrun_len); in xbzrle_encode_buffer()
|
/openbmc/qemu/tests/unit/ |
H A D | test-xbzrle.c | 26 encode_ret = uleb128_encode_small(&buf[0], i); in test_uleb() 101 g_assert(dlen == (uleb128_encode_small(&buf[0], 4095) + 2)); in test_encode_decode_1_byte()
|
/openbmc/qemu/include/qemu/ |
H A D | cutils.h | 228 int uleb128_encode_small(uint8_t *out, uint32_t n);
|
/openbmc/qemu/util/ |
H A D | cutils.c | 898 int uleb128_encode_small(uint8_t *out, uint32_t n) in uleb128_encode_small() function
|