OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pStr
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.c
311
char *
pStr
= SMCPropGetSystemProperty(&gConfFile, pProp);
312
if (
pStr
== NULL)
317
if (libString2GetStringAsInt(
pStr
, (uint32_t*)pVal) == S_SUCCESS)
/frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp
738
uint8 *pStrength, *
pStr
;
800
pStr
= pStrength + 4;
802
if (*
pStr
== 0)
807
if (tmp >= 4) *
pStr
= 1;
811
if (tmp >= 4) *
pStr
= 1;
816
pStr
= pStrength + 8;
818
if (*
pStr
== 0)
824
if (tmp >= 4) *
pStr
= 1;
828
if (tmp >= 4) *
pStr
= 1;
850
pStr
= pStrength + 1
[
all
...]
/external/icu4c/common/
uniset_props.cpp
[
all
...]
/external/opencv/cvaux/include/
cvvidsurv.hpp
73
char**
pStr
;
172
pP->
pStr
= pAddr?pAddr:&(pP->Str);
176
pP->
pStr
[0] = pP->Str;
260
if(p->
pStr
)
265
p->
pStr
[0] = p->Str;
360
void SetNickName(const char*
pStr
)
367
if(
pStr
)
368
m_pNickName = strdup(
pStr
);
[
all
...]
Completed in 608 milliseconds