HomeSort by relevance Sort by last modified time
    Searched refs:gotCount (Results 1 - 2 of 2) 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...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 190 uint64_t gotCount = MipsGOT0Num +
194 gotCount += 1;
196 return (gotCount * mcld::MipsGOTEntry::EntrySize) > MipsGOTSize;

Completed in 137 milliseconds