OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indexp
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h
317
* The filter polyphase index is given by
indexP
= phase >> coefShift. Due to
351
uint32_t
indexP
= phase >> coefShift;
353
const TC* coefsP = coefs +
indexP
*halfNumCoefs;
364
uint32_t
indexP
= phase >> coefShift;
366
const TC* coefsP = coefs +
indexP
*halfNumCoefs;
AudioResamplerSinc.cpp
[
all
...]
/external/iproute2/ip/
xfrm_policy.c
571
char *
indexp
= NULL;
local
611
if (
indexp
)
613
indexp
= *argv;
649
if (!selp && !
indexp
) {
653
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;
[
all
...]
dnsmasq.h
792
int iface_check(int family, struct all_addr *addr, char *name, int *
indexp
);
Completed in 1090 milliseconds