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

/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioDevice.cpp1142 UInt64 newInt; local
1143 absolutetime_to_nanoseconds(interval, &newInt);
1144 audioDebugIOLog(3, "+ IOAudioDevice::addTimerEvent(%p, %p, %lums)\n", target, event, (long unsigned int)(newInt/1000000));
1250 audioDebugIOLog(3, "- IOAudioDevice::addTimerEvent(%p, %p, %lums) returns 0x%lX\n", target, event, (long unsigned int)(newInt/1000000), (long unsigned int)result );
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkConfig.c690 int newInt;
692 if (Tcl_GetIntFromObj(interp, valuePtr, &newInt) != TCL_OK) {
697 *((int *) internalPtr) = newInt;
685 int newInt; local

Completed in 82 milliseconds