Searched refs:itime (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Tools/scripts/ |
D | byteyears.py | 22 itime = ST_MTIME 25 itime = ST_CTIME 28 itime = ST_CTIME 31 itime = ST_MTIME 51 anytime = st[itime]
|
/third_party/lame/libmp3lame/ |
D | util.c | 572 esv->itime[0] = 0; in fill_buffer_resample() 573 esv->itime[1] = 0; in fill_buffer_resample() 596 j = floor(time0 - esv->itime[ch]); in fill_buffer_resample() 604 offset = (time0 - esv->itime[ch] - (j + .5 * (filter_l % 2))); in fill_buffer_resample() 636 esv->itime[ch] += *num_used - k * resample_ratio; in fill_buffer_resample()
|
D | util.h | 258 double itime[2]; /* float precision seems to be not enough */ member
|
/third_party/ffmpeg/libavformat/ |
D | asfdec_f.c | 1519 int64_t itime, last_pos = -1; in asf_build_simple_index() local 1525 itime = avio_rl64(s->pb); in asf_build_simple_index() 1529 "itime:0x%"PRIx64", pct:%d, ict:%d\n", itime, pct, ict); in asf_build_simple_index() 1535 int64_t index_pts = FFMAX(av_rescale(itime, i, 10000) - asf->hdr.preroll, 0); in asf_build_simple_index()
|
/third_party/lwip/src/netif/ppp/ |
D | auth.c | 1324 time_t itime; in check_idle() local 1334 itime = LWIP_MIN(idle.xmit_idle, idle.recv_idle); in check_idle() 1335 tlim = pcb->settings.idle_time_limit - itime; in check_idle()
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | neutrino.rs | 188 pub itime: ::_itimer,
|