Home
last modified time | relevance | path

Searched refs:gA2NS (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/timer/macos/
DFastTimes.c96 static A2NSProcPtr gA2NS = NULL; variable
117 if (gUpTime) gA2NS = (A2NSProcPtr) FindFunctionInSharedLib( in FastInitialize()
119 if (!gA2NS) gUpTime = nil; /* Pedantic but necessary */ in FastInitialize()
152 wide = (gUpTime) ? (*gA2NS)((*gUpTime)()) : in FastInitialize()
160 wide = (gUpTime) ? (*gA2NS)((*gUpTime)()) : in FastInitialize()
190 wide = (*gA2NS)((*gUpTime)()); in FastMicroseconds()
195 wide = (*gA2NS)((*gUpTime)()); in FastMicroseconds()
232 wide = (*gA2NS)((*gUpTime)()); in FastMilliseconds()
237 wide = (*gA2NS)((*gUpTime)()); in FastMilliseconds()