Home
last modified time | relevance | path

Searched refs:count_before (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format.pl164 my $count_before; # number of leading whitespace characters (except line ending chars) in $contents_before
396 report_flexibly($line_before, "entire-line comment indent = $count_before != $count (of following line)",
397 $contents_before) if !$sloppy_cmt && $count_before != -1 && $count_before != $count;
420 return if $line_before > 0 && $count == $count_before;
1235 $count_before = $count;
/third_party/openssl/util/
H A Dcheck-format.pl164 my $count_before; # number of leading whitespace characters (except line ending chars) in $contents_before
396 report_flexibly($line_before, "entire-line comment indent = $count_before != $count (of following line)",
397 $contents_before) if !$sloppy_cmt && $count_before != -1 && $count_before != $count;
420 return if $line_before > 0 && $count == $count_before;
1235 $count_before = $count;
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc69 int count_before = registers.Count(); in PushCPURegList() local
74 int count = count_before - registers.Count(); in PushCPURegList()
89 int count_before = registers.Count(); in PopCPURegList() local
94 int count = count_before - registers.Count(); in PopCPURegList()

Completed in 10 milliseconds