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 D | test_bits.c | 275 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 D | containers_bits.h | 317 #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 D | rtp_reader.c | 706 BITS_REDUCE_BYTES(p_ctx, payload, padding, "Remove padding"); in decode_rtp_packet_header()
|