Searched refs:theIntPtr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c233 int NextInt(u_int32_t *theIntPtr); // XXX returns signed numbers!
1709 an int, and set theIntPtr to the result.
1713 int NextInt(u_int32_t *theIntPtr) argument
1724 *theIntPtr = 0;
1747 *theIntPtr = (*theIntPtr * 10) + (*intStrPtr++ - '0');
1752 *theIntPtr *= sign; // set appropriate sign

Completed in 209 milliseconds