Searched refs:ls_trans (Results 1 – 4 of 4) sorted by relevance
90 time_t ls_trans; /* transition time */ member471 lsisp->ls_trans = (stored == 4) ? in tzload()1438 if (*timep >= lp->ls_trans) { in timesub()1439 if (*timep == lp->ls_trans) { in timesub()1444 sp->lsis[i].ls_trans == in timesub()1445 sp->lsis[i - 1].ls_trans + 1 && in timesub()2012 if (*timep >= lp->ls_trans) in leapcorr()
2212 WORD32 ls_trans = LS_TRANS_128; in ixheaace_transform_real_lc_ld() local2216 ls_trans = LS_TRANS_120; in ixheaace_transform_real_lc_ld()2304 for (i = 0; i < ls_trans; i++) { in ixheaace_transform_real_lc_ld()2312 ws1 = ptr_mdct_delay_buffer[i + ls_trans] * ptr_window[frame_len_short - i - 1]; in ixheaace_transform_real_lc_ld()2314 ws2 = ptr_mdct_delay_buffer[(frame_len - i - 1 - ls_trans)] * ptr_window[i]; in ixheaace_transform_real_lc_ld()2316 ptr_dct_in[frame_len / 2 - i - 1 - ls_trans] = -(ws1 + ws2); in ixheaace_transform_real_lc_ld()2334 for (i = 0; i < ls_trans; i++) { in ixheaace_transform_real_lc_ld()2341 ws1 = ptr_mdct_delay_buffer[(i + ls_trans)] * ptr_window[i]; in ixheaace_transform_real_lc_ld()2343 ws2 = ptr_mdct_delay_buffer[(frame_len - ls_trans - i - 1)] * in ixheaace_transform_real_lc_ld()2346 ptr_dct_in[frame_len / 2 + i + ls_trans] = ws1 - ws2; in ixheaace_transform_real_lc_ld()
95 time_t ls_trans; /* transition time */ member619 sp->lsis[leapcnt].ls_trans = tr; in tzloadbody()1190 leaplo = sp->lsis[sp->leapcnt - 1].ls_trans; in tzparse()1803 if (*timep >= lp->ls_trans) { in timesub()1806 secs_since_posleap = *timep - lp->ls_trans; in timesub()2409 if (t >= lp->ls_trans) in leapcorr()