OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gotSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp
314
uint64_t
gotSize
= 0;
320
gotSize
+= (MipsGOT0Num + it->m_LocalNum + it->m_GlobalNum);
322
gotSize
+= getGlobalNum() - it->m_GlobalNum;
325
return addr() +
gotSize
* MipsGOTEntry::EntrySize + MipsGOTGpOffset;
/hardware/libhardware/tests/camera2/
CameraBurstTests.cpp
427
bool
gotSize
= false;
431
gotSize
= true;
435
EXPECT_TRUE(
gotSize
) << "Can't find stream size in list of "
Completed in 1084 milliseconds