OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indexp
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h
355
* The filter polyphase index is given by
indexP
= phase >> coefShift. Due to
389
uint32_t
indexP
= phase >> coefShift;
391
const TC* coefsP = coefs +
indexP
*halfNumCoefs;
402
uint32_t
indexP
= phase >> coefShift;
404
const TC* coefsP = coefs +
indexP
*halfNumCoefs;
AudioResamplerSinc.cpp
412
uint32_t
indexP
= ( phase & c.cMask) >> c.cShift;
418
indexP
*= offset;
421
int32_t const* coefsP = mFirCoefs +
indexP
;
/toolchain/binutils/binutils-2.25/bfd/
cofflink.c
1396
long *
indexp
;
local
[
all
...]
xcofflink.c
4115
long *
indexp
;
local
[
all
...]
/external/iproute2/ip/
xfrm_policy.c
567
char *
indexp
= NULL;
local
607
if (
indexp
)
609
indexp
= *argv;
645
if (!selp && !
indexp
) {
649
if (selp &&
indexp
)
/external/dnsmasq/src/
network.c
51
int iface_check(int family, struct all_addr *addr, char *name, int *
indexp
)
59
if (
indexp
)
80
*
indexp
= newindex;
109
(tmp->addr.in6.sin6_scope_id == (uint32_t) *
indexp
)))
[
all
...]
dnsmasq.h
793
int iface_check(int family, struct all_addr *addr, char *name, int *
indexp
);
/toolchain/binutils/binutils-2.25/gas/config/
tc-i960.c
880
char *
indexP
; /* Pointer to index specification with "[]" removed. */
908
indexP
= get_ispec (argP);
909
if (
indexP
)
911
p = strchr (
indexP
, '*');
926
/* Now
indexP
->a '\0'-terminated register name,
937
regnum = get_regnum (
indexP
); /* Get index reg. # */
[
all
...]
Completed in 279 milliseconds