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/qemu/distrib/sdl-1.2.15/src/joystick/macos/
SDL_sysjoystick.c
154
UInt32 count,
gotCount
, count2;
178
&
gotCount
,
181
numAxis =
gotCount
;
182
count -=
gotCount
;
183
count2 +=
gotCount
;
189
&
gotCount
,
192
numHats =
gotCount
;
193
count -=
gotCount
;
194
count2 +=
gotCount
;
200
&
gotCount
,
[
all
...]
/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
191
uint64_t
gotCount
= MipsGOT0Num +
195
gotCount
+= 1;
197
return
gotCount
* getEntrySize() > MipsGOTSize;
Completed in 344 milliseconds