Home
last modified time | relevance | path

Searched refs:current_variant (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/dports/lang/clover/mesa-21.3.6/src/amd/compiler/tests/
H A Dmain.cpp67 static char current_variant[64] = {0}; variable
91 fwrite(current_variant, 1, strlen(current_variant)+1, checker_stdin); in write_test()
116 strncpy(current_variant, name, sizeof(current_variant) - 1); in set_variant()
153 memset(current_variant, 0, sizeof(current_variant)); in run_test()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/compiler/tests/
H A Dmain.cpp67 static char current_variant[64] = {0}; variable
91 fwrite(current_variant, 1, strlen(current_variant)+1, checker_stdin); in write_test()
116 strncpy(current_variant, name, sizeof(current_variant) - 1); in set_variant()
153 memset(current_variant, 0, sizeof(current_variant)); in run_test()
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/compiler/tests/
H A Dmain.cpp67 static char current_variant[64] = {0}; variable
91 fwrite(current_variant, 1, strlen(current_variant)+1, checker_stdin); in write_test()
116 strncpy(current_variant, name, sizeof(current_variant) - 1); in set_variant()
153 memset(current_variant, 0, sizeof(current_variant)); in run_test()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/compiler/tests/
H A Dmain.cpp67 static char current_variant[64] = {0}; variable
91 fwrite(current_variant, 1, strlen(current_variant)+1, checker_stdin); in write_test()
116 strncpy(current_variant, name, sizeof(current_variant) - 1); in set_variant()
153 memset(current_variant, 0, sizeof(current_variant)); in run_test()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/compiler/tests/
H A Dmain.cpp67 static char current_variant[64] = {0}; variable
91 fwrite(current_variant, 1, strlen(current_variant)+1, checker_stdin); in write_test()
116 strncpy(current_variant, name, sizeof(current_variant) - 1); in set_variant()
153 memset(current_variant, 0, sizeof(current_variant)); in run_test()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/compiler/tests/
H A Dmain.cpp67 static char current_variant[64] = {0}; variable
91 fwrite(current_variant, 1, strlen(current_variant)+1, checker_stdin); in write_test()
116 strncpy(current_variant, name, sizeof(current_variant) - 1); in set_variant()
153 memset(current_variant, 0, sizeof(current_variant)); in run_test()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/compiler/tests/
H A Dmain.cpp67 static char current_variant[64] = {0}; variable
91 fwrite(current_variant, 1, strlen(current_variant)+1, checker_stdin); in write_test()
116 strncpy(current_variant, name, sizeof(current_variant) - 1); in set_variant()
153 memset(current_variant, 0, sizeof(current_variant)); in run_test()
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/compiler/tests/
H A Dmain.cpp67 static char current_variant[64] = {0}; variable
91 fwrite(current_variant, 1, strlen(current_variant)+1, checker_stdin); in write_test()
116 strncpy(current_variant, name, sizeof(current_variant) - 1); in set_variant()
153 memset(current_variant, 0, sizeof(current_variant)); in run_test()
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/compiler/tests/
H A Dmain.cpp67 static char current_variant[64] = {0}; variable
91 fwrite(current_variant, 1, strlen(current_variant)+1, checker_stdin); in write_test()
116 strncpy(current_variant, name, sizeof(current_variant) - 1); in set_variant()
153 memset(current_variant, 0, sizeof(current_variant)); in run_test()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/compiler/tests/
H A Dmain.cpp67 static char current_variant[64] = {0}; variable
91 fwrite(current_variant, 1, strlen(current_variant)+1, checker_stdin); in write_test()
116 strncpy(current_variant, name, sizeof(current_variant) - 1); in set_variant()
153 memset(current_variant, 0, sizeof(current_variant)); in run_test()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/compiler/tests/
H A Dmain.cpp65 static char current_variant[64] = {0}; variable
89 fwrite(current_variant, 1, strlen(current_variant)+1, checker_stdin); in write_test()
114 strncpy(current_variant, name, sizeof(current_variant) - 1); in set_variant()
151 memset(current_variant, 0, sizeof(current_variant)); in run_test()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/enumset_derive-0.4.4/src/
H A Dlib.rs241 let mut current_variant = 0; in derive_enum_set_type() localVariable
249 current_variant = match i.base10_parse() { in derive_enum_set_type()
259 if current_variant >= 128 { in derive_enum_set_type()
268 if all_variants & (1 << current_variant) != 0 { in derive_enum_set_type()
270 &format!("Duplicate enum discriminant: {}", current_variant)) in derive_enum_set_type()
272 all_variants |= 1 << current_variant; in derive_enum_set_type()
273 if current_variant > max_variant { in derive_enum_set_type()
274 max_variant = current_variant in derive_enum_set_type()
278 current_variant += 1; in derive_enum_set_type()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/hls/
H A Dgsthlsdemux.c567 if (hlsdemux->current_variant != NULL) { in gst_hls_demux_set_current_variant()
672 if (hlsdemux->current_variant != NULL) in gst_hls_demux_get_duration()
684 if (hlsdemux->current_variant) in gst_hls_demux_is_live()
1169 if (demux->current_variant != NULL) { in gst_hls_demux_reset()
1171 demux->current_variant = NULL; in gst_hls_demux_reset()
1295 hlsdemux->current_variant); in gst_hls_demux_update_variant_playlist()
1440 m3u8 = demux->current_variant->m3u8; in gst_hls_demux_update_playlist()
1445 demux->current_variant->name); in gst_hls_demux_update_playlist()
1448 demux->current_variant->name); in gst_hls_demux_update_playlist()
1861 if (hlsdemux->current_variant) { in gst_hls_demux_get_manifest_update_interval()
[all …]
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/hls/
H A Dgsthlsdemux.c567 if (hlsdemux->current_variant != NULL) { in gst_hls_demux_set_current_variant()
672 if (hlsdemux->current_variant != NULL) in gst_hls_demux_get_duration()
684 if (hlsdemux->current_variant) in gst_hls_demux_is_live()
1169 if (demux->current_variant != NULL) { in gst_hls_demux_reset()
1171 demux->current_variant = NULL; in gst_hls_demux_reset()
1295 hlsdemux->current_variant); in gst_hls_demux_update_variant_playlist()
1440 m3u8 = demux->current_variant->m3u8; in gst_hls_demux_update_playlist()
1445 demux->current_variant->name); in gst_hls_demux_update_playlist()
1448 demux->current_variant->name); in gst_hls_demux_update_playlist()
1861 if (hlsdemux->current_variant) { in gst_hls_demux_get_manifest_update_interval()
[all …]
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/hls/
H A Dgsthlsdemux.c567 if (hlsdemux->current_variant != NULL) { in gst_hls_demux_set_current_variant()
672 if (hlsdemux->current_variant != NULL) in gst_hls_demux_get_duration()
684 if (hlsdemux->current_variant) in gst_hls_demux_is_live()
1169 if (demux->current_variant != NULL) { in gst_hls_demux_reset()
1171 demux->current_variant = NULL; in gst_hls_demux_reset()
1295 hlsdemux->current_variant); in gst_hls_demux_update_variant_playlist()
1440 m3u8 = demux->current_variant->m3u8; in gst_hls_demux_update_playlist()
1445 demux->current_variant->name); in gst_hls_demux_update_playlist()
1448 demux->current_variant->name); in gst_hls_demux_update_playlist()
1861 if (hlsdemux->current_variant) { in gst_hls_demux_get_manifest_update_interval()
[all …]
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/hls/
H A Dgsthlsdemux.c567 if (hlsdemux->current_variant != NULL) { in gst_hls_demux_set_current_variant()
672 if (hlsdemux->current_variant != NULL) in gst_hls_demux_get_duration()
684 if (hlsdemux->current_variant) in gst_hls_demux_is_live()
1169 if (demux->current_variant != NULL) { in gst_hls_demux_reset()
1171 demux->current_variant = NULL; in gst_hls_demux_reset()
1295 hlsdemux->current_variant); in gst_hls_demux_update_variant_playlist()
1440 m3u8 = demux->current_variant->m3u8; in gst_hls_demux_update_playlist()
1445 demux->current_variant->name); in gst_hls_demux_update_playlist()
1448 demux->current_variant->name); in gst_hls_demux_update_playlist()
1861 if (hlsdemux->current_variant) { in gst_hls_demux_get_manifest_update_interval()
[all …]
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/hls/
H A Dgsthlsdemux.c567 if (hlsdemux->current_variant != NULL) { in gst_hls_demux_set_current_variant()
672 if (hlsdemux->current_variant != NULL) in gst_hls_demux_get_duration()
684 if (hlsdemux->current_variant) in gst_hls_demux_is_live()
1169 if (demux->current_variant != NULL) { in gst_hls_demux_reset()
1171 demux->current_variant = NULL; in gst_hls_demux_reset()
1295 hlsdemux->current_variant); in gst_hls_demux_update_variant_playlist()
1440 m3u8 = demux->current_variant->m3u8; in gst_hls_demux_update_playlist()
1445 demux->current_variant->name); in gst_hls_demux_update_playlist()
1448 demux->current_variant->name); in gst_hls_demux_update_playlist()
1861 if (hlsdemux->current_variant) { in gst_hls_demux_get_manifest_update_interval()
[all …]
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/hls/
H A Dgsthlsdemux.c567 if (hlsdemux->current_variant != NULL) { in gst_hls_demux_set_current_variant()
672 if (hlsdemux->current_variant != NULL) in gst_hls_demux_get_duration()
684 if (hlsdemux->current_variant) in gst_hls_demux_is_live()
1169 if (demux->current_variant != NULL) { in gst_hls_demux_reset()
1171 demux->current_variant = NULL; in gst_hls_demux_reset()
1295 hlsdemux->current_variant); in gst_hls_demux_update_variant_playlist()
1440 m3u8 = demux->current_variant->m3u8; in gst_hls_demux_update_playlist()
1445 demux->current_variant->name); in gst_hls_demux_update_playlist()
1448 demux->current_variant->name); in gst_hls_demux_update_playlist()
1861 if (hlsdemux->current_variant) { in gst_hls_demux_get_manifest_update_interval()
[all …]
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/hls/
H A Dgsthlsdemux.c567 if (hlsdemux->current_variant != NULL) { in gst_hls_demux_set_current_variant()
672 if (hlsdemux->current_variant != NULL) in gst_hls_demux_get_duration()
684 if (hlsdemux->current_variant) in gst_hls_demux_is_live()
1169 if (demux->current_variant != NULL) { in gst_hls_demux_reset()
1171 demux->current_variant = NULL; in gst_hls_demux_reset()
1295 hlsdemux->current_variant); in gst_hls_demux_update_variant_playlist()
1440 m3u8 = demux->current_variant->m3u8; in gst_hls_demux_update_playlist()
1445 demux->current_variant->name); in gst_hls_demux_update_playlist()
1448 demux->current_variant->name); in gst_hls_demux_update_playlist()
1861 if (hlsdemux->current_variant) { in gst_hls_demux_get_manifest_update_interval()
[all …]
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/hls/
H A Dgsthlsdemux.c567 if (hlsdemux->current_variant != NULL) { in gst_hls_demux_set_current_variant()
672 if (hlsdemux->current_variant != NULL) in gst_hls_demux_get_duration()
684 if (hlsdemux->current_variant) in gst_hls_demux_is_live()
1169 if (demux->current_variant != NULL) { in gst_hls_demux_reset()
1171 demux->current_variant = NULL; in gst_hls_demux_reset()
1295 hlsdemux->current_variant); in gst_hls_demux_update_variant_playlist()
1440 m3u8 = demux->current_variant->m3u8; in gst_hls_demux_update_playlist()
1445 demux->current_variant->name); in gst_hls_demux_update_playlist()
1448 demux->current_variant->name); in gst_hls_demux_update_playlist()
1861 if (hlsdemux->current_variant) { in gst_hls_demux_get_manifest_update_interval()
[all …]
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/hls/
H A Dgsthlsdemux.c567 if (hlsdemux->current_variant != NULL) { in gst_hls_demux_set_current_variant()
672 if (hlsdemux->current_variant != NULL) in gst_hls_demux_get_duration()
684 if (hlsdemux->current_variant) in gst_hls_demux_is_live()
1169 if (demux->current_variant != NULL) { in gst_hls_demux_reset()
1171 demux->current_variant = NULL; in gst_hls_demux_reset()
1295 hlsdemux->current_variant); in gst_hls_demux_update_variant_playlist()
1440 m3u8 = demux->current_variant->m3u8; in gst_hls_demux_update_playlist()
1445 demux->current_variant->name); in gst_hls_demux_update_playlist()
1448 demux->current_variant->name); in gst_hls_demux_update_playlist()
1861 if (hlsdemux->current_variant) { in gst_hls_demux_get_manifest_update_interval()
[all …]
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/hls/
H A Dgsthlsdemux.c567 if (hlsdemux->current_variant != NULL) { in gst_hls_demux_set_current_variant()
672 if (hlsdemux->current_variant != NULL) in gst_hls_demux_get_duration()
684 if (hlsdemux->current_variant) in gst_hls_demux_is_live()
1169 if (demux->current_variant != NULL) { in gst_hls_demux_reset()
1171 demux->current_variant = NULL; in gst_hls_demux_reset()
1295 hlsdemux->current_variant); in gst_hls_demux_update_variant_playlist()
1440 m3u8 = demux->current_variant->m3u8; in gst_hls_demux_update_playlist()
1445 demux->current_variant->name); in gst_hls_demux_update_playlist()
1448 demux->current_variant->name); in gst_hls_demux_update_playlist()
1861 if (hlsdemux->current_variant) { in gst_hls_demux_get_manifest_update_interval()
[all …]
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/hls/
H A Dgsthlsdemux.c567 if (hlsdemux->current_variant != NULL) { in gst_hls_demux_set_current_variant()
672 if (hlsdemux->current_variant != NULL) in gst_hls_demux_get_duration()
684 if (hlsdemux->current_variant) in gst_hls_demux_is_live()
1169 if (demux->current_variant != NULL) { in gst_hls_demux_reset()
1171 demux->current_variant = NULL; in gst_hls_demux_reset()
1295 hlsdemux->current_variant); in gst_hls_demux_update_variant_playlist()
1440 m3u8 = demux->current_variant->m3u8; in gst_hls_demux_update_playlist()
1445 demux->current_variant->name); in gst_hls_demux_update_playlist()
1448 demux->current_variant->name); in gst_hls_demux_update_playlist()
1861 if (hlsdemux->current_variant) { in gst_hls_demux_get_manifest_update_interval()
[all …]
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/ext/hls/
H A Dgsthlsdemux.c567 if (hlsdemux->current_variant != NULL) { in gst_hls_demux_set_current_variant()
672 if (hlsdemux->current_variant != NULL) in gst_hls_demux_get_duration()
684 if (hlsdemux->current_variant) in gst_hls_demux_is_live()
1169 if (demux->current_variant != NULL) { in gst_hls_demux_reset()
1171 demux->current_variant = NULL; in gst_hls_demux_reset()
1295 hlsdemux->current_variant); in gst_hls_demux_update_variant_playlist()
1440 m3u8 = demux->current_variant->m3u8; in gst_hls_demux_update_playlist()
1445 demux->current_variant->name); in gst_hls_demux_update_playlist()
1448 demux->current_variant->name); in gst_hls_demux_update_playlist()
1861 if (hlsdemux->current_variant) { in gst_hls_demux_get_manifest_update_interval()
[all …]
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/hls/
H A Dgsthlsdemux.c567 if (hlsdemux->current_variant != NULL) { in gst_hls_demux_set_current_variant()
672 if (hlsdemux->current_variant != NULL) in gst_hls_demux_get_duration()
684 if (hlsdemux->current_variant) in gst_hls_demux_is_live()
1169 if (demux->current_variant != NULL) { in gst_hls_demux_reset()
1171 demux->current_variant = NULL; in gst_hls_demux_reset()
1295 hlsdemux->current_variant); in gst_hls_demux_update_variant_playlist()
1440 m3u8 = demux->current_variant->m3u8; in gst_hls_demux_update_playlist()
1445 demux->current_variant->name); in gst_hls_demux_update_playlist()
1448 demux->current_variant->name); in gst_hls_demux_update_playlist()
1861 if (hlsdemux->current_variant) { in gst_hls_demux_get_manifest_update_interval()
[all …]

12345678910>>...13