OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hx1
(Results
1 - 2
of
2
) sorted by null
/device/google/dragon/audio/hal/dsp/
crossover.c
48
float
hx1
= hp->x1;
local
74
y = hb0*x + hb1*
hx1
+ hb2*hx2 - ha1*hy1 - ha2*hy2;
76
hx2 =
hx1
;
77
hx1
= x;
92
hp->x1 =
hx1
;
121
float
hx1
= hp->x1;
local
146
y = hb0*x + hb1*
hx1
+ hb2*hx2 - ha1*hy1 - ha2*hy2;
148
hx2 =
hx1
;
149
hx1
= x;
164
hp->x1 =
hx1
;
[
all
...]
/external/valgrind/coregrind/
m_transtab.c
672
const HostExtent*
hx1
= v1;
local
674
if (
hx1
->start +
hx1
->len <= hx2->start) return -1;
675
if (hx2->start + hx2->len <=
hx1
->start) return 1;
[
all
...]
Completed in 481 milliseconds