/src/sys/compat/linux32/common/ |
linux32_misc.c | 330 struct timespec ts0, *ts = NULL; local in function:linux32_sys_ppoll 339 linux32_to_native_timespec(&ts0, <s0); 340 ts = &ts0;
|
linux32_misc.c | 330 struct timespec ts0, *ts = NULL; local in function:linux32_sys_ppoll 339 linux32_to_native_timespec(&ts0, <s0); 340 ts = &ts0;
|
linux32_unistd.c | 155 struct timespec ts0, ts1, uts, *ts = NULL; local in function:linux32_select1 185 nanotime(&ts0); 211 timespecsub(&ts1, &ts0, &ts1); 241 struct timespec uts, ts0, ts1, *tsp; local in function:linux32_sys_pselect6 273 nanotime(&ts0); 291 timespecsub(&ts1, &ts0, &ts1);
|
linux32_unistd.c | 155 struct timespec ts0, ts1, uts, *ts = NULL; local in function:linux32_select1 185 nanotime(&ts0); 211 timespecsub(&ts1, &ts0, &ts1); 241 struct timespec uts, ts0, ts1, *tsp; local in function:linux32_sys_pselect6 273 nanotime(&ts0); 291 timespecsub(&ts1, &ts0, &ts1);
|
/src/dist/pf/sbin/pfctl/ |
pfctl_osfp.c | 98 wscale_mod, optcnt, ts0; local in function:pfctl_file_fingerprints 168 &optcnt, &mss, &mss_mod, &wscale, &wscale_mod, &ts0)) 228 if (ts0) 896 int *wscale_mod, int *ts0) 906 *ts0 = 0; 959 *ts0 = 1;
|
pfctl_osfp.c | 98 wscale_mod, optcnt, ts0; local in function:pfctl_file_fingerprints 168 &optcnt, &mss, &mss_mod, &wscale, &wscale_mod, &ts0)) 228 if (ts0) 896 int *wscale_mod, int *ts0) 906 *ts0 = 0; 959 *ts0 = 1;
|
/src/usr.sbin/bta2dpd/bta2dpd/ |
sbc_encode.c | 120 uint8_t ts0; /* Timestamp least significant byte. */ member in struct:rtpHeader 903 myHeader.ts0 = (uint8_t)ts;
|
sbc_encode.c | 120 uint8_t ts0; /* Timestamp least significant byte. */ member in struct:rtpHeader 903 myHeader.ts0 = (uint8_t)ts;
|
/src/usr.sbin/tprof/ |
tprof_top.c | 545 static struct tprof_stat tsbuf[2], *ts0, *ts; local in function:show_tprof_stat 551 ts0 = &tsbuf[ts_i++ & 1]; 562 if (ts->_m != ts0->_m) \ 564 "(+%"PRIu64")", ts->_m - ts0->_m); \
|
tprof_top.c | 545 static struct tprof_stat tsbuf[2], *ts0, *ts; local in function:show_tprof_stat 551 ts0 = &tsbuf[ts_i++ & 1]; 562 if (ts->_m != ts0->_m) \ 564 "(+%"PRIu64")", ts->_m - ts0->_m); \
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_perf.c | 1768 u32 *batch, *ts0, *cs, *jump; local in function:alloc_noa_wait 1812 ts0 = cs; 1856 * Transfer the carry flag (set to 1 if ts1 < ts0, meaning the 1869 *cs++ = i915_ggtt_offset(vma) + (ts0 - batch) * 4;
|
i915_perf.c | 1768 u32 *batch, *ts0, *cs, *jump; local in function:alloc_noa_wait 1812 ts0 = cs; 1856 * Transfer the carry flag (set to 1 if ts1 < ts0, meaning the 1869 *cs++ = i915_ggtt_offset(vma) + (ts0 - batch) * 4;
|
/src/sys/compat/linux/common/ |
linux_misc.c | 958 struct timespec ts0, ts1, uts, *ts = NULL; local in function:linux_select1 986 nanotime(&ts0); 1010 timespecsub(&ts1, &ts0, &ts1); 1043 struct timespec uts, ts0, ts1, *tsp; local in function:linux_sys_pselect6 1074 nanotime(&ts0); 1092 timespecsub(&ts1, &ts0, &ts1); 1118 struct timespec ts0, *ts = NULL; local in function:linux_sys_ppoll 1127 linux_to_native_timespec(&ts0, <s0); 1128 ts = &ts0;
|
linux_misc.c | 958 struct timespec ts0, ts1, uts, *ts = NULL; local in function:linux_select1 986 nanotime(&ts0); 1010 timespecsub(&ts1, &ts0, &ts1); 1043 struct timespec uts, ts0, ts1, *tsp; local in function:linux_sys_pselect6 1074 nanotime(&ts0); 1092 timespecsub(&ts1, &ts0, &ts1); 1118 struct timespec ts0, *ts = NULL; local in function:linux_sys_ppoll 1127 linux_to_native_timespec(&ts0, <s0); 1128 ts = &ts0;
|