Home
last modified time | relevance | path

Searched refs:BITS_REDUCE_BYTES (Results 1 – 3 of 3) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/test/
H A Dtest_bits.c275 BITS_REDUCE_BYTES(NULL, &bit_stream, ii, "test_reduce_bytes"); in test_reduce_bytes()
306 BITS_REDUCE_BYTES(NULL, &bit_stream, bytes_left + 1, "Reducing an empty stream"); in test_reduce_bytes()
373 BITS_REDUCE_BYTES(NULL, &bit_stream, 1, "Copy part of buffer"); in test_copy_bytes()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/core/
H A Dcontainers_bits.h317 #define BITS_REDUCE_BYTES(ctx, bits, length, txt) (vc_container_bits_reduce_bytes(bits, length)… macro
335 #define BITS_REDUCE_BYTES(ctx, bits, length, txt) (VC_CONTAINER_PARAM_UNUSED(ctx), VC_CONTAINER… macro
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/rtp/
H A Drtp_reader.c706 BITS_REDUCE_BYTES(p_ctx, payload, padding, "Remove padding"); in decode_rtp_packet_header()