Home
last modified time | relevance | path

Searched refs:struc (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmessage.c243 const GstStructure *struc; in GST_START_TEST() local
253 struc = gst_message_get_structure (message); in GST_START_TEST()
254 fail_if (struc == NULL); in GST_START_TEST()
255 fail_unless (gst_structure_get_int (struc, "some_int", &some_int)); in GST_START_TEST()
256 fail_unless (gst_structure_get_double (struc, "a_double", &a_double)); in GST_START_TEST()
/third_party/curl/
Dbackport-CVE-2022-27782.patch117 @@ -1114,6 +1114,12 @@ static void prune_dead_connections(struc
338 @@ -2653,7 +2653,7 @@ static CURLcode ossl_connect_step1(struc
347 @@ -2664,7 +2664,7 @@ static CURLcode ossl_connect_step1(struc
356 @@ -2914,15 +2914,15 @@ static CURLcode ossl_connect_step1(struc
/third_party/gstreamer/gstreamer/gst/
Dgstevent.c639 GstStructure *struc; in gst_event_new_select_streams() local
645 struc = gst_structure_new_id_empty (GST_QUARK (EVENT_SELECT_STREAMS)); in gst_event_new_select_streams()
655 gst_structure_id_take_value (struc, GST_QUARK (STREAMS), &val); in gst_event_new_select_streams()
656 event = gst_event_new_custom (GST_EVENT_SELECT_STREAMS, struc); in gst_event_new_select_streams()
/third_party/ffmpeg/libavfilter/x86/
Davf_showcqt.asm31 struc Coeffs label
/third_party/ffmpeg/libavutil/x86/
Dlls.asm32 struc LLSModel label
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm23 struc working_state label
32 struc c_derived_tbl label
/third_party/mesa3d/src/intel/vulkan/
Danv_private.h1652 #define anv_pack_struct(dst, struc, ...) do { \ argument
1653 struct struc __template = { \
1656 __anv_cmd_pack(struc)(NULL, dst, &__template); \
1657 VG(VALGRIND_CHECK_MEM_IS_DEFINED(dst, __anv_cmd_length(struc) * 4)); \
/third_party/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm23 struc working_state label
32 struc c_derived_tbl label
/third_party/ffmpeg/libswresample/x86/
Dresample.asm31 struc ResampleContext label
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm23 struc working_state label
32 struc c_derived_tbl label
/third_party/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm23 struc working_state label
32 struc c_derived_tbl label
/third_party/ffmpeg/libavcodec/x86/
Dfft.asm39 struc FFTContext label
/third_party/ltp/scripts/
Dspelling.txt1388 struc||struct
/third_party/pcre2/pcre2/doc/
Dpcre2test.txt46 In the rest of this document, the names of library functions and struc-