Searched refs:time (Results 251 - 275 of 3222) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXPort.h54 # include <sys/time.h>
55 # include <time.h>
58 # include <sys/time.h>
60 # include <time.h>
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXPort.h54 # include <sys/time.h>
55 # include <time.h>
58 # include <sys/time.h>
60 # include <time.h>
/macosx-10.10/tcpdump-61/tcpdump/
H A Dgmt2local.c42 * Returns the difference between gmt and local time in seconds.
53 t = time(NULL);
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/
H A Dgethostuuid.c25 #include <sys/time.h>
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclTimer.c20 * together in a list sorted by time (earliest event first).
24 Tcl_Time time; /* When timer is to fire. */ member in struct:TimerHandler
105 * time Tcl_DoOneEvent starts calling idle
186 * This function is call at exit or unload time to remove the timer and
224 * Arrange for a given function to be invoked at a particular time in the
244 Tcl_Time time;
250 Tcl_GetTime(&time);
251 time.sec += milliseconds/1000;
252 time.usec += (milliseconds%1000)*1000;
253 if (time
241 Tcl_Time time; local
513 Tcl_Time time; local
[all...]
/macosx-10.10/Chess-310.6/Sources/
H A DMBCEngine.h84 - (void) setSearchTime:(int)time;
85 + (int) secondsForTime:(int)time;
H A Dmain.mm48 #include <sys/time.h>
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Dkuser_locl.h44 #include <time.h>
52 #include <sys/time.h>
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dztrans.h31 * Constructs a time zone transition with the time and the rules before/after
34 * @param time The time of transition in milliseconds since the base time.
35 * @param from The time zone rule used before the transition.
36 * @param to The time zone rule used after the transition.
39 ztrans_open(UDate time, const void* from, const void* to);
74 * Returns the time of transition in milliseconds.
76 * @return The time o
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DDateInstance.cpp49 void DateInstance::finishCreation(VM& vm, double time) argument
53 setInternalValue(vm, jsNumber(timeClip(time)));
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblber/
H A Ddebug.c23 #include <ac/time.h>
65 sprintf(buffer, "%08x ", (unsigned) time(0L));
/macosx-10.10/WTF-7600.1.24/wtf/
H A DGregorianDateTime.cpp33 #include <time.h>
66 time_t localTime = time(0);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DControlStates.h96 void setTimeSinceControlWasFocused(double time) { m_timeSinceControlWasFocused = time; } argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DSourceBufferPrivateClient.h78 virtual MediaTime sourceBufferPrivateFastSeekTimeForMediaTime(SourceBufferPrivate*, const MediaTime& time, const MediaTime&, const MediaTime&) { return time; } argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DInbandMetadataTextTrackPrivateAVF.h38 IncompleteMetaDataCue(double time, PassRefPtr<SerializedPlatformRepresentation> cueData) argument
40 , m_startTime(time)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DCoreMediaSoftLinking.h44 SOFT_LINK_DLL_IMPORT(CoreMedia, CMTimeGetSeconds, Float64, __cdecl, (CMTime time), (time))
/macosx-10.10/apr-32/apr-util/apr-util/test/
H A Dtest_apu.h92 #define TIME_FUNCTION(time, function) \
96 time = apr_time_now() - tt; \
/macosx-10.10/bind9-45.101/bind9/bin/tests/net/
H A Ddriver.c24 #include <time.h>
46 (void)time(&t);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/logfileconfig/ns1/
H A Dnamed.dirconf36 print-time yes;
H A Dnamed.pipeconf36 print-time yes;
H A Dnamed.plain36 print-time yes;
H A Dnamed.symconf36 print-time yes;
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dfile.h33 isc_file_settime(const char *file, isc_time_t *time);
36 isc_file_getmodtime(const char *file, isc_time_t *time);
38 * \brief Get the time of last modification of a file.
41 *\li The time that is set is relative to the (OS-specific) epoch, as are
46 *\li time != NULL.
49 *\li If the file could not be accessed, 'time' is unchanged.
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Drandom.c25 #include <time.h> /* Required for time(). */
49 * Xor them with the high bits of time which change slowly.
53 srand(time(NULL) ^ pid);
/macosx-10.10/cups-408/cups/filter/
H A Dcommon.h25 #include <time.h>

Completed in 159 milliseconds

<<11121314151617181920>>