OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initdp_port
(Results
1 - 4
of
4
) sorted by null
/external/fec/
dotprod.c
9
void *
initdp_port
(signed short coeffs[],int len);
35
return
initdp_port
(coeffs,len);
dotprod_port.c
16
void *
initdp_port
(signed short coeffs[],int len){
function
dtest.c
84
dp_port =
initdp_port
(coeffs,ntaps);
fec.h
302
void *
initdp_port
(signed short coeffs[],int len);
Completed in 146 milliseconds