OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pOther
(Results
1 - 14
of
14
) sorted by null
/frameworks/compile/mclinker/include/mcld/ADT/
Flags.h
25
Flags(const Flags&
pOther
)
26
: m_Data(
pOther
.m_Data) {}
54
Flags& operator=(Flags
pOther
) {
55
m_Data =
pOther
.m_Data;
59
Flags operator^ (Flags
pOther
) const
60
{ return Flags(m_Data^
pOther
.m_Data); }
62
Flags operator^ (Enum
pOther
) const
63
{ return Flags(m_Data^
pOther
); }
65
Flags& operator^= (Flags
pOther
) {
66
m_Data ^=
pOther
.m_Data
[
all
...]
/frameworks/compile/mclinker/include/mcld/MC/
InputAction.h
38
bool operator<(const InputAction&
pOther
) const
39
{ return (position() <
pOther
.position()); }
/frameworks/compile/mclinker/lib/LD/
EhFrame.cpp
124
EhFrame& EhFrame::merge(EhFrame&
pOther
)
126
ObjectBuilder::MoveSectionData(*
pOther
.getSectionData(), *m_pSectionData);
128
m_CIEs.reserve(
pOther
.numOfCIEs() + m_CIEs.size());
129
for (cie_iterator cie =
pOther
.cie_begin(); cie !=
pOther
.cie_end(); ++cie)
132
m_FDEs.reserve(
pOther
.numOfFDEs() + m_FDEs.size());
133
for (fde_iterator fde =
pOther
.fde_begin(); fde !=
pOther
.fde_end(); ++fde)
136
pOther
.m_CIEs.clear();
137
pOther
.m_FDEs.clear()
[
all
...]
ResolveInfo.cpp
120
void ResolveInfo::setOther(uint32_t
pOther
)
122
setVisibility(static_cast<ResolveInfo::Visibility>(
pOther
& 0x3));
/external/chromium_org/third_party/sqlite/src/tool/
mkkeywordhash.c
379
Keyword *
pOther
= &aKeywordTable[j];
380
if(
pOther
->substrId ) continue;
381
if(
pOther
->len<=p->len ) continue;
382
for(k=0; k<=
pOther
->len-p->len; k++){
383
if( memcmp(p->zName, &
pOther
->zName[k], p->len)==0 ){
384
p->substrId =
pOther
->id;
397
Keyword *
pOther
;
399
pOther
= &aKeywordTable[j];
400
if(
pOther
->substrId ) continue;
401
for(k=p->longestSuffix+1; k<p->len && k<
pOther
->len; k++)
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
callback.c
287
FuncDef *
pOther
;
291
pOther
= functionSearch(pHash, h, pDef->zName, nName);
292
if(
pOther
){
293
assert(
pOther
!=pDef &&
pOther
->pNext!=pDef );
294
pDef->pNext =
pOther
->pNext;
295
pOther
->pNext = pDef;
build.c
[
all
...]
where.c
[
all
...]
/frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h
99
/// merge - move all data from
pOther
to this object.
100
EhFrame& merge(EhFrame&
pOther
);
ResolveInfo.h
120
void setOther(uint32_t
pOther
);
/external/chromium_org/third_party/icu/source/i18n/
plurrule_impl.h
100
pOther
,
/external/icu4c/i18n/
plurrule_impl.h
95
pOther
,
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 401 milliseconds