Searched refs:not_enough (Results 1 – 7 of 7) sorted by relevance
36 const gchar not_enough[] = "too long when %e and %p are substituted"; in test_subst_pid_and_event() local38 gchar debugger_not_enough[G_N_ELEMENTS (not_enough)]; in test_subst_pid_and_event()39 gchar debugger_enough[G_N_ELEMENTS (not_enough) + 1]; in test_subst_pid_and_event()
560 gboolean not_enough; in gst_webrtc_dsp_generate_output() local563 not_enough = gst_adapter_available (self->adapter) < self->period_size; in gst_webrtc_dsp_generate_output()565 not_enough = gst_planar_audio_adapter_available (self->padapter) < in gst_webrtc_dsp_generate_output()568 if (not_enough) { in gst_webrtc_dsp_generate_output()
585 goto not_enough; in check_pending_headers()656 not_enough: in check_pending_headers()
751 auto const not_enough = []760 return not_enough();838 return not_enough();
2702 int not_enough = 0; in find_next_free_block() local2709 not_enough = 1; in find_next_free_block()2732 if (vblocks == 0 && not_enough) { in find_next_free_block()
5531 const int not_enough[] = {1, 2}; in TEST() local5534 EXPECT_THAT(not_enough, Not(IsSupersetOf(expected))); in TEST()5659 const int not_enough[] = {1, 2}; in TEST() local5662 EXPECT_THAT(actual, Not(IsSubsetOf(not_enough))); in TEST()