Searched refs:tloc (Results 1 – 3 of 3) sorted by relevance
43 size_t tloc, tloc2, i; in WebRtcIlbcfix_Refiner() local99 tloc = WebRtcSpl_MaxIndexW32(corrVecUps, ENH_UPS0 * corrdim); in WebRtcIlbcfix_Refiner()103 *updStartPos = searchSegStartPos * 4 + tloc + 4; in WebRtcIlbcfix_Refiner()105 tloc2 = (tloc + 3) >> 2; in WebRtcIlbcfix_Refiner()126 polyPtr = (int16_t*)WebRtcIlbcfix_kEnhPolyPhaser[tloc2 * ENH_UPS0 - tloc]; in WebRtcIlbcfix_Refiner()
24 #define __sanitizer_syscall_pre_time(tloc) \ argument25 __sanitizer_syscall_pre_impl_time((long)(tloc))26 #define __sanitizer_syscall_post_time(res, tloc) \ argument27 __sanitizer_syscall_post_impl_time(res, (long)(tloc))2009 void __sanitizer_syscall_pre_impl_time(long tloc);2010 void __sanitizer_syscall_post_impl_time(long res, long tloc);
203 PRE_SYSCALL(time)(void *tloc) {}205 POST_SYSCALL(time)(long res, void *tloc) {207 if (tloc) POST_WRITE(tloc, sizeof(long));