OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ifrom
(Results
1 - 1
of
1
) sorted by null
/external/srec/srec/EventLog/src/
riff.c
563
int i,
ifrom
, ito;
local
643
ifrom
= (int)(from * (*rate) / 1000.0);
645
ifrom
= 0;
656
*length = ito -
ifrom
;
657
if (
ifrom
> 0) memmove(*samples, (*samples) +
ifrom
, (*length)*sizeof(short));
Completed in 1344 milliseconds