Home
last modified time | relevance | path

Searched refs:space_count (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/util/
Dcheck-format.pl715 my $space_count = length($space); # maybe could also use indentation before '#'
716 …report("'#if' nesting indent = $space_count != $preproc_if_nesting") if $space_count != $preproc_i…
/third_party/openssl/util/
Dcheck-format.pl715 my $space_count = length($space); # maybe could also use indentation before '#'
716 …report("'#if' nesting indent = $space_count != $preproc_if_nesting") if $space_count != $preproc_i…
/third_party/node/src/
Dnode_v8.cc253 int space_count = isolate->NumberOfHeapSpaces(); in SetHeapStatistics() local
255 for (int i = 0; i < space_count; i++) { in SetHeapStatistics()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c1284 guint space_count = 0; in ttml_handle_element_whitespace() local
1308 ++space_count; in ttml_handle_element_whitespace()
1310 if (space_count > 1) { in ttml_handle_element_whitespace()
1311 gchar *new_head = c - space_count + 1; in ttml_handle_element_whitespace()
1315 space_count = 0; in ttml_handle_element_whitespace()