OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_literals_in_a
(Results
1 - 1
of
1
) sorted by null
/external/srec/srec/Semproc/src/
SemanticGraphImpl.c
970
int i,
num_literals_in_a
, num_literals_in_b;
local
976
num_literals_in_a
= count_num_literals(a, (const LCHAR **)spa, 8);
979
if (
num_literals_in_a
== 0 && num_literals_in_b == 0)
988
else if (
num_literals_in_a
!= num_literals_in_b)
1002
for (i = 0; i <
num_literals_in_a
; i++)
[
all
...]
Completed in 27 milliseconds