OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indexp
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp
309
uint32_t
indexP
= (phase & cMask) >> cShift;
313
if ((
indexP
== 0) && (lerpP == 0)) {
324
interpolate<CHANNELS>(l, r, coefs+
indexP
, lerpP, sP);
327
interpolate<CHANNELS>(l, r, coefs+
indexP
, lerpP, sP);
330
interpolate<CHANNELS>(l, r, coefs+
indexP
, lerpP, sP);
333
interpolate<CHANNELS>(l, r, coefs+
indexP
, lerpP, sP);
/external/iproute2/ip/
xfrm_policy.c
530
char *
indexp
= NULL;
local
554
if (
indexp
)
556
indexp
= *argv;
592
if (!selp && !
indexp
) {
596
if (selp &&
indexp
)
/external/dnsmasq/src/
network.c
49
int iface_check(int family, struct all_addr *addr, char *name, int *
indexp
)
57
if (
indexp
)
78
*
indexp
= newindex;
dnsmasq.h
789
int iface_check(int family, struct all_addr *addr, char *name, int *
indexp
);
Completed in 107 milliseconds