Searched refs:ts (Results 451 - 475 of 951) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp1016 AbsoluteTime ts)
1083 ts);
1092 ts);
1102 AbsoluteTime ts)
1139 dispatchScrollWheelEventWithAccelInfo(-dy, -dx, 0, _scrollPointerInfo, ts);
1188 /* atTime */ ts);
1194 AbsoluteTime ts)
1196 dispatchScrollWheelEventWithAccelInfo(deltaAxis1, deltaAxis2, deltaAxis3, _scrollWheelInfo, ts);
1204 AbsoluteTime ts)
1300 ts,
1008 dispatchAbsolutePointerEvent(IOGPoint * newLoc, IOGBounds * bounds, UInt32 buttonState, bool proximity, int pressure, int pressureMin, int pressureMax, int stylusAngle, AbsoluteTime ts) argument
1099 dispatchRelativePointerEvent(int dx, int dy, UInt32 buttonState, AbsoluteTime ts) argument
1191 dispatchScrollWheelEvent(short deltaAxis1, short deltaAxis2, short deltaAxis3, AbsoluteTime ts) argument
1199 dispatchScrollWheelEventWithAccelInfo( SInt32 deltaAxis1, SInt32 deltaAxis2, SInt32 deltaAxis3, ScrollAccelInfo * info, AbsoluteTime ts) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundFile.c221 short ts;
223 Tcl_Read(ch, (char *) &ts, sizeof(short));
226 ts = Snack_SwapShort(ts);
229 return(ts);
235 short ts;
237 Tcl_Read(ch, (char *) &ts, sizeof(short));
240 ts = Snack_SwapShort(ts);
243 return(ts);
277 short ts = s; local
301 short ts = s; local
339 short ts; local
371 short ts; local
401 short ts = s; local
437 short ts = s; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_workload.h142 char *ts; member in struct:__anon222
/macosx-10.10.1/BerkeleyDB-21/db/test_micro/source/
H A Db_workload.h142 char *ts; member in struct:__anon379
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.h128 perl_uuid_time_t ts; member in struct:_uuid_state_t
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dtimeflow.h93 Absolute(const struct timespec &ts); // from timespec
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dtimeflow.h93 Absolute(const struct timespec &ts); // from timespec
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dabts.h68 void abts_run_test(abts_suite *ts, test_func f, void *value);
/macosx-10.10.1/diskdev_cmds-576/fsck.tproj/
H A Dfsck.c824 struct timespec ts; local
873 ts.tv_nsec = 0;
875 ts.tv_sec = end - now;
876 ct = kevent(kq, NULL, 0, &results, 1, &ts);
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-septel.c147 * pcap_header.ts.tv_sec:
152 * pcap_header.ts.tv_usec :
158 (void)gettimeofday(&pcap_header.ts, NULL);
H A Dpcap-bt-linux.c350 memcpy(&pkth.ts, CMSG_DATA(cmsg),
351 sizeof pkth.ts);
H A Dpcap-snoop.c136 h.ts.tv_sec = sh->snoop_timestamp.tv_sec;
137 h.ts.tv_usec = sh->snoop_timestamp.tv_usec;
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_util.c305 struct timespec ts; local
357 (void) getclock(TIMEOFDAY, &ts);
358 tv.tv_sec = ts.tv_sec;
359 tv.tv_usec = ts.tv_nsec / 1000;
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_rq_2.c220 struct timespec ts; local
356 ts.tv_sec = 1;
357 ts.tv_nsec = 0;
364 PWAIT, "vc-credits-wait", &ts);
/macosx-10.10.1/vim-55/runtime/
H A Dtermcap25 :hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun:
27 :hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun-e:
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf_osfp.c205 u_int32_t ts; local
206 memcpy(&ts, &optp[2], sizeof (ts));
207 if (ts == 0)
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dsystm.h215 void bsd_timeout(void (*)(void *), void *arg, struct timespec * ts);
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_vnops.c839 struct timespec ts; local
844 nanouptime(&ts);
845 VTOSMB(vp)->finfo_cache_timer = ts.tv_sec;
846 VTOSMB(vp)->rfrk_cache_timer = ts.tv_sec;
3912 struct timespec ts; local
3981 nanouptime(&ts);
3982 VTOSMB(vp)->finfo_cache_timer = ts.tv_sec;
3983 VTOSMB(vp)->rfrk_cache_timer = ts.tv_sec;
4987 struct timespec ts; local
5008 SMB_CACHE_TIME(ts, n
5083 struct timespec ts; local
6768 struct timespec ts; local
7049 struct timespec ts; local
7242 struct timespec ts; local
7549 struct timespec ts; local
7740 struct timespec ts; local
8861 struct timespec ts; local
[all...]
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl_store.c285 s->file_cache[i].ts = 0;
343 if ((i != ignorex) && (s->file_cache[i].ts < min))
352 s->file_cache[i].ts = 0;
355 if (s->file_cache[i].ts < s->file_cache[x].ts) x = i;
433 s->file_cache[i].ts = now;
463 s->file_cache[x].ts = time(NULL);
508 s->file_cache[i].ts = 0;
/macosx-10.10.1/vim-55/runtime/colors/
H A Dmurphy.vim2 " vim: tw=0 ts=4 sw=4
H A Dzellner.vim2 " vim: tw=0 ts=4 sw=4
/macosx-10.10.1/vim-55/runtime/indent/
H A Dxml.vim96 " vim:ts=8
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dantlr.vim70 " vim: ts=8
H A Dasn.vim81 " vim: ts=8
H A Dayacc.vim86 " vim: ts=15

Completed in 774 milliseconds

<<11121314151617181920>>