Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/test/
H A Dtest_bits.c194 if (BITS_CURRENT_POINTER(NULL, &bit_stream) != bits_0_to_10) in test_ptr_and_skip_bytes()
206 if (BITS_CURRENT_POINTER(NULL, &bit_stream) != expected_ptr) in test_ptr_and_skip_bytes()
267 if (BITS_CURRENT_POINTER(NULL, &bit_stream) != bits_0_to_10) in test_reduce_bytes()
277 if (BITS_CURRENT_POINTER(NULL, &bit_stream) != bits_0_to_10) in test_reduce_bytes()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/core/
H A Dcontainers_bits.h239 #define BITS_CURRENT_POINTER(ctx, bits) (VC_CONTAINER_PARAM_UNUSED(ctx), vc_container_bits_… macro
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/rtp/
H A Drtp_mpeg4.c567 BITS_INIT(p_ctx, au_headers, BITS_CURRENT_POINTER(p_ctx, payload), au_headers_length); in mp4_new_rtp_packet()