OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numshortmult
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/lib/
picopal.h
74
extern int numlongmult,
numshortmult
;
picocep.c
105
int numlongmult = 0,
numshortmult
= 0;
variable
394
printf("number of long mult is %d, number of short mult is %i\n",numlongmult,
numshortmult
);
396
PICODBG_INFO_MSG(("number of long mult is %d, number of short mult is %i\n",numlongmult,
numshortmult
));
619
numshortmult
++; /* keep track of number of short multiplications */
[
all
...]
Completed in 638 milliseconds