Home
last modified time | relevance | path

Searched refs:tloc (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Drefiner.c43 size_t tloc, tloc2, i; in WebRtcIlbcfix_Refiner() local
99 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()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h24 #define __sanitizer_syscall_pre_time(tloc) \ argument
25 __sanitizer_syscall_pre_impl_time((long)(tloc))
26 #define __sanitizer_syscall_post_time(res, tloc) \ argument
27 __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);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc203 PRE_SYSCALL(time)(void *tloc) {}
205 POST_SYSCALL(time)(long res, void *tloc) {
207 if (tloc) POST_WRITE(tloc, sizeof(long));