OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gotCount
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/delibs/depool/
dePoolMultiSet.c
95
int
gotCount
= deTestMultiSet_getKeyCount(set, (deInt16)i);
102
DE_TEST_ASSERT(count ==
gotCount
);
115
int
gotCount
= deTestMultiSet_getKeyCount(set, (deInt16)i);
121
DE_TEST_ASSERT(count ==
gotCount
);
136
int
gotCount
= deTestMultiSet_getKeyCount(set, (deInt16)i);
142
DE_TEST_ASSERT(
gotCount
== count);
/frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp
196
uint64_t
gotCount
= MipsGOT0Num + m_MultipartList.back().m_LocalNum +
199
gotCount
+= 1;
201
return
gotCount
* getEntrySize() > MipsGOTSize;
/device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c
721
size_t
gotCount
= (sect->got_end - sect->got_start) / sizeof(uint32_t);
724
size_t totalRelocCount = (numDataRelocs + numInitFuncs +
gotCount
);
770
DBG("Updating GOT entries (%zu):",
gotCount
);
[
all
...]
Completed in 627 milliseconds