Home
last modified time | relevance | path

Searched refs:have_blocks (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/tools/
Dafblue.pl46 my $have_blocks; # Boolean; set if current section contains blocks.
247 && !$have_blocks);
278 $have_blocks = 0;
419 Die("strings and blocks can't be mixed in a section") if $have_blocks;
504 $have_blocks = 1;
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstac3parse.c508 gint have_blocks = 0; in gst_ac3_parse_handle_frame() local
576 for (have_blocks = 0; !more && have_blocks < 6; have_blocks += blocks) { in gst_ac3_parse_handle_frame()